Shades of Kelly Green #4DB40B
Tints of Kelly Green #4DB40B
RGB
CMYK
RGB Variations
Color information
#4DB40B (or 0x4DB40B) is known color: Kelly Green. HEX triplet: 4D, B4 and 0B. RGB value is (77,180,11). Sum of RGB (Red+Green+Blue) = 77+180+11=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DB40B is #B24BF4. Grayscale: #828282. Windows color (decimal): -11684853 or 767053. OLE color: 767053.
HSL color Cylindrical-coordinate representation of color #4DB40B: hue angle of 96.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DB40B is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 11 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.29 |
| HSL | 96.57º | 0.88% | 0.37% | - |
| HSV(B) | 96.57º | 0.94% | 0.71% | - |
| XYZ | 19.44 | 34.24 | 5.9 | - |
| YUV | 129.94 | 60.88 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 11 | 0.57 | 0 | 0.94 | 0.29 | 96.57 | 0.88 | 0.37 |
| Hex | 4D | B4 | B | 39 | 0 | 5E | 1D | 61 | 58 | 25 |
| Octal | 115 | 264 | 13 | 71 | 0 | 136 | 35 | 141 | 130 | 45 |
| Binary | 1001101 | 10110100 | 1011 | 111001 | 0 | 1011110 | 11101 | 1100001 | 1011000 | 100101 |
Color Harmonies of #4DB40B
Complementary color
Monochromatic Colors of #4DB40B
Black with #4DB40B
Text Example
Text Example
White with #4DB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB40B; }
p { color: rgb(77,180,11); }
H1.HeaderClassName
{
color: #4DB40B;
}
.AnyTagClassName
{
color: #4DB40B;
}
</style>
background-color css
<style>
a { background-color: #4DB40B; }
a { background-color: rgb(77,180,11); }
div.DivClassName
{
background-color: #4DB40B;
}
.BgClassName
{
background-color: #4DB40B;
}
</style>
border-color css
<style>
span { border-color: #4DB40B; }
span { border-color: rgb(77,180,11); }
td.TdClassName
{
border-color: #4DB40B;
}
.TagClassName
{
border-color: #4DB40B;
}
</style>