Shades of Kelly Green #4CC005
Tints of Kelly Green #4CC005
RGB
CMYK
RGB Variations
Color information
#4CC005 (or 0x4CC005) is known color: Kelly Green. HEX triplet: 4C, C0 and 05. RGB value is (76,192,5). Sum of RGB (Red+Green+Blue) = 76+192+5=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC005 is #B33FFA. Grayscale: #888888. Windows color (decimal): -11747323 or 376908. OLE color: 376908.
HSL color Cylindrical-coordinate representation of color #4CC005: hue angle of 97.22º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CC005 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 5 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.25 |
| HSL | 97.22º | 0.95% | 0.39% | - |
| HSV(B) | 97.22º | 0.97% | 0.75% | - |
| XYZ | 21.86 | 39.25 | 6.57 | - |
| YUV | 136 | 54.07 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 5 | 0.60 | 0 | 0.97 | 0.25 | 97.22 | 0.95 | 0.39 |
| Hex | 4C | C0 | 5 | 3C | 0 | 61 | 19 | 61 | 5F | 27 |
| Octal | 114 | 300 | 5 | 74 | 0 | 141 | 31 | 141 | 137 | 47 |
| Binary | 1001100 | 11000000 | 101 | 111100 | 0 | 1100001 | 11001 | 1100001 | 1011111 | 100111 |
Color Harmonies of #4CC005
Complementary color
Monochromatic Colors of #4CC005
Black with #4CC005
Text Example
Text Example
White with #4CC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC005; }
p { color: rgb(76,192,5); }
H1.HeaderClassName
{
color: #4CC005;
}
.AnyTagClassName
{
color: #4CC005;
}
</style>
background-color css
<style>
a { background-color: #4CC005; }
a { background-color: rgb(76,192,5); }
div.DivClassName
{
background-color: #4CC005;
}
.BgClassName
{
background-color: #4CC005;
}
</style>
border-color css
<style>
span { border-color: #4CC005; }
span { border-color: rgb(76,192,5); }
td.TdClassName
{
border-color: #4CC005;
}
.TagClassName
{
border-color: #4CC005;
}
</style>