Shades of Kelly Green #4DB11B
Tints of Kelly Green #4DB11B
RGB
CMYK
RGB Variations
Color information
#4DB11B (or 0x4DB11B) is known color: Kelly Green. HEX triplet: 4D, B1 and 1B. RGB value is (77,177,27). Sum of RGB (Red+Green+Blue) = 77+177+27=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB11B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB11B is #B24EE4. Grayscale: #828282. Windows color (decimal): -11685605 or 1814861. OLE color: 1814861.
HSL color Cylindrical-coordinate representation of color #4DB11B: hue angle of 100º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DB11B is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 27 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.31 |
| HSL | 100º | 0.74% | 0.4% | - |
| HSV(B) | 100º | 0.85% | 0.69% | - |
| XYZ | 18.98 | 33.1 | 6.43 | - |
| YUV | 130 | 69.87 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 27 | 0.56 | 0 | 0.85 | 0.31 | 100 | 0.74 | 0.4 |
| Hex | 4D | B1 | 1B | 38 | 0 | 55 | 1F | 64 | 4A | 28 |
| Octal | 115 | 261 | 33 | 70 | 0 | 125 | 37 | 144 | 112 | 50 |
| Binary | 1001101 | 10110001 | 11011 | 111000 | 0 | 1010101 | 11111 | 1100100 | 1001010 | 101000 |
Color Harmonies of #4DB11B
Complementary color
Monochromatic Colors of #4DB11B
Black with #4DB11B
Text Example
Text Example
White with #4DB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB11B; }
p { color: rgb(77,177,27); }
H1.HeaderClassName
{
color: #4DB11B;
}
.AnyTagClassName
{
color: #4DB11B;
}
</style>
background-color css
<style>
a { background-color: #4DB11B; }
a { background-color: rgb(77,177,27); }
div.DivClassName
{
background-color: #4DB11B;
}
.BgClassName
{
background-color: #4DB11B;
}
</style>
border-color css
<style>
span { border-color: #4DB11B; }
span { border-color: rgb(77,177,27); }
td.TdClassName
{
border-color: #4DB11B;
}
.TagClassName
{
border-color: #4DB11B;
}
</style>