Green apple to HSL — Color Code

HSL

hsl(100, 75.3%, 49.2%)

Format Value
HEX #5edc1f
RGB rgb(94, 220, 31)
HSL hsl(100, 75.3%, 49.2%)
CMYK cmyk(57.3%, 0%, 85.9%, 13.7%)

What is the HSL code for green apple?

The CSS color green apple in HSL format is hsl(100, 75.3%, 49.2%). Use this value directly in CSS, SVG, and most design tools.

How do I use green apple in CSS?

To apply green apple in CSS:

  • Text color: color: hsl(100, 75.3%, 49.2%);
  • Background: background-color: hsl(100, 75.3%, 49.2%);
  • Border: border-color: hsl(100, 75.3%, 49.2%);

What are all the color format values for green apple?

FormatValue
HEX#5edc1f
RGBrgb(94, 220, 31)
HSLhsl(100, 75.3%, 49.2%)
CMYKcmyk(57.3%, 0%, 85.9%, 13.7%)

How do I convert green apple to HSL?

Select green apple from the color name list in our color converter. The HSL value — hsl(100, 75.3%, 49.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does green apple belong to?

green apple belongs to the green color family. It is a medium, vivid color with HSL values: hue 100°, saturation 75.3%, lightness 49.2%.

How do I create lighter and darker shades of green apple?

Lighter variant (lightness 64.2%): #8de85f. Darker variant (lightness 34.2%): #419916. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.