Shades of Apple #5EBF56
Tints of Apple #5EBF56
RGB
CMYK
RGB Variations
Color information
#5EBF56 (or 0x5EBF56) is known color: Apple. HEX triplet: 5E, BF and 56. RGB value is (94,191,86). Sum of RGB (Red+Green+Blue) = 94+191+86=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF56 is #A140A9. Grayscale: #969696. Windows color (decimal): -10567850 or 5685086. OLE color: 5685086.
HSL color Cylindrical-coordinate representation of color #5EBF56: hue angle of 115.43º degrees, saturation: 0.45, 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 #5EBF56 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 86 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.25 |
| HSL | 115.43º | 0.45% | 0.54% | - |
| HSV(B) | 115.43º | 0.55% | 0.75% | - |
| XYZ | 24.93 | 40.31 | 15.27 | - |
| YUV | 150.03 | 91.86 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 86 | 0.51 | 0 | 0.55 | 0.25 | 115.43 | 0.45 | 0.54 |
| Hex | 5E | BF | 56 | 33 | 0 | 37 | 19 | 73 | 2D | 36 |
| Octal | 136 | 277 | 126 | 63 | 0 | 67 | 31 | 163 | 55 | 66 |
| Binary | 1011110 | 10111111 | 1010110 | 110011 | 0 | 110111 | 11001 | 1110011 | 101101 | 110110 |
Color Harmonies of #5EBF56
Complementary color
Monochromatic Colors of #5EBF56
Black with #5EBF56
Text Example
Text Example
White with #5EBF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF56; }
p { color: rgb(94,191,86); }
H1.HeaderClassName
{
color: #5EBF56;
}
.AnyTagClassName
{
color: #5EBF56;
}
</style>
background-color css
<style>
a { background-color: #5EBF56; }
a { background-color: rgb(94,191,86); }
div.DivClassName
{
background-color: #5EBF56;
}
.BgClassName
{
background-color: #5EBF56;
}
</style>
border-color css
<style>
span { border-color: #5EBF56; }
span { border-color: rgb(94,191,86); }
td.TdClassName
{
border-color: #5EBF56;
}
.TagClassName
{
border-color: #5EBF56;
}
</style>