Shades of Apple #5FC24F
Tints of Apple #5FC24F
RGB
CMYK
RGB Variations
Color information
#5FC24F (or 0x5FC24F) is known color: Apple. HEX triplet: 5F, C2 and 4F. RGB value is (95,194,79). Sum of RGB (Red+Green+Blue) = 95+194+79=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC24F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC24F is #A03DB0. Grayscale: #979797. Windows color (decimal): -10501553 or 5227103. OLE color: 5227103.
HSL color Cylindrical-coordinate representation of color #5FC24F: hue angle of 111.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FC24F is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 79 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.24 |
| HSL | 111.65º | 0.49% | 0.54% | - |
| HSV(B) | 111.65º | 0.59% | 0.76% | - |
| XYZ | 25.42 | 41.58 | 14.08 | - |
| YUV | 151.29 | 87.2 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 79 | 0.51 | 0 | 0.59 | 0.24 | 111.65 | 0.49 | 0.54 |
| Hex | 5F | C2 | 4F | 33 | 0 | 3B | 18 | 70 | 31 | 36 |
| Octal | 137 | 302 | 117 | 63 | 0 | 73 | 30 | 160 | 61 | 66 |
| Binary | 1011111 | 11000010 | 1001111 | 110011 | 0 | 111011 | 11000 | 1110000 | 110001 | 110110 |
Color Harmonies of #5FC24F
Complementary color
Monochromatic Colors of #5FC24F
Black with #5FC24F
Text Example
Text Example
White with #5FC24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC24F; }
p { color: rgb(95,194,79); }
H1.HeaderClassName
{
color: #5FC24F;
}
.AnyTagClassName
{
color: #5FC24F;
}
</style>
background-color css
<style>
a { background-color: #5FC24F; }
a { background-color: rgb(95,194,79); }
div.DivClassName
{
background-color: #5FC24F;
}
.BgClassName
{
background-color: #5FC24F;
}
</style>
border-color css
<style>
span { border-color: #5FC24F; }
span { border-color: rgb(95,194,79); }
td.TdClassName
{
border-color: #5FC24F;
}
.TagClassName
{
border-color: #5FC24F;
}
</style>