Shades of Kelly Green #4DDA0C
Tints of Kelly Green #4DDA0C
RGB
CMYK
RGB Variations
Color information
#4DDA0C (or 0x4DDA0C) is known color: Kelly Green. HEX triplet: 4D, DA and 0C. RGB value is (77,218,12). Sum of RGB (Red+Green+Blue) = 77+218+12=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 218 (85.55% from 255 or 71.01% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDA0C is #B225F3. Grayscale: #999999. Windows color (decimal): -11675124 or 842317. OLE color: 842317.
HSL color Cylindrical-coordinate representation of color #4DDA0C: hue angle of 101.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DDA0C is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 12 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.15 |
| HSL | 101.07º | 0.9% | 0.45% | - |
| HSV(B) | 101.07º | 0.94% | 0.85% | - |
| XYZ | 28.2 | 51.75 | 8.85 | - |
| YUV | 152.36 | 48.79 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 12 | 0.65 | 0 | 0.94 | 0.15 | 101.07 | 0.9 | 0.45 |
| Hex | 4D | DA | C | 41 | 0 | 5E | F | 65 | 5A | 2D |
| Octal | 115 | 332 | 14 | 101 | 0 | 136 | 17 | 145 | 132 | 55 |
| Binary | 1001101 | 11011010 | 1100 | 1000001 | 0 | 1011110 | 1111 | 1100101 | 1011010 | 101101 |
Color Harmonies of #4DDA0C
Complementary color
Monochromatic Colors of #4DDA0C
Black with #4DDA0C
Text Example
Text Example
White with #4DDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA0C; }
p { color: rgb(77,218,12); }
H1.HeaderClassName
{
color: #4DDA0C;
}
.AnyTagClassName
{
color: #4DDA0C;
}
</style>
background-color css
<style>
a { background-color: #4DDA0C; }
a { background-color: rgb(77,218,12); }
div.DivClassName
{
background-color: #4DDA0C;
}
.BgClassName
{
background-color: #4DDA0C;
}
</style>
border-color css
<style>
span { border-color: #4DDA0C; }
span { border-color: rgb(77,218,12); }
td.TdClassName
{
border-color: #4DDA0C;
}
.TagClassName
{
border-color: #4DDA0C;
}
</style>