Shades of Apple #5EAB33
Tints of Apple #5EAB33
RGB
CMYK
RGB Variations
Color information
#5EAB33 (or 0x5EAB33) is known color: Apple. HEX triplet: 5E, AB and 33. RGB value is (94,171,51). Sum of RGB (Red+Green+Blue) = 94+171+51=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB33 is #A154CC. Grayscale: #868686. Windows color (decimal): -10573005 or 3386206. OLE color: 3386206.
HSL color Cylindrical-coordinate representation of color #5EAB33: hue angle of 98.5º degrees, saturation: 0.54, 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 #5EAB33 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 51 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.33 |
| HSL | 98.5º | 0.54% | 0.44% | - |
| HSV(B) | 98.5º | 0.7% | 0.67% | - |
| XYZ | 19.78 | 31.74 | 8.22 | - |
| YUV | 134.3 | 80.99 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 51 | 0.45 | 0 | 0.70 | 0.33 | 98.5 | 0.54 | 0.44 |
| Hex | 5E | AB | 33 | 2D | 0 | 46 | 21 | 62 | 36 | 2C |
| Octal | 136 | 253 | 63 | 55 | 0 | 106 | 41 | 142 | 66 | 54 |
| Binary | 1011110 | 10101011 | 110011 | 101101 | 0 | 1000110 | 100001 | 1100010 | 110110 | 101100 |
Color Harmonies of #5EAB33
Complementary color
Monochromatic Colors of #5EAB33
Black with #5EAB33
Text Example
Text Example
White with #5EAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB33; }
p { color: rgb(94,171,51); }
H1.HeaderClassName
{
color: #5EAB33;
}
.AnyTagClassName
{
color: #5EAB33;
}
</style>
background-color css
<style>
a { background-color: #5EAB33; }
a { background-color: rgb(94,171,51); }
div.DivClassName
{
background-color: #5EAB33;
}
.BgClassName
{
background-color: #5EAB33;
}
</style>
border-color css
<style>
span { border-color: #5EAB33; }
span { border-color: rgb(94,171,51); }
td.TdClassName
{
border-color: #5EAB33;
}
.TagClassName
{
border-color: #5EAB33;
}
</style>