Shades of Kelly Green #4CCC0F
Tints of Kelly Green #4CCC0F
RGB
CMYK
RGB Variations
Color information
#4CCC0F (or 0x4CCC0F) is known color: Kelly Green. HEX triplet: 4C, CC and 0F. RGB value is (76,204,15). Sum of RGB (Red+Green+Blue) = 76+204+15=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCC0F is #B333F0. Grayscale: #909090. Windows color (decimal): -11744241 or 1035340. OLE color: 1035340.
HSL color Cylindrical-coordinate representation of color #4CCC0F: hue angle of 100.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CCC0F is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 15 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.2 |
| HSL | 100.63º | 0.86% | 0.43% | - |
| HSV(B) | 100.63º | 0.93% | 0.8% | - |
| XYZ | 24.66 | 44.76 | 7.79 | - |
| YUV | 144.18 | 55.09 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 15 | 0.63 | 0 | 0.93 | 0.2 | 100.63 | 0.86 | 0.43 |
| Hex | 4C | CC | F | 3F | 0 | 5D | 14 | 65 | 56 | 2B |
| Octal | 114 | 314 | 17 | 77 | 0 | 135 | 24 | 145 | 126 | 53 |
| Binary | 1001100 | 11001100 | 1111 | 111111 | 0 | 1011101 | 10100 | 1100101 | 1010110 | 101011 |
Color Harmonies of #4CCC0F
Complementary color
Monochromatic Colors of #4CCC0F
Black with #4CCC0F
Text Example
Text Example
White with #4CCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC0F; }
p { color: rgb(76,204,15); }
H1.HeaderClassName
{
color: #4CCC0F;
}
.AnyTagClassName
{
color: #4CCC0F;
}
</style>
background-color css
<style>
a { background-color: #4CCC0F; }
a { background-color: rgb(76,204,15); }
div.DivClassName
{
background-color: #4CCC0F;
}
.BgClassName
{
background-color: #4CCC0F;
}
</style>
border-color css
<style>
span { border-color: #4CCC0F; }
span { border-color: rgb(76,204,15); }
td.TdClassName
{
border-color: #4CCC0F;
}
.TagClassName
{
border-color: #4CCC0F;
}
</style>