Shades of Apple #5EAA56
Tints of Apple #5EAA56
RGB
CMYK
RGB Variations
Color information
#5EAA56 (or 0x5EAA56) is known color: Apple. HEX triplet: 5E, AA and 56. RGB value is (94,170,86). Sum of RGB (Red+Green+Blue) = 94+170+86=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA56 is #A155A9. Grayscale: #898989. Windows color (decimal): -10573226 or 5679710. OLE color: 5679710.
HSL color Cylindrical-coordinate representation of color #5EAA56: hue angle of 114.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EAA56 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 86 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.33 |
| HSL | 114.29º | 0.33% | 0.5% | - |
| HSV(B) | 114.29º | 0.49% | 0.67% | - |
| XYZ | 20.67 | 31.8 | 13.85 | - |
| YUV | 137.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 86 | 0.45 | 0 | 0.49 | 0.33 | 114.29 | 0.33 | 0.5 |
| Hex | 5E | AA | 56 | 2D | 0 | 31 | 21 | 72 | 21 | 32 |
| Octal | 136 | 252 | 126 | 55 | 0 | 61 | 41 | 162 | 41 | 62 |
| Binary | 1011110 | 10101010 | 1010110 | 101101 | 0 | 110001 | 100001 | 1110010 | 100001 | 110010 |
Color Harmonies of #5EAA56
Complementary color
Monochromatic Colors of #5EAA56
Black with #5EAA56
Text Example
Text Example
White with #5EAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA56; }
p { color: rgb(94,170,86); }
H1.HeaderClassName
{
color: #5EAA56;
}
.AnyTagClassName
{
color: #5EAA56;
}
</style>
background-color css
<style>
a { background-color: #5EAA56; }
a { background-color: rgb(94,170,86); }
div.DivClassName
{
background-color: #5EAA56;
}
.BgClassName
{
background-color: #5EAA56;
}
</style>
border-color css
<style>
span { border-color: #5EAA56; }
span { border-color: rgb(94,170,86); }
td.TdClassName
{
border-color: #5EAA56;
}
.TagClassName
{
border-color: #5EAA56;
}
</style>