Shades of Kelly Green #4CC40A
Tints of Kelly Green #4CC40A
RGB
CMYK
RGB Variations
Color information
#4CC40A (or 0x4CC40A) is known color: Kelly Green. HEX triplet: 4C, C4 and 0A. RGB value is (76,196,10). Sum of RGB (Red+Green+Blue) = 76+196+10=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC40A is #B33BF5. Grayscale: #8B8B8B. Windows color (decimal): -11746294 or 705612. OLE color: 705612.
HSL color Cylindrical-coordinate representation of color #4CC40A: hue angle of 98.71º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CC40A is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 10 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.23 |
| HSL | 98.71º | 0.9% | 0.4% | - |
| HSV(B) | 98.71º | 0.95% | 0.77% | - |
| XYZ | 22.78 | 41.04 | 7.01 | - |
| YUV | 138.92 | 55.24 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 10 | 0.61 | 0 | 0.95 | 0.23 | 98.71 | 0.9 | 0.4 |
| Hex | 4C | C4 | A | 3D | 0 | 5F | 17 | 63 | 5A | 28 |
| Octal | 114 | 304 | 12 | 75 | 0 | 137 | 27 | 143 | 132 | 50 |
| Binary | 1001100 | 11000100 | 1010 | 111101 | 0 | 1011111 | 10111 | 1100011 | 1011010 | 101000 |
Color Harmonies of #4CC40A
Complementary color
Monochromatic Colors of #4CC40A
Black with #4CC40A
Text Example
Text Example
White with #4CC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC40A; }
p { color: rgb(76,196,10); }
H1.HeaderClassName
{
color: #4CC40A;
}
.AnyTagClassName
{
color: #4CC40A;
}
</style>
background-color css
<style>
a { background-color: #4CC40A; }
a { background-color: rgb(76,196,10); }
div.DivClassName
{
background-color: #4CC40A;
}
.BgClassName
{
background-color: #4CC40A;
}
</style>
border-color css
<style>
span { border-color: #4CC40A; }
span { border-color: rgb(76,196,10); }
td.TdClassName
{
border-color: #4CC40A;
}
.TagClassName
{
border-color: #4CC40A;
}
</style>