Shades of Apple #5EBE56
Tints of Apple #5EBE56
RGB
CMYK
RGB Variations
Color information
#5EBE56 (or 0x5EBE56) is known color: Apple. HEX triplet: 5E, BE and 56. RGB value is (94,190,86). Sum of RGB (Red+Green+Blue) = 94+190+86=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBE56 is #A141A9. Grayscale: #959595. Windows color (decimal): -10568106 or 5684830. OLE color: 5684830.
HSL color Cylindrical-coordinate representation of color #5EBE56: hue angle of 115.38º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBE56 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 190 | 86 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.25 |
| HSL | 115.38º | 0.44% | 0.54% | - |
| HSV(B) | 115.38º | 0.55% | 0.75% | - |
| XYZ | 24.71 | 39.88 | 15.2 | - |
| YUV | 149.44 | 92.2 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 190 | 86 | 0.51 | 0 | 0.55 | 0.25 | 115.38 | 0.44 | 0.54 |
| Hex | 5E | BE | 56 | 33 | 0 | 37 | 19 | 73 | 2C | 36 |
| Octal | 136 | 276 | 126 | 63 | 0 | 67 | 31 | 163 | 54 | 66 |
| Binary | 1011110 | 10111110 | 1010110 | 110011 | 0 | 110111 | 11001 | 1110011 | 101100 | 110110 |
Color Harmonies of #5EBE56
Complementary color
Monochromatic Colors of #5EBE56
Black with #5EBE56
Text Example
Text Example
White with #5EBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBE56; }
p { color: rgb(94,190,86); }
H1.HeaderClassName
{
color: #5EBE56;
}
.AnyTagClassName
{
color: #5EBE56;
}
</style>
background-color css
<style>
a { background-color: #5EBE56; }
a { background-color: rgb(94,190,86); }
div.DivClassName
{
background-color: #5EBE56;
}
.BgClassName
{
background-color: #5EBE56;
}
</style>
border-color css
<style>
span { border-color: #5EBE56; }
span { border-color: rgb(94,190,86); }
td.TdClassName
{
border-color: #5EBE56;
}
.TagClassName
{
border-color: #5EBE56;
}
</style>