Shades of Kelly Green #4DBF12
Tints of Kelly Green #4DBF12
RGB
CMYK
RGB Variations
Color information
#4DBF12 (or 0x4DBF12) is known color: Kelly Green. HEX triplet: 4D, BF and 12. RGB value is (77,191,18). Sum of RGB (Red+Green+Blue) = 77+191+18=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 191 (75% from 255 or 66.78% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DBF12 is #B240ED. Grayscale: #898989. Windows color (decimal): -11682030 or 1228621. OLE color: 1228621.
HSL color Cylindrical-coordinate representation of color #4DBF12: hue angle of 99.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DBF12 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 18 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.25 |
| HSL | 99.54º | 0.83% | 0.41% | - |
| HSV(B) | 99.54º | 0.91% | 0.75% | - |
| XYZ | 21.8 | 38.88 | 6.93 | - |
| YUV | 137.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 18 | 0.60 | 0 | 0.91 | 0.25 | 99.54 | 0.83 | 0.41 |
| Hex | 4D | BF | 12 | 3C | 0 | 5B | 19 | 64 | 53 | 29 |
| Octal | 115 | 277 | 22 | 74 | 0 | 133 | 31 | 144 | 123 | 51 |
| Binary | 1001101 | 10111111 | 10010 | 111100 | 0 | 1011011 | 11001 | 1100100 | 1010011 | 101001 |
Color Harmonies of #4DBF12
Complementary color
Monochromatic Colors of #4DBF12
Black with #4DBF12
Text Example
Text Example
White with #4DBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF12; }
p { color: rgb(77,191,18); }
H1.HeaderClassName
{
color: #4DBF12;
}
.AnyTagClassName
{
color: #4DBF12;
}
</style>
background-color css
<style>
a { background-color: #4DBF12; }
a { background-color: rgb(77,191,18); }
div.DivClassName
{
background-color: #4DBF12;
}
.BgClassName
{
background-color: #4DBF12;
}
</style>
border-color css
<style>
span { border-color: #4DBF12; }
span { border-color: rgb(77,191,18); }
td.TdClassName
{
border-color: #4DBF12;
}
.TagClassName
{
border-color: #4DBF12;
}
</style>