Shades of Kelly Green #4CD800
Tints of Kelly Green #4CD800
RGB
CMYK
RGB Variations
Color information
#4CD800 (or 0x4CD800) is known color: Kelly Green. HEX triplet: 4C, D8 and 00. RGB value is (76,216,0). Sum of RGB (Red+Green+Blue) = 76+216+0=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 216 (84.77% from 255 or 73.97% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CD800 is #B327FF. Grayscale: #969696. Windows color (decimal): -11741184 or 55372. OLE color: 55372.
HSL color Cylindrical-coordinate representation of color #4CD800: hue angle of 98.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CD800 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 216 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.15 |
| HSL | 98.89º | 1% | 0.42% | - |
| HSV(B) | 98.89º | 1% | 0.85% | - |
| XYZ | 27.54 | 50.65 | 8.32 | - |
| YUV | 149.52 | 43.62 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 216 | 0 | 0.65 | 0 | 1 | 0.15 | 98.89 | 1 | 0.42 |
| Hex | 4C | D8 | 0 | 41 | 0 | 64 | F | 63 | 64 | 2A |
| Octal | 114 | 330 | 0 | 101 | 0 | 144 | 17 | 143 | 144 | 52 |
| Binary | 1001100 | 11011000 | 0 | 1000001 | 0 | 1100100 | 1111 | 1100011 | 1100100 | 101010 |
Color Harmonies of #4CD800
Complementary color
Monochromatic Colors of #4CD800
Black with #4CD800
Text Example
Text Example
White with #4CD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD800; }
p { color: rgb(76,216,0); }
H1.HeaderClassName
{
color: #4CD800;
}
.AnyTagClassName
{
color: #4CD800;
}
</style>
background-color css
<style>
a { background-color: #4CD800; }
a { background-color: rgb(76,216,0); }
div.DivClassName
{
background-color: #4CD800;
}
.BgClassName
{
background-color: #4CD800;
}
</style>
border-color css
<style>
span { border-color: #4CD800; }
span { border-color: rgb(76,216,0); }
td.TdClassName
{
border-color: #4CD800;
}
.TagClassName
{
border-color: #4CD800;
}
</style>