Shades of Apple #5EBB55
Tints of Apple #5EBB55
RGB
CMYK
RGB Variations
Color information
#5EBB55 (or 0x5EBB55) is known color: Apple. HEX triplet: 5E, BB and 55. RGB value is (94,187,85). Sum of RGB (Red+Green+Blue) = 94+187+85=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBB55 is #A144AA. Grayscale: #939393. Windows color (decimal): -10568875 or 5618526. OLE color: 5618526.
HSL color Cylindrical-coordinate representation of color #5EBB55: hue angle of 114.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBB55 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 85 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.27 |
| HSL | 114.71º | 0.43% | 0.53% | - |
| HSV(B) | 114.71º | 0.55% | 0.73% | - |
| XYZ | 24.03 | 38.58 | 14.77 | - |
| YUV | 147.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 85 | 0.50 | 0 | 0.55 | 0.27 | 114.71 | 0.43 | 0.53 |
| Hex | 5E | BB | 55 | 32 | 0 | 37 | 1B | 73 | 2B | 35 |
| Octal | 136 | 273 | 125 | 62 | 0 | 67 | 33 | 163 | 53 | 65 |
| Binary | 1011110 | 10111011 | 1010101 | 110010 | 0 | 110111 | 11011 | 1110011 | 101011 | 110101 |
Color Harmonies of #5EBB55
Complementary color
Monochromatic Colors of #5EBB55
Black with #5EBB55
Text Example
Text Example
White with #5EBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBB55; }
p { color: rgb(94,187,85); }
H1.HeaderClassName
{
color: #5EBB55;
}
.AnyTagClassName
{
color: #5EBB55;
}
</style>
background-color css
<style>
a { background-color: #5EBB55; }
a { background-color: rgb(94,187,85); }
div.DivClassName
{
background-color: #5EBB55;
}
.BgClassName
{
background-color: #5EBB55;
}
</style>
border-color css
<style>
span { border-color: #5EBB55; }
span { border-color: rgb(94,187,85); }
td.TdClassName
{
border-color: #5EBB55;
}
.TagClassName
{
border-color: #5EBB55;
}
</style>