Shades of Kelly Green #4DDA14
Tints of Kelly Green #4DDA14
RGB
CMYK
RGB Variations
Color information
#4DDA14 (or 0x4DDA14) is known color: Kelly Green. HEX triplet: 4D, DA and 14. RGB value is (77,218,20). Sum of RGB (Red+Green+Blue) = 77+218+20=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDA14 is #B225EB. Grayscale: #999999. Windows color (decimal): -11675116 or 1366605. OLE color: 1366605.
HSL color Cylindrical-coordinate representation of color #4DDA14: hue angle of 102.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DDA14 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 20 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.15 |
| HSL | 102.73º | 0.83% | 0.47% | - |
| HSV(B) | 102.73º | 0.91% | 0.85% | - |
| XYZ | 28.26 | 51.77 | 9.17 | - |
| YUV | 153.27 | 52.79 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 20 | 0.65 | 0 | 0.91 | 0.15 | 102.73 | 0.83 | 0.47 |
| Hex | 4D | DA | 14 | 41 | 0 | 5B | F | 67 | 53 | 2F |
| Octal | 115 | 332 | 24 | 101 | 0 | 133 | 17 | 147 | 123 | 57 |
| Binary | 1001101 | 11011010 | 10100 | 1000001 | 0 | 1011011 | 1111 | 1100111 | 1010011 | 101111 |
Color Harmonies of #4DDA14
Complementary color
Monochromatic Colors of #4DDA14
Black with #4DDA14
Text Example
Text Example
White with #4DDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA14; }
p { color: rgb(77,218,20); }
H1.HeaderClassName
{
color: #4DDA14;
}
.AnyTagClassName
{
color: #4DDA14;
}
</style>
background-color css
<style>
a { background-color: #4DDA14; }
a { background-color: rgb(77,218,20); }
div.DivClassName
{
background-color: #4DDA14;
}
.BgClassName
{
background-color: #4DDA14;
}
</style>
border-color css
<style>
span { border-color: #4DDA14; }
span { border-color: rgb(77,218,20); }
td.TdClassName
{
border-color: #4DDA14;
}
.TagClassName
{
border-color: #4DDA14;
}
</style>