Shades of Kelly Green #4DBC12
Tints of Kelly Green #4DBC12
RGB
CMYK
RGB Variations
Color information
#4DBC12 (or 0x4DBC12) is known color: Kelly Green. HEX triplet: 4D, BC and 12. RGB value is (77,188,18). Sum of RGB (Red+Green+Blue) = 77+188+18=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DBC12 is #B243ED. Grayscale: #878787. Windows color (decimal): -11682798 or 1227853. OLE color: 1227853.
HSL color Cylindrical-coordinate representation of color #4DBC12: hue angle of 99.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DBC12 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 18 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.26 |
| HSL | 99.18º | 0.83% | 0.4% | - |
| HSV(B) | 99.18º | 0.9% | 0.74% | - |
| XYZ | 21.15 | 37.59 | 6.71 | - |
| YUV | 135.43 | 61.73 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 18 | 0.59 | 0 | 0.90 | 0.26 | 99.18 | 0.83 | 0.4 |
| Hex | 4D | BC | 12 | 3B | 0 | 5A | 1A | 63 | 53 | 28 |
| Octal | 115 | 274 | 22 | 73 | 0 | 132 | 32 | 143 | 123 | 50 |
| Binary | 1001101 | 10111100 | 10010 | 111011 | 0 | 1011010 | 11010 | 1100011 | 1010011 | 101000 |
Color Harmonies of #4DBC12
Complementary color
Monochromatic Colors of #4DBC12
Black with #4DBC12
Text Example
Text Example
White with #4DBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC12; }
p { color: rgb(77,188,18); }
H1.HeaderClassName
{
color: #4DBC12;
}
.AnyTagClassName
{
color: #4DBC12;
}
</style>
background-color css
<style>
a { background-color: #4DBC12; }
a { background-color: rgb(77,188,18); }
div.DivClassName
{
background-color: #4DBC12;
}
.BgClassName
{
background-color: #4DBC12;
}
</style>
border-color css
<style>
span { border-color: #4DBC12; }
span { border-color: rgb(77,188,18); }
td.TdClassName
{
border-color: #4DBC12;
}
.TagClassName
{
border-color: #4DBC12;
}
</style>