Shades of Apple #5EAC56
Tints of Apple #5EAC56
RGB
CMYK
RGB Variations
Color information
#5EAC56 (or 0x5EAC56) is known color: Apple. HEX triplet: 5E, AC and 56. RGB value is (94,172,86). Sum of RGB (Red+Green+Blue) = 94+172+86=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC56 is #A153A9. Grayscale: #8B8B8B. Windows color (decimal): -10572714 or 5680222. OLE color: 5680222.
HSL color Cylindrical-coordinate representation of color #5EAC56: hue angle of 114.42º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EAC56 is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 86 | - |
| CMYK | 0.45 | 0 | 0.5 | 0.33 |
| HSL | 114.42º | 0.34% | 0.51% | - |
| HSV(B) | 114.42º | 0.5% | 0.67% | - |
| XYZ | 21.05 | 32.56 | 13.98 | - |
| YUV | 138.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 86 | 0.45 | 0 | 0.5 | 0.33 | 114.42 | 0.34 | 0.51 |
| Hex | 5E | AC | 56 | 2D | 0 | 32 | 21 | 72 | 22 | 33 |
| Octal | 136 | 254 | 126 | 55 | 0 | 62 | 41 | 162 | 42 | 63 |
| Binary | 1011110 | 10101100 | 1010110 | 101101 | 0 | 110010 | 100001 | 1110010 | 100010 | 110011 |
Color Harmonies of #5EAC56
Complementary color
Monochromatic Colors of #5EAC56
Black with #5EAC56
Text Example
Text Example
White with #5EAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC56; }
p { color: rgb(94,172,86); }
H1.HeaderClassName
{
color: #5EAC56;
}
.AnyTagClassName
{
color: #5EAC56;
}
</style>
background-color css
<style>
a { background-color: #5EAC56; }
a { background-color: rgb(94,172,86); }
div.DivClassName
{
background-color: #5EAC56;
}
.BgClassName
{
background-color: #5EAC56;
}
</style>
border-color css
<style>
span { border-color: #5EAC56; }
span { border-color: rgb(94,172,86); }
td.TdClassName
{
border-color: #5EAC56;
}
.TagClassName
{
border-color: #5EAC56;
}
</style>