Shades of Kelly Green #4DBF00
Tints of Kelly Green #4DBF00
RGB
CMYK
RGB Variations
Color information
#4DBF00 (or 0x4DBF00) is known color: Kelly Green. HEX triplet: 4D, BF and 00. RGB value is (77,191,0). Sum of RGB (Red+Green+Blue) = 77+191+0=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DBF00 is #B240FF. Grayscale: #878787. Windows color (decimal): -11682048 or 48973. OLE color: 48973.
HSL color Cylindrical-coordinate representation of color #4DBF00: hue angle of 95.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DBF00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.25 |
| HSL | 95.81º | 1% | 0.37% | - |
| HSV(B) | 95.81º | 1% | 0.75% | - |
| XYZ | 21.69 | 38.84 | 6.35 | - |
| YUV | 135.14 | 51.73 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 0 | 0.60 | 0 | 1 | 0.25 | 95.81 | 1 | 0.37 |
| Hex | 4D | BF | 0 | 3C | 0 | 64 | 19 | 60 | 64 | 25 |
| Octal | 115 | 277 | 0 | 74 | 0 | 144 | 31 | 140 | 144 | 45 |
| Binary | 1001101 | 10111111 | 0 | 111100 | 0 | 1100100 | 11001 | 1100000 | 1100100 | 100101 |
Color Harmonies of #4DBF00
Complementary color
Monochromatic Colors of #4DBF00
Black with #4DBF00
Text Example
Text Example
White with #4DBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF00; }
p { color: rgb(77,191,0); }
H1.HeaderClassName
{
color: #4DBF00;
}
.AnyTagClassName
{
color: #4DBF00;
}
</style>
background-color css
<style>
a { background-color: #4DBF00; }
a { background-color: rgb(77,191,0); }
div.DivClassName
{
background-color: #4DBF00;
}
.BgClassName
{
background-color: #4DBF00;
}
</style>
border-color css
<style>
span { border-color: #4DBF00; }
span { border-color: rgb(77,191,0); }
td.TdClassName
{
border-color: #4DBF00;
}
.TagClassName
{
border-color: #4DBF00;
}
</style>