Shades of Apple #5EAA36
Tints of Apple #5EAA36
RGB
CMYK
RGB Variations
Color information
#5EAA36 (or 0x5EAA36) is known color: Apple. HEX triplet: 5E, AA and 36. RGB value is (94,170,54). Sum of RGB (Red+Green+Blue) = 94+170+54=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA36 is #A155C9. Grayscale: #868686. Windows color (decimal): -10573258 or 3582558. OLE color: 3582558.
HSL color Cylindrical-coordinate representation of color #5EAA36: hue angle of 99.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EAA36 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 54 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.33 |
| HSL | 99.31º | 0.52% | 0.44% | - |
| HSV(B) | 99.31º | 0.68% | 0.67% | - |
| XYZ | 19.66 | 31.4 | 8.51 | - |
| YUV | 134.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 54 | 0.45 | 0 | 0.68 | 0.33 | 99.31 | 0.52 | 0.44 |
| Hex | 5E | AA | 36 | 2D | 0 | 44 | 21 | 63 | 34 | 2C |
| Octal | 136 | 252 | 66 | 55 | 0 | 104 | 41 | 143 | 64 | 54 |
| Binary | 1011110 | 10101010 | 110110 | 101101 | 0 | 1000100 | 100001 | 1100011 | 110100 | 101100 |
Color Harmonies of #5EAA36
Complementary color
Monochromatic Colors of #5EAA36
Black with #5EAA36
Text Example
Text Example
White with #5EAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA36; }
p { color: rgb(94,170,54); }
H1.HeaderClassName
{
color: #5EAA36;
}
.AnyTagClassName
{
color: #5EAA36;
}
</style>
background-color css
<style>
a { background-color: #5EAA36; }
a { background-color: rgb(94,170,54); }
div.DivClassName
{
background-color: #5EAA36;
}
.BgClassName
{
background-color: #5EAA36;
}
</style>
border-color css
<style>
span { border-color: #5EAA36; }
span { border-color: rgb(94,170,54); }
td.TdClassName
{
border-color: #5EAA36;
}
.TagClassName
{
border-color: #5EAA36;
}
</style>