Shades of Apple #5EBB40
Tints of Apple #5EBB40
RGB
CMYK
RGB Variations
Color information
#5EBB40 (or 0x5EBB40) is known color: Apple. HEX triplet: 5E, BB and 40. RGB value is (94,187,64). Sum of RGB (Red+Green+Blue) = 94+187+64=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBB40 is #A144BF. Grayscale: #919191. Windows color (decimal): -10568896 or 4242270. OLE color: 4242270.
HSL color Cylindrical-coordinate representation of color #5EBB40: hue angle of 105.37º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EBB40 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 64 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.27 |
| HSL | 105.37º | 0.49% | 0.49% | - |
| HSV(B) | 105.37º | 0.66% | 0.73% | - |
| XYZ | 23.31 | 38.29 | 11.01 | - |
| YUV | 145.17 | 82.19 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 64 | 0.50 | 0 | 0.66 | 0.27 | 105.37 | 0.49 | 0.49 |
| Hex | 5E | BB | 40 | 32 | 0 | 42 | 1B | 69 | 31 | 31 |
| Octal | 136 | 273 | 100 | 62 | 0 | 102 | 33 | 151 | 61 | 61 |
| Binary | 1011110 | 10111011 | 1000000 | 110010 | 0 | 1000010 | 11011 | 1101001 | 110001 | 110001 |
Color Harmonies of #5EBB40
Complementary color
Monochromatic Colors of #5EBB40
Black with #5EBB40
Text Example
Text Example
White with #5EBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBB40; }
p { color: rgb(94,187,64); }
H1.HeaderClassName
{
color: #5EBB40;
}
.AnyTagClassName
{
color: #5EBB40;
}
</style>
background-color css
<style>
a { background-color: #5EBB40; }
a { background-color: rgb(94,187,64); }
div.DivClassName
{
background-color: #5EBB40;
}
.BgClassName
{
background-color: #5EBB40;
}
</style>
border-color css
<style>
span { border-color: #5EBB40; }
span { border-color: rgb(94,187,64); }
td.TdClassName
{
border-color: #5EBB40;
}
.TagClassName
{
border-color: #5EBB40;
}
</style>