Shades of Apple #5EAC55
Tints of Apple #5EAC55
RGB
CMYK
RGB Variations
Color information
#5EAC55 (or 0x5EAC55) is known color: Apple. HEX triplet: 5E, AC and 55. RGB value is (94,172,85). Sum of RGB (Red+Green+Blue) = 94+172+85=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC55 is #A153AA. Grayscale: #8B8B8B. Windows color (decimal): -10572715 or 5614686. OLE color: 5614686.
HSL color Cylindrical-coordinate representation of color #5EAC55: hue angle of 113.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAC55 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 85 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.33 |
| HSL | 113.79º | 0.34% | 0.5% | - |
| HSV(B) | 113.79º | 0.51% | 0.67% | - |
| XYZ | 21.01 | 32.54 | 13.77 | - |
| YUV | 138.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 85 | 0.45 | 0 | 0.51 | 0.33 | 113.79 | 0.34 | 0.5 |
| Hex | 5E | AC | 55 | 2D | 0 | 33 | 21 | 72 | 22 | 32 |
| Octal | 136 | 254 | 125 | 55 | 0 | 63 | 41 | 162 | 42 | 62 |
| Binary | 1011110 | 10101100 | 1010101 | 101101 | 0 | 110011 | 100001 | 1110010 | 100010 | 110010 |
Color Harmonies of #5EAC55
Complementary color
Monochromatic Colors of #5EAC55
Black with #5EAC55
Text Example
Text Example
White with #5EAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC55; }
p { color: rgb(94,172,85); }
H1.HeaderClassName
{
color: #5EAC55;
}
.AnyTagClassName
{
color: #5EAC55;
}
</style>
background-color css
<style>
a { background-color: #5EAC55; }
a { background-color: rgb(94,172,85); }
div.DivClassName
{
background-color: #5EAC55;
}
.BgClassName
{
background-color: #5EAC55;
}
</style>
border-color css
<style>
span { border-color: #5EAC55; }
span { border-color: rgb(94,172,85); }
td.TdClassName
{
border-color: #5EAC55;
}
.TagClassName
{
border-color: #5EAC55;
}
</style>