Shades of Apple #4EBC40
Tints of Apple #4EBC40
RGB
CMYK
RGB Variations
Color information
#4EBC40 (or 0x4EBC40) is known color: Apple. HEX triplet: 4E, BC and 40. RGB value is (78,188,64). Sum of RGB (Red+Green+Blue) = 78+188+64=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EBC40 is #B143BF. Grayscale: #8D8D8D. Windows color (decimal): -11617216 or 4242510. OLE color: 4242510.
HSL color Cylindrical-coordinate representation of color #4EBC40: hue angle of 113.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EBC40 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 188 | 64 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.26 |
| HSL | 113.23º | 0.49% | 0.49% | - |
| HSV(B) | 113.23º | 0.66% | 0.74% | - |
| XYZ | 22.05 | 37.96 | 11.01 | - |
| YUV | 140.97 | 84.56 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 64 | 0.59 | 0 | 0.66 | 0.26 | 113.23 | 0.49 | 0.49 |
| Hex | 4E | BC | 40 | 3B | 0 | 42 | 1A | 71 | 31 | 31 |
| Octal | 116 | 274 | 100 | 73 | 0 | 102 | 32 | 161 | 61 | 61 |
| Binary | 1001110 | 10111100 | 1000000 | 111011 | 0 | 1000010 | 11010 | 1110001 | 110001 | 110001 |
Color Harmonies of #4EBC40
Complementary color
Monochromatic Colors of #4EBC40
Black with #4EBC40
Text Example
Text Example
White with #4EBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBC40; }
p { color: rgb(78,188,64); }
H1.HeaderClassName
{
color: #4EBC40;
}
.AnyTagClassName
{
color: #4EBC40;
}
</style>
background-color css
<style>
a { background-color: #4EBC40; }
a { background-color: rgb(78,188,64); }
div.DivClassName
{
background-color: #4EBC40;
}
.BgClassName
{
background-color: #4EBC40;
}
</style>
border-color css
<style>
span { border-color: #4EBC40; }
span { border-color: rgb(78,188,64); }
td.TdClassName
{
border-color: #4EBC40;
}
.TagClassName
{
border-color: #4EBC40;
}
</style>