Shades of Apple #5FDC4E
Tints of Apple #5FDC4E
RGB
CMYK
RGB Variations
Color information
#5FDC4E (or 0x5FDC4E) is known color: Apple. HEX triplet: 5F, DC and 4E. RGB value is (95,220,78). Sum of RGB (Red+Green+Blue) = 95+220+78=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC4E is #A023B1. Grayscale: #A6A6A6. Windows color (decimal): -10494898 or 5168223. OLE color: 5168223.
HSL color Cylindrical-coordinate representation of color #5FDC4E: hue angle of 112.82º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FDC4E is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 78 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.14 |
| HSL | 112.82º | 0.67% | 0.58% | - |
| HSV(B) | 112.82º | 0.65% | 0.86% | - |
| XYZ | 31.69 | 54.17 | 15.99 | - |
| YUV | 166.44 | 78.09 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 78 | 0.57 | 0 | 0.65 | 0.14 | 112.82 | 0.67 | 0.58 |
| Hex | 5F | DC | 4E | 39 | 0 | 41 | E | 71 | 43 | 3A |
| Octal | 137 | 334 | 116 | 71 | 0 | 101 | 16 | 161 | 103 | 72 |
| Binary | 1011111 | 11011100 | 1001110 | 111001 | 0 | 1000001 | 1110 | 1110001 | 1000011 | 111010 |
Color Harmonies of #5FDC4E
Complementary color
Monochromatic Colors of #5FDC4E
Black with #5FDC4E
Text Example
Text Example
White with #5FDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC4E; }
p { color: rgb(95,220,78); }
H1.HeaderClassName
{
color: #5FDC4E;
}
.AnyTagClassName
{
color: #5FDC4E;
}
</style>
background-color css
<style>
a { background-color: #5FDC4E; }
a { background-color: rgb(95,220,78); }
div.DivClassName
{
background-color: #5FDC4E;
}
.BgClassName
{
background-color: #5FDC4E;
}
</style>
border-color css
<style>
span { border-color: #5FDC4E; }
span { border-color: rgb(95,220,78); }
td.TdClassName
{
border-color: #5FDC4E;
}
.TagClassName
{
border-color: #5FDC4E;
}
</style>