Shades of Kelly Green #4DC40D
Tints of Kelly Green #4DC40D
RGB
CMYK
RGB Variations
Color information
#4DC40D (or 0x4DC40D) is known color: Kelly Green. HEX triplet: 4D, C4 and 0D. RGB value is (77,196,13). Sum of RGB (Red+Green+Blue) = 77+196+13=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC40D is #B23BF2. Grayscale: #8C8C8C. Windows color (decimal): -11680755 or 902221. OLE color: 902221.
HSL color Cylindrical-coordinate representation of color #4DC40D: hue angle of 99.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DC40D is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 13 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.23 |
| HSL | 99.02º | 0.88% | 0.41% | - |
| HSV(B) | 99.02º | 0.93% | 0.77% | - |
| XYZ | 22.87 | 41.09 | 7.11 | - |
| YUV | 139.56 | 56.58 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 13 | 0.61 | 0 | 0.93 | 0.23 | 99.02 | 0.88 | 0.41 |
| Hex | 4D | C4 | D | 3D | 0 | 5D | 17 | 63 | 58 | 29 |
| Octal | 115 | 304 | 15 | 75 | 0 | 135 | 27 | 143 | 130 | 51 |
| Binary | 1001101 | 11000100 | 1101 | 111101 | 0 | 1011101 | 10111 | 1100011 | 1011000 | 101001 |
Color Harmonies of #4DC40D
Complementary color
Monochromatic Colors of #4DC40D
Black with #4DC40D
Text Example
Text Example
White with #4DC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC40D; }
p { color: rgb(77,196,13); }
H1.HeaderClassName
{
color: #4DC40D;
}
.AnyTagClassName
{
color: #4DC40D;
}
</style>
background-color css
<style>
a { background-color: #4DC40D; }
a { background-color: rgb(77,196,13); }
div.DivClassName
{
background-color: #4DC40D;
}
.BgClassName
{
background-color: #4DC40D;
}
</style>
border-color css
<style>
span { border-color: #4DC40D; }
span { border-color: rgb(77,196,13); }
td.TdClassName
{
border-color: #4DC40D;
}
.TagClassName
{
border-color: #4DC40D;
}
</style>