Shades of Apple #5EAD55
Tints of Apple #5EAD55
RGB
CMYK
RGB Variations
Color information
#5EAD55 (or 0x5EAD55) is known color: Apple. HEX triplet: 5E, AD and 55. RGB value is (94,173,85). Sum of RGB (Red+Green+Blue) = 94+173+85=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAD55 is #A152AA. Grayscale: #8B8B8B. Windows color (decimal): -10572459 or 5614942. OLE color: 5614942.
HSL color Cylindrical-coordinate representation of color #5EAD55: hue angle of 113.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAD55 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 173 | 85 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.32 |
| HSL | 113.86º | 0.35% | 0.51% | - |
| HSV(B) | 113.86º | 0.51% | 0.68% | - |
| XYZ | 21.2 | 32.92 | 13.83 | - |
| YUV | 139.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 85 | 0.46 | 0 | 0.51 | 0.32 | 113.86 | 0.35 | 0.51 |
| Hex | 5E | AD | 55 | 2E | 0 | 33 | 20 | 72 | 23 | 33 |
| Octal | 136 | 255 | 125 | 56 | 0 | 63 | 40 | 162 | 43 | 63 |
| Binary | 1011110 | 10101101 | 1010101 | 101110 | 0 | 110011 | 100000 | 1110010 | 100011 | 110011 |
Color Harmonies of #5EAD55
Complementary color
Monochromatic Colors of #5EAD55
Black with #5EAD55
Text Example
Text Example
White with #5EAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAD55; }
p { color: rgb(94,173,85); }
H1.HeaderClassName
{
color: #5EAD55;
}
.AnyTagClassName
{
color: #5EAD55;
}
</style>
background-color css
<style>
a { background-color: #5EAD55; }
a { background-color: rgb(94,173,85); }
div.DivClassName
{
background-color: #5EAD55;
}
.BgClassName
{
background-color: #5EAD55;
}
</style>
border-color css
<style>
span { border-color: #5EAD55; }
span { border-color: rgb(94,173,85); }
td.TdClassName
{
border-color: #5EAD55;
}
.TagClassName
{
border-color: #5EAD55;
}
</style>