Shades of Kelly Green #4CCC14
Tints of Kelly Green #4CCC14
RGB
CMYK
RGB Variations
Color information
#4CCC14 (or 0x4CCC14) is known color: Kelly Green. HEX triplet: 4C, CC and 14. RGB value is (76,204,20). Sum of RGB (Red+Green+Blue) = 76+204+20=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 204 (80.08% from 255 or 68% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCC14 is #B333EB. Grayscale: #919191. Windows color (decimal): -11744236 or 1363020. OLE color: 1363020.
HSL color Cylindrical-coordinate representation of color #4CCC14: hue angle of 101.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CCC14 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 20 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.2 |
| HSL | 101.74º | 0.82% | 0.44% | - |
| HSV(B) | 101.74º | 0.9% | 0.8% | - |
| XYZ | 24.7 | 44.77 | 8 | - |
| YUV | 144.75 | 57.59 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 20 | 0.63 | 0 | 0.90 | 0.2 | 101.74 | 0.82 | 0.44 |
| Hex | 4C | CC | 14 | 3F | 0 | 5A | 14 | 66 | 52 | 2C |
| Octal | 114 | 314 | 24 | 77 | 0 | 132 | 24 | 146 | 122 | 54 |
| Binary | 1001100 | 11001100 | 10100 | 111111 | 0 | 1011010 | 10100 | 1100110 | 1010010 | 101100 |
Color Harmonies of #4CCC14
Complementary color
Monochromatic Colors of #4CCC14
Black with #4CCC14
Text Example
Text Example
White with #4CCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC14; }
p { color: rgb(76,204,20); }
H1.HeaderClassName
{
color: #4CCC14;
}
.AnyTagClassName
{
color: #4CCC14;
}
</style>
background-color css
<style>
a { background-color: #4CCC14; }
a { background-color: rgb(76,204,20); }
div.DivClassName
{
background-color: #4CCC14;
}
.BgClassName
{
background-color: #4CCC14;
}
</style>
border-color css
<style>
span { border-color: #4CCC14; }
span { border-color: rgb(76,204,20); }
td.TdClassName
{
border-color: #4CCC14;
}
.TagClassName
{
border-color: #4CCC14;
}
</style>