Shades of Kelly Green #4CDD15
Tints of Kelly Green #4CDD15
RGB
CMYK
RGB Variations
Color information
#4CDD15 (or 0x4CDD15) is known color: Kelly Green. HEX triplet: 4C, DD and 15. RGB value is (76,221,21). Sum of RGB (Red+Green+Blue) = 76+221+21=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDD15 is #B322EA. Grayscale: #9B9B9B. Windows color (decimal): -11739883 or 1432908. OLE color: 1432908.
HSL color Cylindrical-coordinate representation of color #4CDD15: hue angle of 103.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CDD15 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 21 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.13 |
| HSL | 103.5º | 0.83% | 0.47% | - |
| HSV(B) | 103.5º | 0.9% | 0.87% | - |
| XYZ | 28.97 | 53.3 | 9.47 | - |
| YUV | 154.85 | 52.46 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 21 | 0.66 | 0 | 0.90 | 0.13 | 103.5 | 0.83 | 0.47 |
| Hex | 4C | DD | 15 | 42 | 0 | 5A | D | 68 | 53 | 2F |
| Octal | 114 | 335 | 25 | 102 | 0 | 132 | 15 | 150 | 123 | 57 |
| Binary | 1001100 | 11011101 | 10101 | 1000010 | 0 | 1011010 | 1101 | 1101000 | 1010011 | 101111 |
Color Harmonies of #4CDD15
Complementary color
Monochromatic Colors of #4CDD15
Black with #4CDD15
Text Example
Text Example
White with #4CDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD15; }
p { color: rgb(76,221,21); }
H1.HeaderClassName
{
color: #4CDD15;
}
.AnyTagClassName
{
color: #4CDD15;
}
</style>
background-color css
<style>
a { background-color: #4CDD15; }
a { background-color: rgb(76,221,21); }
div.DivClassName
{
background-color: #4CDD15;
}
.BgClassName
{
background-color: #4CDD15;
}
</style>
border-color css
<style>
span { border-color: #4CDD15; }
span { border-color: rgb(76,221,21); }
td.TdClassName
{
border-color: #4CDD15;
}
.TagClassName
{
border-color: #4CDD15;
}
</style>