Shades of Apple #5EAA4D
Tints of Apple #5EAA4D
RGB
CMYK
RGB Variations
Color information
#5EAA4D (or 0x5EAA4D) is known color: Apple. HEX triplet: 5E, AA and 4D. RGB value is (94,170,77). Sum of RGB (Red+Green+Blue) = 94+170+77=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA4D is #A155B2. Grayscale: #888888. Windows color (decimal): -10573235 or 5089886. OLE color: 5089886.
HSL color Cylindrical-coordinate representation of color #5EAA4D: hue angle of 109.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EAA4D is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 77 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.33 |
| HSL | 109.03º | 0.38% | 0.48% | - |
| HSV(B) | 109.03º | 0.55% | 0.67% | - |
| XYZ | 20.33 | 31.66 | 12.06 | - |
| YUV | 136.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 77 | 0.45 | 0 | 0.55 | 0.33 | 109.03 | 0.38 | 0.48 |
| Hex | 5E | AA | 4D | 2D | 0 | 37 | 21 | 6D | 26 | 30 |
| Octal | 136 | 252 | 115 | 55 | 0 | 67 | 41 | 155 | 46 | 60 |
| Binary | 1011110 | 10101010 | 1001101 | 101101 | 0 | 110111 | 100001 | 1101101 | 100110 | 110000 |
Color Harmonies of #5EAA4D
Complementary color
Monochromatic Colors of #5EAA4D
Black with #5EAA4D
Text Example
Text Example
White with #5EAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA4D; }
p { color: rgb(94,170,77); }
H1.HeaderClassName
{
color: #5EAA4D;
}
.AnyTagClassName
{
color: #5EAA4D;
}
</style>
background-color css
<style>
a { background-color: #5EAA4D; }
a { background-color: rgb(94,170,77); }
div.DivClassName
{
background-color: #5EAA4D;
}
.BgClassName
{
background-color: #5EAA4D;
}
</style>
border-color css
<style>
span { border-color: #5EAA4D; }
span { border-color: rgb(94,170,77); }
td.TdClassName
{
border-color: #5EAA4D;
}
.TagClassName
{
border-color: #5EAA4D;
}
</style>