Shades of Kelly Green #4DB712
Tints of Kelly Green #4DB712
RGB
CMYK
RGB Variations
Color information
#4DB712 (or 0x4DB712) is known color: Kelly Green. HEX triplet: 4D, B7 and 12. RGB value is (77,183,18). Sum of RGB (Red+Green+Blue) = 77+183+18=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DB712 is #B248ED. Grayscale: #858585. Windows color (decimal): -11684078 or 1226573. OLE color: 1226573.
HSL color Cylindrical-coordinate representation of color #4DB712: hue angle of 98.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DB712 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 18 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.28 |
| HSL | 98.55º | 0.82% | 0.39% | - |
| HSV(B) | 98.55º | 0.9% | 0.72% | - |
| XYZ | 20.1 | 35.49 | 6.36 | - |
| YUV | 132.5 | 63.38 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 18 | 0.58 | 0 | 0.90 | 0.28 | 98.55 | 0.82 | 0.39 |
| Hex | 4D | B7 | 12 | 3A | 0 | 5A | 1C | 63 | 52 | 27 |
| Octal | 115 | 267 | 22 | 72 | 0 | 132 | 34 | 143 | 122 | 47 |
| Binary | 1001101 | 10110111 | 10010 | 111010 | 0 | 1011010 | 11100 | 1100011 | 1010010 | 100111 |
Color Harmonies of #4DB712
Complementary color
Monochromatic Colors of #4DB712
Black with #4DB712
Text Example
Text Example
White with #4DB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB712; }
p { color: rgb(77,183,18); }
H1.HeaderClassName
{
color: #4DB712;
}
.AnyTagClassName
{
color: #4DB712;
}
</style>
background-color css
<style>
a { background-color: #4DB712; }
a { background-color: rgb(77,183,18); }
div.DivClassName
{
background-color: #4DB712;
}
.BgClassName
{
background-color: #4DB712;
}
</style>
border-color css
<style>
span { border-color: #4DB712; }
span { border-color: rgb(77,183,18); }
td.TdClassName
{
border-color: #4DB712;
}
.TagClassName
{
border-color: #4DB712;
}
</style>