Shades of Apple #5EA547
Tints of Apple #5EA547
RGB
CMYK
RGB Variations
Color information
#5EA547 (or 0x5EA547) is known color: Apple. HEX triplet: 5E, A5 and 47. RGB value is (94,165,71). Sum of RGB (Red+Green+Blue) = 94+165+71=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA547 is #A15AB8. Grayscale: #858585. Windows color (decimal): -10574521 or 4695390. OLE color: 4695390.
HSL color Cylindrical-coordinate representation of color #5EA547: hue angle of 105.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EA547 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 165 | 71 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.35 |
| HSL | 105.32º | 0.4% | 0.46% | - |
| HSV(B) | 105.32º | 0.57% | 0.65% | - |
| XYZ | 19.21 | 29.74 | 10.69 | - |
| YUV | 133.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 165 | 71 | 0.43 | 0 | 0.57 | 0.35 | 105.32 | 0.4 | 0.46 |
| Hex | 5E | A5 | 47 | 2B | 0 | 39 | 23 | 69 | 28 | 2E |
| Octal | 136 | 245 | 107 | 53 | 0 | 71 | 43 | 151 | 50 | 56 |
| Binary | 1011110 | 10100101 | 1000111 | 101011 | 0 | 111001 | 100011 | 1101001 | 101000 | 101110 |
Color Harmonies of #5EA547
Complementary color
Monochromatic Colors of #5EA547
Black with #5EA547
Text Example
Text Example
White with #5EA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA547; }
p { color: rgb(94,165,71); }
H1.HeaderClassName
{
color: #5EA547;
}
.AnyTagClassName
{
color: #5EA547;
}
</style>
background-color css
<style>
a { background-color: #5EA547; }
a { background-color: rgb(94,165,71); }
div.DivClassName
{
background-color: #5EA547;
}
.BgClassName
{
background-color: #5EA547;
}
</style>
border-color css
<style>
span { border-color: #5EA547; }
span { border-color: rgb(94,165,71); }
td.TdClassName
{
border-color: #5EA547;
}
.TagClassName
{
border-color: #5EA547;
}
</style>