Shades of Apple #5EAA3E
Tints of Apple #5EAA3E
RGB
CMYK
RGB Variations
Color information
#5EAA3E (or 0x5EAA3E) is known color: Apple. HEX triplet: 5E, AA and 3E. RGB value is (94,170,62). Sum of RGB (Red+Green+Blue) = 94+170+62=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA3E is #A155C1. Grayscale: #878787. Windows color (decimal): -10573250 or 4106846. OLE color: 4106846.
HSL color Cylindrical-coordinate representation of color #5EAA3E: hue angle of 102.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EAA3E is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 62 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.33 |
| HSL | 102.22º | 0.47% | 0.45% | - |
| HSV(B) | 102.22º | 0.64% | 0.67% | - |
| XYZ | 19.86 | 31.48 | 9.59 | - |
| YUV | 134.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 62 | 0.45 | 0 | 0.64 | 0.33 | 102.22 | 0.47 | 0.45 |
| Hex | 5E | AA | 3E | 2D | 0 | 40 | 21 | 66 | 2F | 2D |
| Octal | 136 | 252 | 76 | 55 | 0 | 100 | 41 | 146 | 57 | 55 |
| Binary | 1011110 | 10101010 | 111110 | 101101 | 0 | 1000000 | 100001 | 1100110 | 101111 | 101101 |
Color Harmonies of #5EAA3E
Complementary color
Monochromatic Colors of #5EAA3E
Black with #5EAA3E
Text Example
Text Example
White with #5EAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA3E; }
p { color: rgb(94,170,62); }
H1.HeaderClassName
{
color: #5EAA3E;
}
.AnyTagClassName
{
color: #5EAA3E;
}
</style>
background-color css
<style>
a { background-color: #5EAA3E; }
a { background-color: rgb(94,170,62); }
div.DivClassName
{
background-color: #5EAA3E;
}
.BgClassName
{
background-color: #5EAA3E;
}
</style>
border-color css
<style>
span { border-color: #5EAA3E; }
span { border-color: rgb(94,170,62); }
td.TdClassName
{
border-color: #5EAA3E;
}
.TagClassName
{
border-color: #5EAA3E;
}
</style>