Shades of Kelly Green #4DAE13
Tints of Kelly Green #4DAE13
RGB
CMYK
RGB Variations
Color information
#4DAE13 (or 0x4DAE13) is known color: Kelly Green. HEX triplet: 4D, AE and 13. RGB value is (77,174,19). Sum of RGB (Red+Green+Blue) = 77+174+19=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 174 (68.36% from 255 or 64.44% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAE13 is #B251EC. Grayscale: #7F7F7F. Windows color (decimal): -11686381 or 1289805. OLE color: 1289805.
HSL color Cylindrical-coordinate representation of color #4DAE13: hue angle of 97.55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DAE13 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 19 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.32 |
| HSL | 97.55º | 0.8% | 0.38% | - |
| HSV(B) | 97.55º | 0.89% | 0.68% | - |
| XYZ | 18.31 | 31.9 | 5.81 | - |
| YUV | 127.33 | 66.86 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 19 | 0.56 | 0 | 0.89 | 0.32 | 97.55 | 0.8 | 0.38 |
| Hex | 4D | AE | 13 | 38 | 0 | 59 | 20 | 62 | 50 | 26 |
| Octal | 115 | 256 | 23 | 70 | 0 | 131 | 40 | 142 | 120 | 46 |
| Binary | 1001101 | 10101110 | 10011 | 111000 | 0 | 1011001 | 100000 | 1100010 | 1010000 | 100110 |
Color Harmonies of #4DAE13
Complementary color
Monochromatic Colors of #4DAE13
Black with #4DAE13
Text Example
Text Example
White with #4DAE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE13; }
p { color: rgb(77,174,19); }
H1.HeaderClassName
{
color: #4DAE13;
}
.AnyTagClassName
{
color: #4DAE13;
}
</style>
background-color css
<style>
a { background-color: #4DAE13; }
a { background-color: rgb(77,174,19); }
div.DivClassName
{
background-color: #4DAE13;
}
.BgClassName
{
background-color: #4DAE13;
}
</style>
border-color css
<style>
span { border-color: #4DAE13; }
span { border-color: rgb(77,174,19); }
td.TdClassName
{
border-color: #4DAE13;
}
.TagClassName
{
border-color: #4DAE13;
}
</style>