Shades of Kelly Green #4CC010
Tints of Kelly Green #4CC010
RGB
CMYK
RGB Variations
Color information
#4CC010 (or 0x4CC010) is known color: Kelly Green. HEX triplet: 4C, C0 and 10. RGB value is (76,192,16). Sum of RGB (Red+Green+Blue) = 76+192+16=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC010 is #B33FEF. Grayscale: #898989. Windows color (decimal): -11747312 or 1097804. OLE color: 1097804.
HSL color Cylindrical-coordinate representation of color #4CC010: hue angle of 99.55º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CC010 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 16 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.25 |
| HSL | 99.55º | 0.85% | 0.41% | - |
| HSV(B) | 99.55º | 0.92% | 0.75% | - |
| XYZ | 21.92 | 39.27 | 6.92 | - |
| YUV | 137.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 16 | 0.60 | 0 | 0.92 | 0.25 | 99.55 | 0.85 | 0.41 |
| Hex | 4C | C0 | 10 | 3C | 0 | 5C | 19 | 64 | 55 | 29 |
| Octal | 114 | 300 | 20 | 74 | 0 | 134 | 31 | 144 | 125 | 51 |
| Binary | 1001100 | 11000000 | 10000 | 111100 | 0 | 1011100 | 11001 | 1100100 | 1010101 | 101001 |
Color Harmonies of #4CC010
Complementary color
Monochromatic Colors of #4CC010
Black with #4CC010
Text Example
Text Example
White with #4CC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC010; }
p { color: rgb(76,192,16); }
H1.HeaderClassName
{
color: #4CC010;
}
.AnyTagClassName
{
color: #4CC010;
}
</style>
background-color css
<style>
a { background-color: #4CC010; }
a { background-color: rgb(76,192,16); }
div.DivClassName
{
background-color: #4CC010;
}
.BgClassName
{
background-color: #4CC010;
}
</style>
border-color css
<style>
span { border-color: #4CC010; }
span { border-color: rgb(76,192,16); }
td.TdClassName
{
border-color: #4CC010;
}
.TagClassName
{
border-color: #4CC010;
}
</style>