Shades of Kelly Green #4EB70C
Tints of Kelly Green #4EB70C
RGB
CMYK
RGB Variations
Color information
#4EB70C (or 0x4EB70C) is known color: Kelly Green. HEX triplet: 4E, B7 and 0C. RGB value is (78,183,12). Sum of RGB (Red+Green+Blue) = 78+183+12=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #4EB70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EB70C is #B148F3. Grayscale: #848484. Windows color (decimal): -11618548 or 833358. OLE color: 833358.
HSL color Cylindrical-coordinate representation of color #4EB70C: hue angle of 96.84º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EB70C is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 183 | 12 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.28 |
| HSL | 96.84º | 0.88% | 0.38% | - |
| HSV(B) | 96.84º | 0.93% | 0.72% | - |
| XYZ | 20.14 | 35.51 | 6.14 | - |
| YUV | 132.11 | 60.21 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 183 | 12 | 0.57 | 0 | 0.93 | 0.28 | 96.84 | 0.88 | 0.38 |
| Hex | 4E | B7 | C | 39 | 0 | 5D | 1C | 61 | 58 | 26 |
| Octal | 116 | 267 | 14 | 71 | 0 | 135 | 34 | 141 | 130 | 46 |
| Binary | 1001110 | 10110111 | 1100 | 111001 | 0 | 1011101 | 11100 | 1100001 | 1011000 | 100110 |
Color Harmonies of #4EB70C
Complementary color
Monochromatic Colors of #4EB70C
Black with #4EB70C
Text Example
Text Example
White with #4EB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB70C; }
p { color: rgb(78,183,12); }
H1.HeaderClassName
{
color: #4EB70C;
}
.AnyTagClassName
{
color: #4EB70C;
}
</style>
background-color css
<style>
a { background-color: #4EB70C; }
a { background-color: rgb(78,183,12); }
div.DivClassName
{
background-color: #4EB70C;
}
.BgClassName
{
background-color: #4EB70C;
}
</style>
border-color css
<style>
span { border-color: #4EB70C; }
span { border-color: rgb(78,183,12); }
td.TdClassName
{
border-color: #4EB70C;
}
.TagClassName
{
border-color: #4EB70C;
}
</style>