Shades of Apple #5E9C47
Tints of Apple #5E9C47
RGB
CMYK
RGB Variations
Color information
#5E9C47 (or 0x5E9C47) is known color: Apple. HEX triplet: 5E, 9C and 47. RGB value is (94,156,71). Sum of RGB (Red+Green+Blue) = 94+156+71=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9C47 is #A163B8. Grayscale: #808080. Windows color (decimal): -10576825 or 4693086. OLE color: 4693086.
HSL color Cylindrical-coordinate representation of color #5E9C47: hue angle of 103.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9C47 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 156 | 71 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.39 |
| HSL | 103.76º | 0.37% | 0.45% | - |
| HSV(B) | 103.76º | 0.54% | 0.61% | - |
| XYZ | 17.64 | 26.61 | 10.17 | - |
| YUV | 127.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 71 | 0.40 | 0 | 0.54 | 0.39 | 103.76 | 0.37 | 0.45 |
| Hex | 5E | 9C | 47 | 28 | 0 | 36 | 27 | 68 | 25 | 2D |
| Octal | 136 | 234 | 107 | 50 | 0 | 66 | 47 | 150 | 45 | 55 |
| Binary | 1011110 | 10011100 | 1000111 | 101000 | 0 | 110110 | 100111 | 1101000 | 100101 | 101101 |
Color Harmonies of #5E9C47
Complementary color
Monochromatic Colors of #5E9C47
Black with #5E9C47
Text Example
Text Example
White with #5E9C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9C47; }
p { color: rgb(94,156,71); }
H1.HeaderClassName
{
color: #5E9C47;
}
.AnyTagClassName
{
color: #5E9C47;
}
</style>
background-color css
<style>
a { background-color: #5E9C47; }
a { background-color: rgb(94,156,71); }
div.DivClassName
{
background-color: #5E9C47;
}
.BgClassName
{
background-color: #5E9C47;
}
</style>
border-color css
<style>
span { border-color: #5E9C47; }
span { border-color: rgb(94,156,71); }
td.TdClassName
{
border-color: #5E9C47;
}
.TagClassName
{
border-color: #5E9C47;
}
</style>