Shades of Apple #4EB942
Tints of Apple #4EB942
RGB
CMYK
RGB Variations
Color information
#4EB942 (or 0x4EB942) is known color: Apple. HEX triplet: 4E, B9 and 42. RGB value is (78,185,66). Sum of RGB (Red+Green+Blue) = 78+185+66=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #4EB942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EB942 is #B146BD. Grayscale: #8B8B8B. Windows color (decimal): -11617982 or 4372814. OLE color: 4372814.
HSL color Cylindrical-coordinate representation of color #4EB942: hue angle of 113.95º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EB942 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 185 | 66 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.27 |
| HSL | 113.95º | 0.47% | 0.49% | - |
| HSV(B) | 113.95º | 0.64% | 0.73% | - |
| XYZ | 21.47 | 36.71 | 11.11 | - |
| YUV | 139.44 | 86.55 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 185 | 66 | 0.58 | 0 | 0.64 | 0.27 | 113.95 | 0.47 | 0.49 |
| Hex | 4E | B9 | 42 | 3A | 0 | 40 | 1B | 72 | 2F | 31 |
| Octal | 116 | 271 | 102 | 72 | 0 | 100 | 33 | 162 | 57 | 61 |
| Binary | 1001110 | 10111001 | 1000010 | 111010 | 0 | 1000000 | 11011 | 1110010 | 101111 | 110001 |
Color Harmonies of #4EB942
Complementary color
Monochromatic Colors of #4EB942
Black with #4EB942
Text Example
Text Example
White with #4EB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB942; }
p { color: rgb(78,185,66); }
H1.HeaderClassName
{
color: #4EB942;
}
.AnyTagClassName
{
color: #4EB942;
}
</style>
background-color css
<style>
a { background-color: #4EB942; }
a { background-color: rgb(78,185,66); }
div.DivClassName
{
background-color: #4EB942;
}
.BgClassName
{
background-color: #4EB942;
}
</style>
border-color css
<style>
span { border-color: #4EB942; }
span { border-color: rgb(78,185,66); }
td.TdClassName
{
border-color: #4EB942;
}
.TagClassName
{
border-color: #4EB942;
}
</style>