Shades of Kelly Green #4CC330
Tints of Kelly Green #4CC330
RGB
CMYK
RGB Variations
Color information
#4CC330 (or 0x4CC330) is known color: Kelly Green. HEX triplet: 4C, C3 and 30. RGB value is (76,195,48). Sum of RGB (Red+Green+Blue) = 76+195+48=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC330 is #B33CCF. Grayscale: #8F8F8F. Windows color (decimal): -11746512 or 3195724. OLE color: 3195724.
HSL color Cylindrical-coordinate representation of color #4CC330: hue angle of 108.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CC330 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 48 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.24 |
| HSL | 108.57º | 0.6% | 0.48% | - |
| HSV(B) | 108.57º | 0.75% | 0.76% | - |
| XYZ | 23.03 | 40.78 | 9.45 | - |
| YUV | 142.66 | 74.58 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 48 | 0.61 | 0 | 0.75 | 0.24 | 108.57 | 0.6 | 0.48 |
| Hex | 4C | C3 | 30 | 3D | 0 | 4B | 18 | 6D | 3C | 30 |
| Octal | 114 | 303 | 60 | 75 | 0 | 113 | 30 | 155 | 74 | 60 |
| Binary | 1001100 | 11000011 | 110000 | 111101 | 0 | 1001011 | 11000 | 1101101 | 111100 | 110000 |
Color Harmonies of #4CC330
Complementary color
Monochromatic Colors of #4CC330
Black with #4CC330
Text Example
Text Example
White with #4CC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC330; }
p { color: rgb(76,195,48); }
H1.HeaderClassName
{
color: #4CC330;
}
.AnyTagClassName
{
color: #4CC330;
}
</style>
background-color css
<style>
a { background-color: #4CC330; }
a { background-color: rgb(76,195,48); }
div.DivClassName
{
background-color: #4CC330;
}
.BgClassName
{
background-color: #4CC330;
}
</style>
border-color css
<style>
span { border-color: #4CC330; }
span { border-color: rgb(76,195,48); }
td.TdClassName
{
border-color: #4CC330;
}
.TagClassName
{
border-color: #4CC330;
}
</style>