Shades of Kelly Green #4CC428
Tints of Kelly Green #4CC428
RGB
CMYK
RGB Variations
Color information
#4CC428 (or 0x4CC428) is known color: Kelly Green. HEX triplet: 4C, C4 and 28. RGB value is (76,196,40). Sum of RGB (Red+Green+Blue) = 76+196+40=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC428 is #B33BD7. Grayscale: #8E8E8E. Windows color (decimal): -11746264 or 2671692. OLE color: 2671692.
HSL color Cylindrical-coordinate representation of color #4CC428: hue angle of 106.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CC428 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 40 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.23 |
| HSL | 106.15º | 0.66% | 0.46% | - |
| HSV(B) | 106.15º | 0.8% | 0.77% | - |
| XYZ | 23.1 | 41.17 | 8.74 | - |
| YUV | 142.34 | 70.24 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 40 | 0.61 | 0 | 0.80 | 0.23 | 106.15 | 0.66 | 0.46 |
| Hex | 4C | C4 | 28 | 3D | 0 | 50 | 17 | 6A | 42 | 2E |
| Octal | 114 | 304 | 50 | 75 | 0 | 120 | 27 | 152 | 102 | 56 |
| Binary | 1001100 | 11000100 | 101000 | 111101 | 0 | 1010000 | 10111 | 1101010 | 1000010 | 101110 |
Color Harmonies of #4CC428
Complementary color
Monochromatic Colors of #4CC428
Black with #4CC428
Text Example
Text Example
White with #4CC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC428; }
p { color: rgb(76,196,40); }
H1.HeaderClassName
{
color: #4CC428;
}
.AnyTagClassName
{
color: #4CC428;
}
</style>
background-color css
<style>
a { background-color: #4CC428; }
a { background-color: rgb(76,196,40); }
div.DivClassName
{
background-color: #4CC428;
}
.BgClassName
{
background-color: #4CC428;
}
</style>
border-color css
<style>
span { border-color: #4CC428; }
span { border-color: rgb(76,196,40); }
td.TdClassName
{
border-color: #4CC428;
}
.TagClassName
{
border-color: #4CC428;
}
</style>