Shades of Kelly Green #4CC20B
Tints of Kelly Green #4CC20B
RGB
CMYK
RGB Variations
Color information
#4CC20B (or 0x4CC20B) is known color: Kelly Green. HEX triplet: 4C, C2 and 0B. RGB value is (76,194,11). Sum of RGB (Red+Green+Blue) = 76+194+11=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC20B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC20B is #B33DF4. Grayscale: #8A8A8A. Windows color (decimal): -11746805 or 770636. OLE color: 770636.
HSL color Cylindrical-coordinate representation of color #4CC20B: hue angle of 98.69º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CC20B is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 11 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.24 |
| HSL | 98.69º | 0.89% | 0.4% | - |
| HSV(B) | 98.69º | 0.94% | 0.76% | - |
| XYZ | 22.33 | 40.14 | 6.89 | - |
| YUV | 137.86 | 56.41 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 11 | 0.61 | 0 | 0.94 | 0.24 | 98.69 | 0.89 | 0.4 |
| Hex | 4C | C2 | B | 3D | 0 | 5E | 18 | 63 | 59 | 28 |
| Octal | 114 | 302 | 13 | 75 | 0 | 136 | 30 | 143 | 131 | 50 |
| Binary | 1001100 | 11000010 | 1011 | 111101 | 0 | 1011110 | 11000 | 1100011 | 1011001 | 101000 |
Color Harmonies of #4CC20B
Complementary color
Monochromatic Colors of #4CC20B
Black with #4CC20B
Text Example
Text Example
White with #4CC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC20B; }
p { color: rgb(76,194,11); }
H1.HeaderClassName
{
color: #4CC20B;
}
.AnyTagClassName
{
color: #4CC20B;
}
</style>
background-color css
<style>
a { background-color: #4CC20B; }
a { background-color: rgb(76,194,11); }
div.DivClassName
{
background-color: #4CC20B;
}
.BgClassName
{
background-color: #4CC20B;
}
</style>
border-color css
<style>
span { border-color: #4CC20B; }
span { border-color: rgb(76,194,11); }
td.TdClassName
{
border-color: #4CC20B;
}
.TagClassName
{
border-color: #4CC20B;
}
</style>