Shades of Apple #5EAA55
Tints of Apple #5EAA55
RGB
CMYK
RGB Variations
Color information
#5EAA55 (or 0x5EAA55) is known color: Apple. HEX triplet: 5E, AA and 55. RGB value is (94,170,85). Sum of RGB (Red+Green+Blue) = 94+170+85=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA55 is #A155AA. Grayscale: #898989. Windows color (decimal): -10573227 or 5614174. OLE color: 5614174.
HSL color Cylindrical-coordinate representation of color #5EAA55: hue angle of 113.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EAA55 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 85 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.33 |
| HSL | 113.65º | 0.33% | 0.5% | - |
| HSV(B) | 113.65º | 0.5% | 0.67% | - |
| XYZ | 20.63 | 31.79 | 13.64 | - |
| YUV | 137.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 85 | 0.45 | 0 | 0.50 | 0.33 | 113.65 | 0.33 | 0.5 |
| Hex | 5E | AA | 55 | 2D | 0 | 32 | 21 | 72 | 21 | 32 |
| Octal | 136 | 252 | 125 | 55 | 0 | 62 | 41 | 162 | 41 | 62 |
| Binary | 1011110 | 10101010 | 1010101 | 101101 | 0 | 110010 | 100001 | 1110010 | 100001 | 110010 |
Color Harmonies of #5EAA55
Complementary color
Monochromatic Colors of #5EAA55
Black with #5EAA55
Text Example
Text Example
White with #5EAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA55; }
p { color: rgb(94,170,85); }
H1.HeaderClassName
{
color: #5EAA55;
}
.AnyTagClassName
{
color: #5EAA55;
}
</style>
background-color css
<style>
a { background-color: #5EAA55; }
a { background-color: rgb(94,170,85); }
div.DivClassName
{
background-color: #5EAA55;
}
.BgClassName
{
background-color: #5EAA55;
}
</style>
border-color css
<style>
span { border-color: #5EAA55; }
span { border-color: rgb(94,170,85); }
td.TdClassName
{
border-color: #5EAA55;
}
.TagClassName
{
border-color: #5EAA55;
}
</style>