Shades of Apple #5E9D46
Tints of Apple #5E9D46
RGB
CMYK
RGB Variations
Color information
#5E9D46 (or 0x5E9D46) is known color: Apple. HEX triplet: 5E, 9D and 46. RGB value is (94,157,70). Sum of RGB (Red+Green+Blue) = 94+157+70=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9D46 is #A162B9. Grayscale: #808080. Windows color (decimal): -10576570 or 4627806. OLE color: 4627806.
HSL color Cylindrical-coordinate representation of color #5E9D46: hue angle of 103.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E9D46 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 70 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.38 |
| HSL | 103.45º | 0.38% | 0.45% | - |
| HSV(B) | 103.45º | 0.55% | 0.62% | - |
| XYZ | 17.78 | 26.94 | 10.06 | - |
| YUV | 128.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 70 | 0.40 | 0 | 0.55 | 0.38 | 103.45 | 0.38 | 0.45 |
| Hex | 5E | 9D | 46 | 28 | 0 | 37 | 26 | 67 | 26 | 2D |
| Octal | 136 | 235 | 106 | 50 | 0 | 67 | 46 | 147 | 46 | 55 |
| Binary | 1011110 | 10011101 | 1000110 | 101000 | 0 | 110111 | 100110 | 1100111 | 100110 | 101101 |
Color Harmonies of #5E9D46
Complementary color
Monochromatic Colors of #5E9D46
Black with #5E9D46
Text Example
Text Example
White with #5E9D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D46; }
p { color: rgb(94,157,70); }
H1.HeaderClassName
{
color: #5E9D46;
}
.AnyTagClassName
{
color: #5E9D46;
}
</style>
background-color css
<style>
a { background-color: #5E9D46; }
a { background-color: rgb(94,157,70); }
div.DivClassName
{
background-color: #5E9D46;
}
.BgClassName
{
background-color: #5E9D46;
}
</style>
border-color css
<style>
span { border-color: #5E9D46; }
span { border-color: rgb(94,157,70); }
td.TdClassName
{
border-color: #5E9D46;
}
.TagClassName
{
border-color: #5E9D46;
}
</style>