Shades of Kelly Green #4CC028
Tints of Kelly Green #4CC028
RGB
CMYK
RGB Variations
Color information
#4CC028 (or 0x4CC028) is known color: Kelly Green. HEX triplet: 4C, C0 and 28. RGB value is (76,192,40). Sum of RGB (Red+Green+Blue) = 76+192+40=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC028 is #B33FD7. Grayscale: #8C8C8C. Windows color (decimal): -11747288 or 2670668. OLE color: 2670668.
HSL color Cylindrical-coordinate representation of color #4CC028: hue angle of 105.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CC028 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 40 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.25 |
| HSL | 105.79º | 0.66% | 0.45% | - |
| HSV(B) | 105.79º | 0.79% | 0.75% | - |
| XYZ | 22.21 | 39.39 | 8.44 | - |
| YUV | 139.99 | 71.57 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 40 | 0.60 | 0 | 0.79 | 0.25 | 105.79 | 0.66 | 0.45 |
| Hex | 4C | C0 | 28 | 3C | 0 | 4F | 19 | 6A | 42 | 2D |
| Octal | 114 | 300 | 50 | 74 | 0 | 117 | 31 | 152 | 102 | 55 |
| Binary | 1001100 | 11000000 | 101000 | 111100 | 0 | 1001111 | 11001 | 1101010 | 1000010 | 101101 |
Color Harmonies of #4CC028
Complementary color
Monochromatic Colors of #4CC028
Black with #4CC028
Text Example
Text Example
White with #4CC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC028; }
p { color: rgb(76,192,40); }
H1.HeaderClassName
{
color: #4CC028;
}
.AnyTagClassName
{
color: #4CC028;
}
</style>
background-color css
<style>
a { background-color: #4CC028; }
a { background-color: rgb(76,192,40); }
div.DivClassName
{
background-color: #4CC028;
}
.BgClassName
{
background-color: #4CC028;
}
</style>
border-color css
<style>
span { border-color: #4CC028; }
span { border-color: rgb(76,192,40); }
td.TdClassName
{
border-color: #4CC028;
}
.TagClassName
{
border-color: #4CC028;
}
</style>