Shades of Apple #5EBC46
Tints of Apple #5EBC46
RGB
CMYK
RGB Variations
Color information
#5EBC46 (or 0x5EBC46) is known color: Apple. HEX triplet: 5E, BC and 46. RGB value is (94,188,70). Sum of RGB (Red+Green+Blue) = 94+188+70=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC46 is #A143B9. Grayscale: #929292. Windows color (decimal): -10568634 or 4635742. OLE color: 4635742.
HSL color Cylindrical-coordinate representation of color #5EBC46: hue angle of 107.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EBC46 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 70 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.26 |
| HSL | 107.8º | 0.47% | 0.51% | - |
| HSV(B) | 107.8º | 0.63% | 0.74% | - |
| XYZ | 23.7 | 38.79 | 12.03 | - |
| YUV | 146.44 | 84.86 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 70 | 0.50 | 0 | 0.63 | 0.26 | 107.8 | 0.47 | 0.51 |
| Hex | 5E | BC | 46 | 32 | 0 | 3F | 1A | 6C | 2F | 33 |
| Octal | 136 | 274 | 106 | 62 | 0 | 77 | 32 | 154 | 57 | 63 |
| Binary | 1011110 | 10111100 | 1000110 | 110010 | 0 | 111111 | 11010 | 1101100 | 101111 | 110011 |
Color Harmonies of #5EBC46
Complementary color
Monochromatic Colors of #5EBC46
Black with #5EBC46
Text Example
Text Example
White with #5EBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC46; }
p { color: rgb(94,188,70); }
H1.HeaderClassName
{
color: #5EBC46;
}
.AnyTagClassName
{
color: #5EBC46;
}
</style>
background-color css
<style>
a { background-color: #5EBC46; }
a { background-color: rgb(94,188,70); }
div.DivClassName
{
background-color: #5EBC46;
}
.BgClassName
{
background-color: #5EBC46;
}
</style>
border-color css
<style>
span { border-color: #5EBC46; }
span { border-color: rgb(94,188,70); }
td.TdClassName
{
border-color: #5EBC46;
}
.TagClassName
{
border-color: #5EBC46;
}
</style>