Shades of Apple #5FD64F
Tints of Apple #5FD64F
RGB
CMYK
RGB Variations
Color information
#5FD64F (or 0x5FD64F) is known color: Apple. HEX triplet: 5F, D6 and 4F. RGB value is (95,214,79). Sum of RGB (Red+Green+Blue) = 95+214+79=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD64F is #A029B0. Grayscale: #A3A3A3. Windows color (decimal): -10496433 or 5232223. OLE color: 5232223.
HSL color Cylindrical-coordinate representation of color #5FD64F: hue angle of 112.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FD64F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 79 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.16 |
| HSL | 112.89º | 0.62% | 0.57% | - |
| HSV(B) | 112.89º | 0.63% | 0.84% | - |
| XYZ | 30.18 | 51.09 | 15.67 | - |
| YUV | 163.03 | 80.58 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 79 | 0.56 | 0 | 0.63 | 0.16 | 112.89 | 0.62 | 0.57 |
| Hex | 5F | D6 | 4F | 38 | 0 | 3F | 10 | 71 | 3E | 39 |
| Octal | 137 | 326 | 117 | 70 | 0 | 77 | 20 | 161 | 76 | 71 |
| Binary | 1011111 | 11010110 | 1001111 | 111000 | 0 | 111111 | 10000 | 1110001 | 111110 | 111001 |
Color Harmonies of #5FD64F
Complementary color
Monochromatic Colors of #5FD64F
Black with #5FD64F
Text Example
Text Example
White with #5FD64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD64F; }
p { color: rgb(95,214,79); }
H1.HeaderClassName
{
color: #5FD64F;
}
.AnyTagClassName
{
color: #5FD64F;
}
</style>
background-color css
<style>
a { background-color: #5FD64F; }
a { background-color: rgb(95,214,79); }
div.DivClassName
{
background-color: #5FD64F;
}
.BgClassName
{
background-color: #5FD64F;
}
</style>
border-color css
<style>
span { border-color: #5FD64F; }
span { border-color: rgb(95,214,79); }
td.TdClassName
{
border-color: #5FD64F;
}
.TagClassName
{
border-color: #5FD64F;
}
</style>