Shades of Apple #5EAB4C
Tints of Apple #5EAB4C
RGB
CMYK
RGB Variations
Color information
#5EAB4C (or 0x5EAB4C) is known color: Apple. HEX triplet: 5E, AB and 4C. RGB value is (94,171,76). Sum of RGB (Red+Green+Blue) = 94+171+76=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB4C is #A154B3. Grayscale: #898989. Windows color (decimal): -10572980 or 5024606. OLE color: 5024606.
HSL color Cylindrical-coordinate representation of color #5EAB4C: hue angle of 108.63º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EAB4C is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 76 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.33 |
| HSL | 108.63º | 0.38% | 0.48% | - |
| HSV(B) | 108.63º | 0.56% | 0.67% | - |
| XYZ | 20.48 | 32.03 | 11.94 | - |
| YUV | 137.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 76 | 0.45 | 0 | 0.56 | 0.33 | 108.63 | 0.38 | 0.48 |
| Hex | 5E | AB | 4C | 2D | 0 | 38 | 21 | 6D | 26 | 30 |
| Octal | 136 | 253 | 114 | 55 | 0 | 70 | 41 | 155 | 46 | 60 |
| Binary | 1011110 | 10101011 | 1001100 | 101101 | 0 | 111000 | 100001 | 1101101 | 100110 | 110000 |
Color Harmonies of #5EAB4C
Complementary color
Monochromatic Colors of #5EAB4C
Black with #5EAB4C
Text Example
Text Example
White with #5EAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB4C; }
p { color: rgb(94,171,76); }
H1.HeaderClassName
{
color: #5EAB4C;
}
.AnyTagClassName
{
color: #5EAB4C;
}
</style>
background-color css
<style>
a { background-color: #5EAB4C; }
a { background-color: rgb(94,171,76); }
div.DivClassName
{
background-color: #5EAB4C;
}
.BgClassName
{
background-color: #5EAB4C;
}
</style>
border-color css
<style>
span { border-color: #5EAB4C; }
span { border-color: rgb(94,171,76); }
td.TdClassName
{
border-color: #5EAB4C;
}
.TagClassName
{
border-color: #5EAB4C;
}
</style>