Shades of Kelly Green #4CDC10
Tints of Kelly Green #4CDC10
RGB
CMYK
RGB Variations
Color information
#4CDC10 (or 0x4CDC10) is known color: Kelly Green. HEX triplet: 4C, DC and 10. RGB value is (76,220,16). Sum of RGB (Red+Green+Blue) = 76+220+16=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDC10 is #B323EF. Grayscale: #9A9A9A. Windows color (decimal): -11740144 or 1104972. OLE color: 1104972.
HSL color Cylindrical-coordinate representation of color #4CDC10: hue angle of 102.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CDC10 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 16 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.14 |
| HSL | 102.35º | 0.86% | 0.46% | - |
| HSV(B) | 102.35º | 0.93% | 0.86% | - |
| XYZ | 28.67 | 52.76 | 9.16 | - |
| YUV | 153.69 | 50.29 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 16 | 0.65 | 0 | 0.93 | 0.14 | 102.35 | 0.86 | 0.46 |
| Hex | 4C | DC | 10 | 41 | 0 | 5D | E | 66 | 56 | 2E |
| Octal | 114 | 334 | 20 | 101 | 0 | 135 | 16 | 146 | 126 | 56 |
| Binary | 1001100 | 11011100 | 10000 | 1000001 | 0 | 1011101 | 1110 | 1100110 | 1010110 | 101110 |
Color Harmonies of #4CDC10
Complementary color
Monochromatic Colors of #4CDC10
Black with #4CDC10
Text Example
Text Example
White with #4CDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC10; }
p { color: rgb(76,220,16); }
H1.HeaderClassName
{
color: #4CDC10;
}
.AnyTagClassName
{
color: #4CDC10;
}
</style>
background-color css
<style>
a { background-color: #4CDC10; }
a { background-color: rgb(76,220,16); }
div.DivClassName
{
background-color: #4CDC10;
}
.BgClassName
{
background-color: #4CDC10;
}
</style>
border-color css
<style>
span { border-color: #4CDC10; }
span { border-color: rgb(76,220,16); }
td.TdClassName
{
border-color: #4CDC10;
}
.TagClassName
{
border-color: #4CDC10;
}
</style>