Shades of Kelly Green #4DBD12
Tints of Kelly Green #4DBD12
RGB
CMYK
RGB Variations
Color information
#4DBD12 (or 0x4DBD12) is known color: Kelly Green. HEX triplet: 4D, BD and 12. RGB value is (77,189,18). Sum of RGB (Red+Green+Blue) = 77+189+18=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 189 (74.22% from 255 or 66.55% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DBD12 is #B242ED. Grayscale: #888888. Windows color (decimal): -11682542 or 1228109. OLE color: 1228109.
HSL color Cylindrical-coordinate representation of color #4DBD12: hue angle of 99.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DBD12 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 18 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.26 |
| HSL | 99.3º | 0.83% | 0.41% | - |
| HSV(B) | 99.3º | 0.9% | 0.74% | - |
| XYZ | 21.37 | 38.02 | 6.78 | - |
| YUV | 136.02 | 61.39 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 18 | 0.59 | 0 | 0.90 | 0.26 | 99.3 | 0.83 | 0.41 |
| Hex | 4D | BD | 12 | 3B | 0 | 5A | 1A | 63 | 53 | 29 |
| Octal | 115 | 275 | 22 | 73 | 0 | 132 | 32 | 143 | 123 | 51 |
| Binary | 1001101 | 10111101 | 10010 | 111011 | 0 | 1011010 | 11010 | 1100011 | 1010011 | 101001 |
Color Harmonies of #4DBD12
Complementary color
Monochromatic Colors of #4DBD12
Black with #4DBD12
Text Example
Text Example
White with #4DBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD12; }
p { color: rgb(77,189,18); }
H1.HeaderClassName
{
color: #4DBD12;
}
.AnyTagClassName
{
color: #4DBD12;
}
</style>
background-color css
<style>
a { background-color: #4DBD12; }
a { background-color: rgb(77,189,18); }
div.DivClassName
{
background-color: #4DBD12;
}
.BgClassName
{
background-color: #4DBD12;
}
</style>
border-color css
<style>
span { border-color: #4DBD12; }
span { border-color: rgb(77,189,18); }
td.TdClassName
{
border-color: #4DBD12;
}
.TagClassName
{
border-color: #4DBD12;
}
</style>