Shades of Kelly Green #4DB50B
Tints of Kelly Green #4DB50B
RGB
CMYK
RGB Variations
Color information
#4DB50B (or 0x4DB50B) is known color: Kelly Green. HEX triplet: 4D, B5 and 0B. RGB value is (77,181,11). Sum of RGB (Red+Green+Blue) = 77+181+11=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 181 (71.09% from 255 or 67.29% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DB50B is #B24AF4. Grayscale: #838383. Windows color (decimal): -11684597 or 767309. OLE color: 767309.
HSL color Cylindrical-coordinate representation of color #4DB50B: hue angle of 96.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DB50B is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 11 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.29 |
| HSL | 96.71º | 0.89% | 0.38% | - |
| HSV(B) | 96.71º | 0.94% | 0.71% | - |
| XYZ | 19.64 | 34.65 | 5.97 | - |
| YUV | 130.52 | 60.54 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 11 | 0.57 | 0 | 0.94 | 0.29 | 96.71 | 0.89 | 0.38 |
| Hex | 4D | B5 | B | 39 | 0 | 5E | 1D | 61 | 59 | 26 |
| Octal | 115 | 265 | 13 | 71 | 0 | 136 | 35 | 141 | 131 | 46 |
| Binary | 1001101 | 10110101 | 1011 | 111001 | 0 | 1011110 | 11101 | 1100001 | 1011001 | 100110 |
Color Harmonies of #4DB50B
Complementary color
Monochromatic Colors of #4DB50B
Black with #4DB50B
Text Example
Text Example
White with #4DB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB50B; }
p { color: rgb(77,181,11); }
H1.HeaderClassName
{
color: #4DB50B;
}
.AnyTagClassName
{
color: #4DB50B;
}
</style>
background-color css
<style>
a { background-color: #4DB50B; }
a { background-color: rgb(77,181,11); }
div.DivClassName
{
background-color: #4DB50B;
}
.BgClassName
{
background-color: #4DB50B;
}
</style>
border-color css
<style>
span { border-color: #4DB50B; }
span { border-color: rgb(77,181,11); }
td.TdClassName
{
border-color: #4DB50B;
}
.TagClassName
{
border-color: #4DB50B;
}
</style>