Shades of Apple #5E9E4E
Tints of Apple #5E9E4E
RGB
CMYK
RGB Variations
Color information
#5E9E4E (or 0x5E9E4E) is known color: Apple. HEX triplet: 5E, 9E and 4E. RGB value is (94,158,78). Sum of RGB (Red+Green+Blue) = 94+158+78=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9E4E is #A161B1. Grayscale: #828282. Windows color (decimal): -10576306 or 5152350. OLE color: 5152350.
HSL color Cylindrical-coordinate representation of color #5E9E4E: hue angle of 108º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E9E4E is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 158 | 78 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.38 |
| HSL | 108º | 0.34% | 0.46% | - |
| HSV(B) | 108º | 0.51% | 0.62% | - |
| XYZ | 18.22 | 27.38 | 11.53 | - |
| YUV | 129.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 158 | 78 | 0.41 | 0 | 0.51 | 0.38 | 108 | 0.34 | 0.46 |
| Hex | 5E | 9E | 4E | 29 | 0 | 33 | 26 | 6C | 22 | 2E |
| Octal | 136 | 236 | 116 | 51 | 0 | 63 | 46 | 154 | 42 | 56 |
| Binary | 1011110 | 10011110 | 1001110 | 101001 | 0 | 110011 | 100110 | 1101100 | 100010 | 101110 |
Color Harmonies of #5E9E4E
Complementary color
Monochromatic Colors of #5E9E4E
Black with #5E9E4E
Text Example
Text Example
White with #5E9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9E4E; }
p { color: rgb(94,158,78); }
H1.HeaderClassName
{
color: #5E9E4E;
}
.AnyTagClassName
{
color: #5E9E4E;
}
</style>
background-color css
<style>
a { background-color: #5E9E4E; }
a { background-color: rgb(94,158,78); }
div.DivClassName
{
background-color: #5E9E4E;
}
.BgClassName
{
background-color: #5E9E4E;
}
</style>
border-color css
<style>
span { border-color: #5E9E4E; }
span { border-color: rgb(94,158,78); }
td.TdClassName
{
border-color: #5E9E4E;
}
.TagClassName
{
border-color: #5E9E4E;
}
</style>