Shades of Apple #5EAA52
Tints of Apple #5EAA52
RGB
CMYK
RGB Variations
Color information
#5EAA52 (or 0x5EAA52) is known color: Apple. HEX triplet: 5E, AA and 52. RGB value is (94,170,82). Sum of RGB (Red+Green+Blue) = 94+170+82=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA52 is #A155AD. Grayscale: #898989. Windows color (decimal): -10573230 or 5417566. OLE color: 5417566.
HSL color Cylindrical-coordinate representation of color #5EAA52: hue angle of 111.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EAA52 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 82 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.33 |
| HSL | 111.82º | 0.35% | 0.49% | - |
| HSV(B) | 111.82º | 0.52% | 0.67% | - |
| XYZ | 20.51 | 31.74 | 13.03 | - |
| YUV | 137.24 | 96.82 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 82 | 0.45 | 0 | 0.52 | 0.33 | 111.82 | 0.35 | 0.49 |
| Hex | 5E | AA | 52 | 2D | 0 | 34 | 21 | 70 | 23 | 31 |
| Octal | 136 | 252 | 122 | 55 | 0 | 64 | 41 | 160 | 43 | 61 |
| Binary | 1011110 | 10101010 | 1010010 | 101101 | 0 | 110100 | 100001 | 1110000 | 100011 | 110001 |
Color Harmonies of #5EAA52
Complementary color
Monochromatic Colors of #5EAA52
Black with #5EAA52
Text Example
Text Example
White with #5EAA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA52; }
p { color: rgb(94,170,82); }
H1.HeaderClassName
{
color: #5EAA52;
}
.AnyTagClassName
{
color: #5EAA52;
}
</style>
background-color css
<style>
a { background-color: #5EAA52; }
a { background-color: rgb(94,170,82); }
div.DivClassName
{
background-color: #5EAA52;
}
.BgClassName
{
background-color: #5EAA52;
}
</style>
border-color css
<style>
span { border-color: #5EAA52; }
span { border-color: rgb(94,170,82); }
td.TdClassName
{
border-color: #5EAA52;
}
.TagClassName
{
border-color: #5EAA52;
}
</style>