Shades of Kelly Green #4DCA00
Tints of Kelly Green #4DCA00
RGB
CMYK
RGB Variations
Color information
#4DCA00 (or 0x4DCA00) is known color: Kelly Green. HEX triplet: 4D, CA and 00. RGB value is (77,202,0). Sum of RGB (Red+Green+Blue) = 77+202+0=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DCA00 is #B235FF. Grayscale: #8E8E8E. Windows color (decimal): -11679232 or 51789. OLE color: 51789.
HSL color Cylindrical-coordinate representation of color #4DCA00: hue angle of 97.13º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DCA00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.21 |
| HSL | 97.13º | 1% | 0.4% | - |
| HSV(B) | 97.13º | 1% | 0.79% | - |
| XYZ | 24.18 | 43.82 | 7.18 | - |
| YUV | 141.6 | 48.09 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 0 | 0.62 | 0 | 1 | 0.21 | 97.13 | 1 | 0.4 |
| Hex | 4D | CA | 0 | 3E | 0 | 64 | 15 | 61 | 64 | 28 |
| Octal | 115 | 312 | 0 | 76 | 0 | 144 | 25 | 141 | 144 | 50 |
| Binary | 1001101 | 11001010 | 0 | 111110 | 0 | 1100100 | 10101 | 1100001 | 1100100 | 101000 |
Color Harmonies of #4DCA00
Complementary color
Monochromatic Colors of #4DCA00
Black with #4DCA00
Text Example
Text Example
White with #4DCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA00; }
p { color: rgb(77,202,0); }
H1.HeaderClassName
{
color: #4DCA00;
}
.AnyTagClassName
{
color: #4DCA00;
}
</style>
background-color css
<style>
a { background-color: #4DCA00; }
a { background-color: rgb(77,202,0); }
div.DivClassName
{
background-color: #4DCA00;
}
.BgClassName
{
background-color: #4DCA00;
}
</style>
border-color css
<style>
span { border-color: #4DCA00; }
span { border-color: rgb(77,202,0); }
td.TdClassName
{
border-color: #4DCA00;
}
.TagClassName
{
border-color: #4DCA00;
}
</style>