Shades of Kelly Green #4CDC11
Tints of Kelly Green #4CDC11
RGB
CMYK
RGB Variations
Color information
#4CDC11 (or 0x4CDC11) is known color: Kelly Green. HEX triplet: 4C, DC and 11. RGB value is (76,220,17). Sum of RGB (Red+Green+Blue) = 76+220+17=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDC11 is #B323EE. Grayscale: #9A9A9A. Windows color (decimal): -11740143 or 1170508. OLE color: 1170508.
HSL color Cylindrical-coordinate representation of color #4CDC11: hue angle of 102.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CDC11 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 17 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.14 |
| HSL | 102.56º | 0.86% | 0.46% | - |
| HSV(B) | 102.56º | 0.92% | 0.86% | - |
| XYZ | 28.67 | 52.76 | 9.2 | - |
| YUV | 153.8 | 50.79 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 17 | 0.65 | 0 | 0.92 | 0.14 | 102.56 | 0.86 | 0.46 |
| Hex | 4C | DC | 11 | 41 | 0 | 5C | E | 67 | 56 | 2E |
| Octal | 114 | 334 | 21 | 101 | 0 | 134 | 16 | 147 | 126 | 56 |
| Binary | 1001100 | 11011100 | 10001 | 1000001 | 0 | 1011100 | 1110 | 1100111 | 1010110 | 101110 |
Color Harmonies of #4CDC11
Complementary color
Monochromatic Colors of #4CDC11
Black with #4CDC11
Text Example
Text Example
White with #4CDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC11; }
p { color: rgb(76,220,17); }
H1.HeaderClassName
{
color: #4CDC11;
}
.AnyTagClassName
{
color: #4CDC11;
}
</style>
background-color css
<style>
a { background-color: #4CDC11; }
a { background-color: rgb(76,220,17); }
div.DivClassName
{
background-color: #4CDC11;
}
.BgClassName
{
background-color: #4CDC11;
}
</style>
border-color css
<style>
span { border-color: #4CDC11; }
span { border-color: rgb(76,220,17); }
td.TdClassName
{
border-color: #4CDC11;
}
.TagClassName
{
border-color: #4CDC11;
}
</style>