Shades of Kelly Green #4DC40B
Tints of Kelly Green #4DC40B
RGB
CMYK
RGB Variations
Color information
#4DC40B (or 0x4DC40B) is known color: Kelly Green. HEX triplet: 4D, C4 and 0B. RGB value is (77,196,11). Sum of RGB (Red+Green+Blue) = 77+196+11=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC40B is #B23BF4. Grayscale: #8B8B8B. Windows color (decimal): -11680757 or 771149. OLE color: 771149.
HSL color Cylindrical-coordinate representation of color #4DC40B: hue angle of 98.59º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DC40B is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 11 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.23 |
| HSL | 98.59º | 0.89% | 0.41% | - |
| HSV(B) | 98.59º | 0.94% | 0.77% | - |
| XYZ | 22.86 | 41.08 | 7.04 | - |
| YUV | 139.33 | 55.58 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 11 | 0.61 | 0 | 0.94 | 0.23 | 98.59 | 0.89 | 0.41 |
| Hex | 4D | C4 | B | 3D | 0 | 5E | 17 | 63 | 59 | 29 |
| Octal | 115 | 304 | 13 | 75 | 0 | 136 | 27 | 143 | 131 | 51 |
| Binary | 1001101 | 11000100 | 1011 | 111101 | 0 | 1011110 | 10111 | 1100011 | 1011001 | 101001 |
Color Harmonies of #4DC40B
Complementary color
Monochromatic Colors of #4DC40B
Black with #4DC40B
Text Example
Text Example
White with #4DC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC40B; }
p { color: rgb(77,196,11); }
H1.HeaderClassName
{
color: #4DC40B;
}
.AnyTagClassName
{
color: #4DC40B;
}
</style>
background-color css
<style>
a { background-color: #4DC40B; }
a { background-color: rgb(77,196,11); }
div.DivClassName
{
background-color: #4DC40B;
}
.BgClassName
{
background-color: #4DC40B;
}
</style>
border-color css
<style>
span { border-color: #4DC40B; }
span { border-color: rgb(77,196,11); }
td.TdClassName
{
border-color: #4DC40B;
}
.TagClassName
{
border-color: #4DC40B;
}
</style>