Shades of Apple #5FD74F
Tints of Apple #5FD74F
RGB
CMYK
RGB Variations
Color information
#5FD74F (or 0x5FD74F) is known color: Apple. HEX triplet: 5F, D7 and 4F. RGB value is (95,215,79). Sum of RGB (Red+Green+Blue) = 95+215+79=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD74F is #A028B0. Grayscale: #A4A4A4. Windows color (decimal): -10496177 or 5232479. OLE color: 5232479.
HSL color Cylindrical-coordinate representation of color #5FD74F: hue angle of 112.94º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FD74F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 79 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.16 |
| HSL | 112.94º | 0.63% | 0.58% | - |
| HSV(B) | 112.94º | 0.63% | 0.84% | - |
| XYZ | 30.43 | 51.6 | 15.75 | - |
| YUV | 163.62 | 80.24 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 79 | 0.56 | 0 | 0.63 | 0.16 | 112.94 | 0.63 | 0.58 |
| Hex | 5F | D7 | 4F | 38 | 0 | 3F | 10 | 71 | 3F | 3A |
| Octal | 137 | 327 | 117 | 70 | 0 | 77 | 20 | 161 | 77 | 72 |
| Binary | 1011111 | 11010111 | 1001111 | 111000 | 0 | 111111 | 10000 | 1110001 | 111111 | 111010 |
Color Harmonies of #5FD74F
Complementary color
Monochromatic Colors of #5FD74F
Black with #5FD74F
Text Example
Text Example
White with #5FD74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD74F; }
p { color: rgb(95,215,79); }
H1.HeaderClassName
{
color: #5FD74F;
}
.AnyTagClassName
{
color: #5FD74F;
}
</style>
background-color css
<style>
a { background-color: #5FD74F; }
a { background-color: rgb(95,215,79); }
div.DivClassName
{
background-color: #5FD74F;
}
.BgClassName
{
background-color: #5FD74F;
}
</style>
border-color css
<style>
span { border-color: #5FD74F; }
span { border-color: rgb(95,215,79); }
td.TdClassName
{
border-color: #5FD74F;
}
.TagClassName
{
border-color: #5FD74F;
}
</style>