Shades of Kelly Green #4DDF13
Tints of Kelly Green #4DDF13
RGB
CMYK
RGB Variations
Color information
#4DDF13 (or 0x4DDF13) is known color: Kelly Green. HEX triplet: 4D, DF and 13. RGB value is (77,223,19). Sum of RGB (Red+Green+Blue) = 77+223+19=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDF13 is #B220EC. Grayscale: #9C9C9C. Windows color (decimal): -11673837 or 1302349. OLE color: 1302349.
HSL color Cylindrical-coordinate representation of color #4DDF13: hue angle of 102.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DDF13 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 19 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.13 |
| HSL | 102.94º | 0.84% | 0.47% | - |
| HSV(B) | 102.94º | 0.91% | 0.87% | - |
| XYZ | 29.57 | 54.4 | 9.56 | - |
| YUV | 156.09 | 50.63 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 19 | 0.65 | 0 | 0.91 | 0.13 | 102.94 | 0.84 | 0.47 |
| Hex | 4D | DF | 13 | 41 | 0 | 5B | D | 67 | 54 | 2F |
| Octal | 115 | 337 | 23 | 101 | 0 | 133 | 15 | 147 | 124 | 57 |
| Binary | 1001101 | 11011111 | 10011 | 1000001 | 0 | 1011011 | 1101 | 1100111 | 1010100 | 101111 |
Color Harmonies of #4DDF13
Complementary color
Monochromatic Colors of #4DDF13
Black with #4DDF13
Text Example
Text Example
White with #4DDF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF13; }
p { color: rgb(77,223,19); }
H1.HeaderClassName
{
color: #4DDF13;
}
.AnyTagClassName
{
color: #4DDF13;
}
</style>
background-color css
<style>
a { background-color: #4DDF13; }
a { background-color: rgb(77,223,19); }
div.DivClassName
{
background-color: #4DDF13;
}
.BgClassName
{
background-color: #4DDF13;
}
</style>
border-color css
<style>
span { border-color: #4DDF13; }
span { border-color: rgb(77,223,19); }
td.TdClassName
{
border-color: #4DDF13;
}
.TagClassName
{
border-color: #4DDF13;
}
</style>