Shades of Apple #5EAC51
Tints of Apple #5EAC51
RGB
CMYK
RGB Variations
Color information
#5EAC51 (or 0x5EAC51) is known color: Apple. HEX triplet: 5E, AC and 51. RGB value is (94,172,81). Sum of RGB (Red+Green+Blue) = 94+172+81=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC51 is #A153AE. Grayscale: #8A8A8A. Windows color (decimal): -10572719 or 5352542. OLE color: 5352542.
HSL color Cylindrical-coordinate representation of color #5EAC51: hue angle of 111.43º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EAC51 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 81 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.33 |
| HSL | 111.43º | 0.36% | 0.5% | - |
| HSV(B) | 111.43º | 0.53% | 0.67% | - |
| XYZ | 20.85 | 32.48 | 12.95 | - |
| YUV | 138.3 | 95.66 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 81 | 0.45 | 0 | 0.53 | 0.33 | 111.43 | 0.36 | 0.5 |
| Hex | 5E | AC | 51 | 2D | 0 | 35 | 21 | 6F | 24 | 32 |
| Octal | 136 | 254 | 121 | 55 | 0 | 65 | 41 | 157 | 44 | 62 |
| Binary | 1011110 | 10101100 | 1010001 | 101101 | 0 | 110101 | 100001 | 1101111 | 100100 | 110010 |
Color Harmonies of #5EAC51
Complementary color
Monochromatic Colors of #5EAC51
Black with #5EAC51
Text Example
Text Example
White with #5EAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC51; }
p { color: rgb(94,172,81); }
H1.HeaderClassName
{
color: #5EAC51;
}
.AnyTagClassName
{
color: #5EAC51;
}
</style>
background-color css
<style>
a { background-color: #5EAC51; }
a { background-color: rgb(94,172,81); }
div.DivClassName
{
background-color: #5EAC51;
}
.BgClassName
{
background-color: #5EAC51;
}
</style>
border-color css
<style>
span { border-color: #5EAC51; }
span { border-color: rgb(94,172,81); }
td.TdClassName
{
border-color: #5EAC51;
}
.TagClassName
{
border-color: #5EAC51;
}
</style>