Shades of Apple #5EAB34
Tints of Apple #5EAB34
RGB
CMYK
RGB Variations
Color information
#5EAB34 (or 0x5EAB34) is known color: Apple. HEX triplet: 5E, AB and 34. RGB value is (94,171,52). Sum of RGB (Red+Green+Blue) = 94+171+52=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB34 is #A154CB. Grayscale: #868686. Windows color (decimal): -10573004 or 3451742. OLE color: 3451742.
HSL color Cylindrical-coordinate representation of color #5EAB34: hue angle of 98.82º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EAB34 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 52 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.33 |
| HSL | 98.82º | 0.53% | 0.44% | - |
| HSV(B) | 98.82º | 0.7% | 0.67% | - |
| XYZ | 19.8 | 31.75 | 8.33 | - |
| YUV | 134.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 52 | 0.45 | 0 | 0.70 | 0.33 | 98.82 | 0.53 | 0.44 |
| Hex | 5E | AB | 34 | 2D | 0 | 46 | 21 | 63 | 35 | 2C |
| Octal | 136 | 253 | 64 | 55 | 0 | 106 | 41 | 143 | 65 | 54 |
| Binary | 1011110 | 10101011 | 110100 | 101101 | 0 | 1000110 | 100001 | 1100011 | 110101 | 101100 |
Color Harmonies of #5EAB34
Complementary color
Monochromatic Colors of #5EAB34
Black with #5EAB34
Text Example
Text Example
White with #5EAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB34; }
p { color: rgb(94,171,52); }
H1.HeaderClassName
{
color: #5EAB34;
}
.AnyTagClassName
{
color: #5EAB34;
}
</style>
background-color css
<style>
a { background-color: #5EAB34; }
a { background-color: rgb(94,171,52); }
div.DivClassName
{
background-color: #5EAB34;
}
.BgClassName
{
background-color: #5EAB34;
}
</style>
border-color css
<style>
span { border-color: #5EAB34; }
span { border-color: rgb(94,171,52); }
td.TdClassName
{
border-color: #5EAB34;
}
.TagClassName
{
border-color: #5EAB34;
}
</style>