Shades of Apple #5EAB41
Tints of Apple #5EAB41
RGB
CMYK
RGB Variations
Color information
#5EAB41 (or 0x5EAB41) is known color: Apple. HEX triplet: 5E, AB and 41. RGB value is (94,171,65). Sum of RGB (Red+Green+Blue) = 94+171+65=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB41 is #A154BE. Grayscale: #888888. Windows color (decimal): -10572991 or 4303710. OLE color: 4303710.
HSL color Cylindrical-coordinate representation of color #5EAB41: hue angle of 103.58º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EAB41 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 65 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.33 |
| HSL | 103.58º | 0.45% | 0.46% | - |
| HSV(B) | 103.58º | 0.62% | 0.67% | - |
| XYZ | 20.13 | 31.89 | 10.09 | - |
| YUV | 135.89 | 87.99 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 65 | 0.45 | 0 | 0.62 | 0.33 | 103.58 | 0.45 | 0.46 |
| Hex | 5E | AB | 41 | 2D | 0 | 3E | 21 | 68 | 2D | 2E |
| Octal | 136 | 253 | 101 | 55 | 0 | 76 | 41 | 150 | 55 | 56 |
| Binary | 1011110 | 10101011 | 1000001 | 101101 | 0 | 111110 | 100001 | 1101000 | 101101 | 101110 |
Color Harmonies of #5EAB41
Complementary color
Monochromatic Colors of #5EAB41
Black with #5EAB41
Text Example
Text Example
White with #5EAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB41; }
p { color: rgb(94,171,65); }
H1.HeaderClassName
{
color: #5EAB41;
}
.AnyTagClassName
{
color: #5EAB41;
}
</style>
background-color css
<style>
a { background-color: #5EAB41; }
a { background-color: rgb(94,171,65); }
div.DivClassName
{
background-color: #5EAB41;
}
.BgClassName
{
background-color: #5EAB41;
}
</style>
border-color css
<style>
span { border-color: #5EAB41; }
span { border-color: rgb(94,171,65); }
td.TdClassName
{
border-color: #5EAB41;
}
.TagClassName
{
border-color: #5EAB41;
}
</style>