Shades of Apple #5EAA53
Tints of Apple #5EAA53
RGB
CMYK
RGB Variations
Color information
#5EAA53 (or 0x5EAA53) is known color: Apple. HEX triplet: 5E, AA and 53. RGB value is (94,170,83). Sum of RGB (Red+Green+Blue) = 94+170+83=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA53 is #A155AC. Grayscale: #898989. Windows color (decimal): -10573229 or 5483102. OLE color: 5483102.
HSL color Cylindrical-coordinate representation of color #5EAA53: hue angle of 112.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAA53 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 83 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.33 |
| HSL | 112.41º | 0.34% | 0.5% | - |
| HSV(B) | 112.41º | 0.51% | 0.67% | - |
| XYZ | 20.55 | 31.75 | 13.23 | - |
| YUV | 137.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 83 | 0.45 | 0 | 0.51 | 0.33 | 112.41 | 0.34 | 0.5 |
| Hex | 5E | AA | 53 | 2D | 0 | 33 | 21 | 70 | 22 | 32 |
| Octal | 136 | 252 | 123 | 55 | 0 | 63 | 41 | 160 | 42 | 62 |
| Binary | 1011110 | 10101010 | 1010011 | 101101 | 0 | 110011 | 100001 | 1110000 | 100010 | 110010 |
Color Harmonies of #5EAA53
Complementary color
Monochromatic Colors of #5EAA53
Black with #5EAA53
Text Example
Text Example
White with #5EAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA53; }
p { color: rgb(94,170,83); }
H1.HeaderClassName
{
color: #5EAA53;
}
.AnyTagClassName
{
color: #5EAA53;
}
</style>
background-color css
<style>
a { background-color: #5EAA53; }
a { background-color: rgb(94,170,83); }
div.DivClassName
{
background-color: #5EAA53;
}
.BgClassName
{
background-color: #5EAA53;
}
</style>
border-color css
<style>
span { border-color: #5EAA53; }
span { border-color: rgb(94,170,83); }
td.TdClassName
{
border-color: #5EAA53;
}
.TagClassName
{
border-color: #5EAA53;
}
</style>