Shades of Kelly Green #4DB010
Tints of Kelly Green #4DB010
RGB
CMYK
RGB Variations
Color information
#4DB010 (or 0x4DB010) is known color: Kelly Green. HEX triplet: 4D, B0 and 10. RGB value is (77,176,16). Sum of RGB (Red+Green+Blue) = 77+176+16=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 176 (69.14% from 255 or 65.43% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DB010 is #B24FEF. Grayscale: #808080. Windows color (decimal): -11685872 or 1093709. OLE color: 1093709.
HSL color Cylindrical-coordinate representation of color #4DB010: hue angle of 97.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DB010 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 16 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.31 |
| HSL | 97.13º | 0.83% | 0.38% | - |
| HSV(B) | 97.13º | 0.91% | 0.69% | - |
| XYZ | 18.68 | 32.67 | 5.81 | - |
| YUV | 128.16 | 64.7 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 16 | 0.56 | 0 | 0.91 | 0.31 | 97.13 | 0.83 | 0.38 |
| Hex | 4D | B0 | 10 | 38 | 0 | 5B | 1F | 61 | 53 | 26 |
| Octal | 115 | 260 | 20 | 70 | 0 | 133 | 37 | 141 | 123 | 46 |
| Binary | 1001101 | 10110000 | 10000 | 111000 | 0 | 1011011 | 11111 | 1100001 | 1010011 | 100110 |
Color Harmonies of #4DB010
Complementary color
Monochromatic Colors of #4DB010
Black with #4DB010
Text Example
Text Example
White with #4DB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB010; }
p { color: rgb(77,176,16); }
H1.HeaderClassName
{
color: #4DB010;
}
.AnyTagClassName
{
color: #4DB010;
}
</style>
background-color css
<style>
a { background-color: #4DB010; }
a { background-color: rgb(77,176,16); }
div.DivClassName
{
background-color: #4DB010;
}
.BgClassName
{
background-color: #4DB010;
}
</style>
border-color css
<style>
span { border-color: #4DB010; }
span { border-color: rgb(77,176,16); }
td.TdClassName
{
border-color: #4DB010;
}
.TagClassName
{
border-color: #4DB010;
}
</style>