Shades of Kelly Green #4CCC0C
Tints of Kelly Green #4CCC0C
RGB
CMYK
RGB Variations
Color information
#4CCC0C (or 0x4CCC0C) is known color: Kelly Green. HEX triplet: 4C, CC and 0C. RGB value is (76,204,12). Sum of RGB (Red+Green+Blue) = 76+204+12=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCC0C is #B333F3. Grayscale: #909090. Windows color (decimal): -11744244 or 838732. OLE color: 838732.
HSL color Cylindrical-coordinate representation of color #4CCC0C: hue angle of 100º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CCC0C is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 12 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.2 |
| HSL | 100º | 0.89% | 0.42% | - |
| HSV(B) | 100º | 0.94% | 0.8% | - |
| XYZ | 24.64 | 44.75 | 7.69 | - |
| YUV | 143.84 | 53.59 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 12 | 0.63 | 0 | 0.94 | 0.2 | 100 | 0.89 | 0.42 |
| Hex | 4C | CC | C | 3F | 0 | 5E | 14 | 64 | 59 | 2A |
| Octal | 114 | 314 | 14 | 77 | 0 | 136 | 24 | 144 | 131 | 52 |
| Binary | 1001100 | 11001100 | 1100 | 111111 | 0 | 1011110 | 10100 | 1100100 | 1011001 | 101010 |
Color Harmonies of #4CCC0C
Complementary color
Monochromatic Colors of #4CCC0C
Black with #4CCC0C
Text Example
Text Example
White with #4CCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC0C; }
p { color: rgb(76,204,12); }
H1.HeaderClassName
{
color: #4CCC0C;
}
.AnyTagClassName
{
color: #4CCC0C;
}
</style>
background-color css
<style>
a { background-color: #4CCC0C; }
a { background-color: rgb(76,204,12); }
div.DivClassName
{
background-color: #4CCC0C;
}
.BgClassName
{
background-color: #4CCC0C;
}
</style>
border-color css
<style>
span { border-color: #4CCC0C; }
span { border-color: rgb(76,204,12); }
td.TdClassName
{
border-color: #4CCC0C;
}
.TagClassName
{
border-color: #4CCC0C;
}
</style>