Shades of Kelly Green #4DD214
Tints of Kelly Green #4DD214
RGB
CMYK
RGB Variations
Color information
#4DD214 (or 0x4DD214) is known color: Kelly Green. HEX triplet: 4D, D2 and 14. RGB value is (77,210,20). Sum of RGB (Red+Green+Blue) = 77+210+20=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DD214 is #B22DEB. Grayscale: #959595. Windows color (decimal): -11677164 or 1364557. OLE color: 1364557.
HSL color Cylindrical-coordinate representation of color #4DD214: hue angle of 102º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DD214 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 210 | 20 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.18 |
| HSL | 102º | 0.83% | 0.45% | - |
| HSV(B) | 102º | 0.9% | 0.82% | - |
| XYZ | 26.23 | 47.72 | 8.49 | - |
| YUV | 148.57 | 55.44 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 20 | 0.63 | 0 | 0.90 | 0.18 | 102 | 0.83 | 0.45 |
| Hex | 4D | D2 | 14 | 3F | 0 | 5A | 12 | 66 | 53 | 2D |
| Octal | 115 | 322 | 24 | 77 | 0 | 132 | 22 | 146 | 123 | 55 |
| Binary | 1001101 | 11010010 | 10100 | 111111 | 0 | 1011010 | 10010 | 1100110 | 1010011 | 101101 |
Color Harmonies of #4DD214
Complementary color
Monochromatic Colors of #4DD214
Black with #4DD214
Text Example
Text Example
White with #4DD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD214; }
p { color: rgb(77,210,20); }
H1.HeaderClassName
{
color: #4DD214;
}
.AnyTagClassName
{
color: #4DD214;
}
</style>
background-color css
<style>
a { background-color: #4DD214; }
a { background-color: rgb(77,210,20); }
div.DivClassName
{
background-color: #4DD214;
}
.BgClassName
{
background-color: #4DD214;
}
</style>
border-color css
<style>
span { border-color: #4DD214; }
span { border-color: rgb(77,210,20); }
td.TdClassName
{
border-color: #4DD214;
}
.TagClassName
{
border-color: #4DD214;
}
</style>