Shades of Kelly Green #4CC20D
Tints of Kelly Green #4CC20D
RGB
CMYK
RGB Variations
Color information
#4CC20D (or 0x4CC20D) is known color: Kelly Green. HEX triplet: 4C, C2 and 0D. RGB value is (76,194,13). Sum of RGB (Red+Green+Blue) = 76+194+13=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC20D is #B33DF2. Grayscale: #8A8A8A. Windows color (decimal): -11746803 or 901708. OLE color: 901708.
HSL color Cylindrical-coordinate representation of color #4CC20D: hue angle of 99.12º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CC20D is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 13 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.24 |
| HSL | 99.12º | 0.87% | 0.41% | - |
| HSV(B) | 99.12º | 0.93% | 0.76% | - |
| XYZ | 22.34 | 40.15 | 6.95 | - |
| YUV | 138.08 | 57.41 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 13 | 0.61 | 0 | 0.93 | 0.24 | 99.12 | 0.87 | 0.41 |
| Hex | 4C | C2 | D | 3D | 0 | 5D | 18 | 63 | 57 | 29 |
| Octal | 114 | 302 | 15 | 75 | 0 | 135 | 30 | 143 | 127 | 51 |
| Binary | 1001100 | 11000010 | 1101 | 111101 | 0 | 1011101 | 11000 | 1100011 | 1010111 | 101001 |
Color Harmonies of #4CC20D
Complementary color
Monochromatic Colors of #4CC20D
Black with #4CC20D
Text Example
Text Example
White with #4CC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC20D; }
p { color: rgb(76,194,13); }
H1.HeaderClassName
{
color: #4CC20D;
}
.AnyTagClassName
{
color: #4CC20D;
}
</style>
background-color css
<style>
a { background-color: #4CC20D; }
a { background-color: rgb(76,194,13); }
div.DivClassName
{
background-color: #4CC20D;
}
.BgClassName
{
background-color: #4CC20D;
}
</style>
border-color css
<style>
span { border-color: #4CC20D; }
span { border-color: rgb(76,194,13); }
td.TdClassName
{
border-color: #4CC20D;
}
.TagClassName
{
border-color: #4CC20D;
}
</style>