Shades of Apple #5EAA4B
Tints of Apple #5EAA4B
RGB
CMYK
RGB Variations
Color information
#5EAA4B (or 0x5EAA4B) is known color: Apple. HEX triplet: 5E, AA and 4B. RGB value is (94,170,75). Sum of RGB (Red+Green+Blue) = 94+170+75=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA4B is #A155B4. Grayscale: #888888. Windows color (decimal): -10573237 or 4958814. OLE color: 4958814.
HSL color Cylindrical-coordinate representation of color #5EAA4B: hue angle of 108º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EAA4B is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 75 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.33 |
| HSL | 108º | 0.39% | 0.48% | - |
| HSV(B) | 108º | 0.56% | 0.67% | - |
| XYZ | 20.26 | 31.64 | 11.7 | - |
| YUV | 136.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 75 | 0.45 | 0 | 0.56 | 0.33 | 108 | 0.39 | 0.48 |
| Hex | 5E | AA | 4B | 2D | 0 | 38 | 21 | 6C | 27 | 30 |
| Octal | 136 | 252 | 113 | 55 | 0 | 70 | 41 | 154 | 47 | 60 |
| Binary | 1011110 | 10101010 | 1001011 | 101101 | 0 | 111000 | 100001 | 1101100 | 100111 | 110000 |
Color Harmonies of #5EAA4B
Complementary color
Monochromatic Colors of #5EAA4B
Black with #5EAA4B
Text Example
Text Example
White with #5EAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA4B; }
p { color: rgb(94,170,75); }
H1.HeaderClassName
{
color: #5EAA4B;
}
.AnyTagClassName
{
color: #5EAA4B;
}
</style>
background-color css
<style>
a { background-color: #5EAA4B; }
a { background-color: rgb(94,170,75); }
div.DivClassName
{
background-color: #5EAA4B;
}
.BgClassName
{
background-color: #5EAA4B;
}
</style>
border-color css
<style>
span { border-color: #5EAA4B; }
span { border-color: rgb(94,170,75); }
td.TdClassName
{
border-color: #5EAA4B;
}
.TagClassName
{
border-color: #5EAA4B;
}
</style>