Shades of Apple #5FD04F
Tints of Apple #5FD04F
RGB
CMYK
RGB Variations
Color information
#5FD04F (or 0x5FD04F) is known color: Apple. HEX triplet: 5F, D0 and 4F. RGB value is (95,208,79). Sum of RGB (Red+Green+Blue) = 95+208+79=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD04F is #A02FB0. Grayscale: #9F9F9F. Windows color (decimal): -10497969 or 5230687. OLE color: 5230687.
HSL color Cylindrical-coordinate representation of color #5FD04F: hue angle of 112.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD04F is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 79 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.18 |
| HSL | 112.56º | 0.58% | 0.56% | - |
| HSV(B) | 112.56º | 0.62% | 0.82% | - |
| XYZ | 28.69 | 48.11 | 15.17 | - |
| YUV | 159.51 | 82.56 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 79 | 0.54 | 0 | 0.62 | 0.18 | 112.56 | 0.58 | 0.56 |
| Hex | 5F | D0 | 4F | 36 | 0 | 3E | 12 | 71 | 3A | 38 |
| Octal | 137 | 320 | 117 | 66 | 0 | 76 | 22 | 161 | 72 | 70 |
| Binary | 1011111 | 11010000 | 1001111 | 110110 | 0 | 111110 | 10010 | 1110001 | 111010 | 111000 |
Color Harmonies of #5FD04F
Complementary color
Monochromatic Colors of #5FD04F
Black with #5FD04F
Text Example
Text Example
White with #5FD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD04F; }
p { color: rgb(95,208,79); }
H1.HeaderClassName
{
color: #5FD04F;
}
.AnyTagClassName
{
color: #5FD04F;
}
</style>
background-color css
<style>
a { background-color: #5FD04F; }
a { background-color: rgb(95,208,79); }
div.DivClassName
{
background-color: #5FD04F;
}
.BgClassName
{
background-color: #5FD04F;
}
</style>
border-color css
<style>
span { border-color: #5FD04F; }
span { border-color: rgb(95,208,79); }
td.TdClassName
{
border-color: #5FD04F;
}
.TagClassName
{
border-color: #5FD04F;
}
</style>