Shades of Kelly Green #4CC313
Tints of Kelly Green #4CC313
RGB
CMYK
RGB Variations
Color information
#4CC313 (or 0x4CC313) is known color: Kelly Green. HEX triplet: 4C, C3 and 13. RGB value is (76,195,19). Sum of RGB (Red+Green+Blue) = 76+195+19=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC313 is #B33CEC. Grayscale: #8B8B8B. Windows color (decimal): -11746541 or 1295180. OLE color: 1295180.
HSL color Cylindrical-coordinate representation of color #4CC313: hue angle of 100.57º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CC313 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 19 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.24 |
| HSL | 100.57º | 0.82% | 0.42% | - |
| HSV(B) | 100.57º | 0.9% | 0.76% | - |
| XYZ | 22.61 | 40.61 | 7.26 | - |
| YUV | 139.36 | 60.08 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 19 | 0.61 | 0 | 0.90 | 0.24 | 100.57 | 0.82 | 0.42 |
| Hex | 4C | C3 | 13 | 3D | 0 | 5A | 18 | 65 | 52 | 2A |
| Octal | 114 | 303 | 23 | 75 | 0 | 132 | 30 | 145 | 122 | 52 |
| Binary | 1001100 | 11000011 | 10011 | 111101 | 0 | 1011010 | 11000 | 1100101 | 1010010 | 101010 |
Color Harmonies of #4CC313
Complementary color
Monochromatic Colors of #4CC313
Black with #4CC313
Text Example
Text Example
White with #4CC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC313; }
p { color: rgb(76,195,19); }
H1.HeaderClassName
{
color: #4CC313;
}
.AnyTagClassName
{
color: #4CC313;
}
</style>
background-color css
<style>
a { background-color: #4CC313; }
a { background-color: rgb(76,195,19); }
div.DivClassName
{
background-color: #4CC313;
}
.BgClassName
{
background-color: #4CC313;
}
</style>
border-color css
<style>
span { border-color: #4CC313; }
span { border-color: rgb(76,195,19); }
td.TdClassName
{
border-color: #4CC313;
}
.TagClassName
{
border-color: #4CC313;
}
</style>