Shades of Apple #5EBF40
Tints of Apple #5EBF40
RGB
CMYK
RGB Variations
Color information
#5EBF40 (or 0x5EBF40) is known color: Apple. HEX triplet: 5E, BF and 40. RGB value is (94,191,64). Sum of RGB (Red+Green+Blue) = 94+191+64=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF40 is #A140BF. Grayscale: #939393. Windows color (decimal): -10567872 or 4243294. OLE color: 4243294.
HSL color Cylindrical-coordinate representation of color #5EBF40: hue angle of 105.83º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EBF40 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 64 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.25 |
| HSL | 105.83º | 0.5% | 0.5% | - |
| HSV(B) | 105.83º | 0.66% | 0.75% | - |
| XYZ | 24.17 | 40.01 | 11.3 | - |
| YUV | 147.52 | 80.86 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 64 | 0.51 | 0 | 0.66 | 0.25 | 105.83 | 0.5 | 0.5 |
| Hex | 5E | BF | 40 | 33 | 0 | 42 | 19 | 6A | 32 | 32 |
| Octal | 136 | 277 | 100 | 63 | 0 | 102 | 31 | 152 | 62 | 62 |
| Binary | 1011110 | 10111111 | 1000000 | 110011 | 0 | 1000010 | 11001 | 1101010 | 110010 | 110010 |
Color Harmonies of #5EBF40
Complementary color
Monochromatic Colors of #5EBF40
Black with #5EBF40
Text Example
Text Example
White with #5EBF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF40; }
p { color: rgb(94,191,64); }
H1.HeaderClassName
{
color: #5EBF40;
}
.AnyTagClassName
{
color: #5EBF40;
}
</style>
background-color css
<style>
a { background-color: #5EBF40; }
a { background-color: rgb(94,191,64); }
div.DivClassName
{
background-color: #5EBF40;
}
.BgClassName
{
background-color: #5EBF40;
}
</style>
border-color css
<style>
span { border-color: #5EBF40; }
span { border-color: rgb(94,191,64); }
td.TdClassName
{
border-color: #5EBF40;
}
.TagClassName
{
border-color: #5EBF40;
}
</style>