Shades of Kelly Green #4DC70D
Tints of Kelly Green #4DC70D
RGB
CMYK
RGB Variations
Color information
#4DC70D (or 0x4DC70D) is known color: Kelly Green. HEX triplet: 4D, C7 and 0D. RGB value is (77,199,13). Sum of RGB (Red+Green+Blue) = 77+199+13=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 199 (78.12% from 255 or 68.86% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC70D is #B238F2. Grayscale: #8D8D8D. Windows color (decimal): -11679987 or 902989. OLE color: 902989.
HSL color Cylindrical-coordinate representation of color #4DC70D: hue angle of 99.35º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DC70D is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 199 | 13 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.22 |
| HSL | 99.35º | 0.88% | 0.42% | - |
| HSV(B) | 99.35º | 0.93% | 0.78% | - |
| XYZ | 23.56 | 42.45 | 7.33 | - |
| YUV | 141.32 | 55.58 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 13 | 0.61 | 0 | 0.93 | 0.22 | 99.35 | 0.88 | 0.42 |
| Hex | 4D | C7 | D | 3D | 0 | 5D | 16 | 63 | 58 | 2A |
| Octal | 115 | 307 | 15 | 75 | 0 | 135 | 26 | 143 | 130 | 52 |
| Binary | 1001101 | 11000111 | 1101 | 111101 | 0 | 1011101 | 10110 | 1100011 | 1011000 | 101010 |
Color Harmonies of #4DC70D
Complementary color
Monochromatic Colors of #4DC70D
Black with #4DC70D
Text Example
Text Example
White with #4DC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC70D; }
p { color: rgb(77,199,13); }
H1.HeaderClassName
{
color: #4DC70D;
}
.AnyTagClassName
{
color: #4DC70D;
}
</style>
background-color css
<style>
a { background-color: #4DC70D; }
a { background-color: rgb(77,199,13); }
div.DivClassName
{
background-color: #4DC70D;
}
.BgClassName
{
background-color: #4DC70D;
}
</style>
border-color css
<style>
span { border-color: #4DC70D; }
span { border-color: rgb(77,199,13); }
td.TdClassName
{
border-color: #4DC70D;
}
.TagClassName
{
border-color: #4DC70D;
}
</style>