Shades of Kelly Green #4CDD08
Tints of Kelly Green #4CDD08
RGB
CMYK
RGB Variations
Color information
#4CDD08 (or 0x4CDD08) is known color: Kelly Green. HEX triplet: 4C, DD and 08. RGB value is (76,221,8). Sum of RGB (Red+Green+Blue) = 76+221+8=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDD08 is #B322F7. Grayscale: #9A9A9A. Windows color (decimal): -11739896 or 580940. OLE color: 580940.
HSL color Cylindrical-coordinate representation of color #4CDD08: hue angle of 100.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CDD08 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.13 |
| HSL | 100.85º | 0.93% | 0.45% | - |
| HSV(B) | 100.85º | 0.96% | 0.87% | - |
| XYZ | 28.88 | 53.27 | 8.99 | - |
| YUV | 153.36 | 45.96 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 8 | 0.66 | 0 | 0.96 | 0.13 | 100.85 | 0.93 | 0.45 |
| Hex | 4C | DD | 8 | 42 | 0 | 60 | D | 65 | 5D | 2D |
| Octal | 114 | 335 | 10 | 102 | 0 | 140 | 15 | 145 | 135 | 55 |
| Binary | 1001100 | 11011101 | 1000 | 1000010 | 0 | 1100000 | 1101 | 1100101 | 1011101 | 101101 |
Color Harmonies of #4CDD08
Complementary color
Monochromatic Colors of #4CDD08
Black with #4CDD08
Text Example
Text Example
White with #4CDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD08; }
p { color: rgb(76,221,8); }
H1.HeaderClassName
{
color: #4CDD08;
}
.AnyTagClassName
{
color: #4CDD08;
}
</style>
background-color css
<style>
a { background-color: #4CDD08; }
a { background-color: rgb(76,221,8); }
div.DivClassName
{
background-color: #4CDD08;
}
.BgClassName
{
background-color: #4CDD08;
}
</style>
border-color css
<style>
span { border-color: #4CDD08; }
span { border-color: rgb(76,221,8); }
td.TdClassName
{
border-color: #4CDD08;
}
.TagClassName
{
border-color: #4CDD08;
}
</style>