Shades of Apple #5EA247
Tints of Apple #5EA247
RGB
CMYK
RGB Variations
Color information
#5EA247 (or 0x5EA247) is known color: Apple. HEX triplet: 5E, A2 and 47. RGB value is (94,162,71). Sum of RGB (Red+Green+Blue) = 94+162+71=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA247 is #A15DB8. Grayscale: #838383. Windows color (decimal): -10575289 or 4694622. OLE color: 4694622.
HSL color Cylindrical-coordinate representation of color #5EA247: hue angle of 104.84º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EA247 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 71 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.36 |
| HSL | 104.84º | 0.39% | 0.46% | - |
| HSV(B) | 104.84º | 0.56% | 0.64% | - |
| XYZ | 18.67 | 28.68 | 10.51 | - |
| YUV | 131.29 | 93.97 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 71 | 0.42 | 0 | 0.56 | 0.36 | 104.84 | 0.39 | 0.46 |
| Hex | 5E | A2 | 47 | 2A | 0 | 38 | 24 | 69 | 27 | 2E |
| Octal | 136 | 242 | 107 | 52 | 0 | 70 | 44 | 151 | 47 | 56 |
| Binary | 1011110 | 10100010 | 1000111 | 101010 | 0 | 111000 | 100100 | 1101001 | 100111 | 101110 |
Color Harmonies of #5EA247
Complementary color
Monochromatic Colors of #5EA247
Black with #5EA247
Text Example
Text Example
White with #5EA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA247; }
p { color: rgb(94,162,71); }
H1.HeaderClassName
{
color: #5EA247;
}
.AnyTagClassName
{
color: #5EA247;
}
</style>
background-color css
<style>
a { background-color: #5EA247; }
a { background-color: rgb(94,162,71); }
div.DivClassName
{
background-color: #5EA247;
}
.BgClassName
{
background-color: #5EA247;
}
</style>
border-color css
<style>
span { border-color: #5EA247; }
span { border-color: rgb(94,162,71); }
td.TdClassName
{
border-color: #5EA247;
}
.TagClassName
{
border-color: #5EA247;
}
</style>