Shades of Apple #5EAC48
Tints of Apple #5EAC48
RGB
CMYK
RGB Variations
Color information
#5EAC48 (or 0x5EAC48) is known color: Apple. HEX triplet: 5E, AC and 48. RGB value is (94,172,72). Sum of RGB (Red+Green+Blue) = 94+172+72=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC48 is #A153B7. Grayscale: #898989. Windows color (decimal): -10572728 or 4762718. OLE color: 4762718.
HSL color Cylindrical-coordinate representation of color #5EAC48: hue angle of 106.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EAC48 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 72 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.33 |
| HSL | 106.8º | 0.41% | 0.48% | - |
| HSV(B) | 106.8º | 0.58% | 0.67% | - |
| XYZ | 20.54 | 32.35 | 11.29 | - |
| YUV | 137.28 | 91.16 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 72 | 0.45 | 0 | 0.58 | 0.33 | 106.8 | 0.41 | 0.48 |
| Hex | 5E | AC | 48 | 2D | 0 | 3A | 21 | 6B | 29 | 30 |
| Octal | 136 | 254 | 110 | 55 | 0 | 72 | 41 | 153 | 51 | 60 |
| Binary | 1011110 | 10101100 | 1001000 | 101101 | 0 | 111010 | 100001 | 1101011 | 101001 | 110000 |
Color Harmonies of #5EAC48
Complementary color
Monochromatic Colors of #5EAC48
Black with #5EAC48
Text Example
Text Example
White with #5EAC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC48; }
p { color: rgb(94,172,72); }
H1.HeaderClassName
{
color: #5EAC48;
}
.AnyTagClassName
{
color: #5EAC48;
}
</style>
background-color css
<style>
a { background-color: #5EAC48; }
a { background-color: rgb(94,172,72); }
div.DivClassName
{
background-color: #5EAC48;
}
.BgClassName
{
background-color: #5EAC48;
}
</style>
border-color css
<style>
span { border-color: #5EAC48; }
span { border-color: rgb(94,172,72); }
td.TdClassName
{
border-color: #5EAC48;
}
.TagClassName
{
border-color: #5EAC48;
}
</style>