Shades of Kelly Green #4ED012
Tints of Kelly Green #4ED012
RGB
CMYK
RGB Variations
Color information
#4ED012 (or 0x4ED012) is known color: Kelly Green. HEX triplet: 4E, D0 and 12. RGB value is (78,208,18). Sum of RGB (Red+Green+Blue) = 78+208+18=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4ED012 is #B12FED. Grayscale: #949494. Windows color (decimal): -11612142 or 1232974. OLE color: 1232974.
HSL color Cylindrical-coordinate representation of color #4ED012: hue angle of 101.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4ED012 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 18 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.18 |
| HSL | 101.05º | 0.84% | 0.44% | - |
| HSV(B) | 101.05º | 0.91% | 0.82% | - |
| XYZ | 25.81 | 46.78 | 8.24 | - |
| YUV | 147.47 | 54.93 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 18 | 0.62 | 0 | 0.91 | 0.18 | 101.05 | 0.84 | 0.44 |
| Hex | 4E | D0 | 12 | 3E | 0 | 5B | 12 | 65 | 54 | 2C |
| Octal | 116 | 320 | 22 | 76 | 0 | 133 | 22 | 145 | 124 | 54 |
| Binary | 1001110 | 11010000 | 10010 | 111110 | 0 | 1011011 | 10010 | 1100101 | 1010100 | 101100 |
Color Harmonies of #4ED012
Complementary color
Monochromatic Colors of #4ED012
Black with #4ED012
Text Example
Text Example
White with #4ED012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED012; }
p { color: rgb(78,208,18); }
H1.HeaderClassName
{
color: #4ED012;
}
.AnyTagClassName
{
color: #4ED012;
}
</style>
background-color css
<style>
a { background-color: #4ED012; }
a { background-color: rgb(78,208,18); }
div.DivClassName
{
background-color: #4ED012;
}
.BgClassName
{
background-color: #4ED012;
}
</style>
border-color css
<style>
span { border-color: #4ED012; }
span { border-color: rgb(78,208,18); }
td.TdClassName
{
border-color: #4ED012;
}
.TagClassName
{
border-color: #4ED012;
}
</style>