Shades of Apple #4EBA40
Tints of Apple #4EBA40
RGB
CMYK
RGB Variations
Color information
#4EBA40 (or 0x4EBA40) is known color: Apple. HEX triplet: 4E, BA and 40. RGB value is (78,186,64). Sum of RGB (Red+Green+Blue) = 78+186+64=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EBA40 is #B145BF. Grayscale: #8C8C8C. Windows color (decimal): -11617728 or 4241998. OLE color: 4241998.
HSL color Cylindrical-coordinate representation of color #4EBA40: hue angle of 113.11º 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 #4EBA40 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 64 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.27 |
| HSL | 113.11º | 0.49% | 0.49% | - |
| HSV(B) | 113.11º | 0.66% | 0.73% | - |
| XYZ | 21.63 | 37.11 | 10.87 | - |
| YUV | 139.8 | 85.22 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 64 | 0.58 | 0 | 0.66 | 0.27 | 113.11 | 0.49 | 0.49 |
| Hex | 4E | BA | 40 | 3A | 0 | 42 | 1B | 71 | 31 | 31 |
| Octal | 116 | 272 | 100 | 72 | 0 | 102 | 33 | 161 | 61 | 61 |
| Binary | 1001110 | 10111010 | 1000000 | 111010 | 0 | 1000010 | 11011 | 1110001 | 110001 | 110001 |
Color Harmonies of #4EBA40
Complementary color
Monochromatic Colors of #4EBA40
Black with #4EBA40
Text Example
Text Example
White with #4EBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA40; }
p { color: rgb(78,186,64); }
H1.HeaderClassName
{
color: #4EBA40;
}
.AnyTagClassName
{
color: #4EBA40;
}
</style>
background-color css
<style>
a { background-color: #4EBA40; }
a { background-color: rgb(78,186,64); }
div.DivClassName
{
background-color: #4EBA40;
}
.BgClassName
{
background-color: #4EBA40;
}
</style>
border-color css
<style>
span { border-color: #4EBA40; }
span { border-color: rgb(78,186,64); }
td.TdClassName
{
border-color: #4EBA40;
}
.TagClassName
{
border-color: #4EBA40;
}
</style>