Shades of Apple #5FD14F
Tints of Apple #5FD14F
RGB
CMYK
RGB Variations
Color information
#5FD14F (or 0x5FD14F) is known color: Apple. HEX triplet: 5F, D1 and 4F. RGB value is (95,209,79). Sum of RGB (Red+Green+Blue) = 95+209+79=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 209 (82.03% from 255 or 54.57% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD14F is #A02EB0. Grayscale: #A0A0A0. Windows color (decimal): -10497713 or 5230943. OLE color: 5230943.
HSL color Cylindrical-coordinate representation of color #5FD14F: hue angle of 112.62º degrees, saturation: 0.59, 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 #5FD14F is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 79 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.18 |
| HSL | 112.62º | 0.59% | 0.56% | - |
| HSV(B) | 112.62º | 0.62% | 0.82% | - |
| XYZ | 28.93 | 48.6 | 15.25 | - |
| YUV | 160.09 | 82.23 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 79 | 0.55 | 0 | 0.62 | 0.18 | 112.62 | 0.59 | 0.56 |
| Hex | 5F | D1 | 4F | 37 | 0 | 3E | 12 | 71 | 3B | 38 |
| Octal | 137 | 321 | 117 | 67 | 0 | 76 | 22 | 161 | 73 | 70 |
| Binary | 1011111 | 11010001 | 1001111 | 110111 | 0 | 111110 | 10010 | 1110001 | 111011 | 111000 |
Color Harmonies of #5FD14F
Complementary color
Monochromatic Colors of #5FD14F
Black with #5FD14F
Text Example
Text Example
White with #5FD14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD14F; }
p { color: rgb(95,209,79); }
H1.HeaderClassName
{
color: #5FD14F;
}
.AnyTagClassName
{
color: #5FD14F;
}
</style>
background-color css
<style>
a { background-color: #5FD14F; }
a { background-color: rgb(95,209,79); }
div.DivClassName
{
background-color: #5FD14F;
}
.BgClassName
{
background-color: #5FD14F;
}
</style>
border-color css
<style>
span { border-color: #5FD14F; }
span { border-color: rgb(95,209,79); }
td.TdClassName
{
border-color: #5FD14F;
}
.TagClassName
{
border-color: #5FD14F;
}
</style>