Shades of Kelly Green #4DC000
Tints of Kelly Green #4DC000
RGB
CMYK
RGB Variations
Color information
#4DC000 (or 0x4DC000) is known color: Kelly Green. HEX triplet: 4D, C0 and 00. RGB value is (77,192,0). Sum of RGB (Red+Green+Blue) = 77+192+0=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC000 is #B23FFF. Grayscale: #888888. Windows color (decimal): -11681792 or 49229. OLE color: 49229.
HSL color Cylindrical-coordinate representation of color #4DC000: hue angle of 95.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DC000 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.25 |
| HSL | 95.94º | 1% | 0.38% | - |
| HSV(B) | 95.94º | 1% | 0.75% | - |
| XYZ | 21.91 | 39.28 | 6.43 | - |
| YUV | 135.73 | 51.4 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 0 | 0.60 | 0 | 1 | 0.25 | 95.94 | 1 | 0.38 |
| Hex | 4D | C0 | 0 | 3C | 0 | 64 | 19 | 60 | 64 | 26 |
| Octal | 115 | 300 | 0 | 74 | 0 | 144 | 31 | 140 | 144 | 46 |
| Binary | 1001101 | 11000000 | 0 | 111100 | 0 | 1100100 | 11001 | 1100000 | 1100100 | 100110 |
Color Harmonies of #4DC000
Complementary color
Monochromatic Colors of #4DC000
Black with #4DC000
Text Example
Text Example
White with #4DC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC000; }
p { color: rgb(77,192,0); }
H1.HeaderClassName
{
color: #4DC000;
}
.AnyTagClassName
{
color: #4DC000;
}
</style>
background-color css
<style>
a { background-color: #4DC000; }
a { background-color: rgb(77,192,0); }
div.DivClassName
{
background-color: #4DC000;
}
.BgClassName
{
background-color: #4DC000;
}
</style>
border-color css
<style>
span { border-color: #4DC000; }
span { border-color: rgb(77,192,0); }
td.TdClassName
{
border-color: #4DC000;
}
.TagClassName
{
border-color: #4DC000;
}
</style>