Shades of Kelly Green #4DB00F
Tints of Kelly Green #4DB00F
RGB
CMYK
RGB Variations
Color information
#4DB00F (or 0x4DB00F) is known color: Kelly Green. HEX triplet: 4D, B0 and 0F. RGB value is (77,176,15). Sum of RGB (Red+Green+Blue) = 77+176+15=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DB00F is #B24FF0. Grayscale: #808080. Windows color (decimal): -11685873 or 1028173. OLE color: 1028173.
HSL color Cylindrical-coordinate representation of color #4DB00F: hue angle of 96.89º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DB00F is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 15 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.31 |
| HSL | 96.89º | 0.84% | 0.37% | - |
| HSV(B) | 96.89º | 0.91% | 0.69% | - |
| XYZ | 18.67 | 32.66 | 5.77 | - |
| YUV | 128.05 | 64.2 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 15 | 0.56 | 0 | 0.91 | 0.31 | 96.89 | 0.84 | 0.37 |
| Hex | 4D | B0 | F | 38 | 0 | 5B | 1F | 61 | 54 | 25 |
| Octal | 115 | 260 | 17 | 70 | 0 | 133 | 37 | 141 | 124 | 45 |
| Binary | 1001101 | 10110000 | 1111 | 111000 | 0 | 1011011 | 11111 | 1100001 | 1010100 | 100101 |
Color Harmonies of #4DB00F
Complementary color
Monochromatic Colors of #4DB00F
Black with #4DB00F
Text Example
Text Example
White with #4DB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB00F; }
p { color: rgb(77,176,15); }
H1.HeaderClassName
{
color: #4DB00F;
}
.AnyTagClassName
{
color: #4DB00F;
}
</style>
background-color css
<style>
a { background-color: #4DB00F; }
a { background-color: rgb(77,176,15); }
div.DivClassName
{
background-color: #4DB00F;
}
.BgClassName
{
background-color: #4DB00F;
}
</style>
border-color css
<style>
span { border-color: #4DB00F; }
span { border-color: rgb(77,176,15); }
td.TdClassName
{
border-color: #4DB00F;
}
.TagClassName
{
border-color: #4DB00F;
}
</style>