Shades of Apple #5EAA38
Tints of Apple #5EAA38
RGB
CMYK
RGB Variations
Color information
#5EAA38 (or 0x5EAA38) is known color: Apple. HEX triplet: 5E, AA and 38. RGB value is (94,170,56). Sum of RGB (Red+Green+Blue) = 94+170+56=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA38 is #A155C7. Grayscale: #868686. Windows color (decimal): -10573256 or 3713630. OLE color: 3713630.
HSL color Cylindrical-coordinate representation of color #5EAA38: hue angle of 100º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5EAA38 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 56 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.33 |
| HSL | 100º | 0.5% | 0.44% | - |
| HSV(B) | 100º | 0.67% | 0.67% | - |
| XYZ | 19.7 | 31.41 | 8.77 | - |
| YUV | 134.28 | 83.82 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 56 | 0.45 | 0 | 0.67 | 0.33 | 100 | 0.5 | 0.44 |
| Hex | 5E | AA | 38 | 2D | 0 | 43 | 21 | 64 | 32 | 2C |
| Octal | 136 | 252 | 70 | 55 | 0 | 103 | 41 | 144 | 62 | 54 |
| Binary | 1011110 | 10101010 | 111000 | 101101 | 0 | 1000011 | 100001 | 1100100 | 110010 | 101100 |
Color Harmonies of #5EAA38
Complementary color
Monochromatic Colors of #5EAA38
Black with #5EAA38
Text Example
Text Example
White with #5EAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA38; }
p { color: rgb(94,170,56); }
H1.HeaderClassName
{
color: #5EAA38;
}
.AnyTagClassName
{
color: #5EAA38;
}
</style>
background-color css
<style>
a { background-color: #5EAA38; }
a { background-color: rgb(94,170,56); }
div.DivClassName
{
background-color: #5EAA38;
}
.BgClassName
{
background-color: #5EAA38;
}
</style>
border-color css
<style>
span { border-color: #5EAA38; }
span { border-color: rgb(94,170,56); }
td.TdClassName
{
border-color: #5EAA38;
}
.TagClassName
{
border-color: #5EAA38;
}
</style>