Shades of Kelly Green #4DAC18
Tints of Kelly Green #4DAC18
RGB
CMYK
RGB Variations
Color information
#4DAC18 (or 0x4DAC18) is known color: Kelly Green. HEX triplet: 4D, AC and 18. RGB value is (77,172,24). Sum of RGB (Red+Green+Blue) = 77+172+24=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAC18 is #B253E7. Grayscale: #7F7F7F. Windows color (decimal): -11686888 or 1616973. OLE color: 1616973.
HSL color Cylindrical-coordinate representation of color #4DAC18: hue angle of 98.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DAC18 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 24 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.33 |
| HSL | 98.51º | 0.76% | 0.38% | - |
| HSV(B) | 98.51º | 0.86% | 0.67% | - |
| XYZ | 17.98 | 31.15 | 5.93 | - |
| YUV | 126.72 | 70.03 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 24 | 0.55 | 0 | 0.86 | 0.33 | 98.51 | 0.76 | 0.38 |
| Hex | 4D | AC | 18 | 37 | 0 | 56 | 21 | 63 | 4C | 26 |
| Octal | 115 | 254 | 30 | 67 | 0 | 126 | 41 | 143 | 114 | 46 |
| Binary | 1001101 | 10101100 | 11000 | 110111 | 0 | 1010110 | 100001 | 1100011 | 1001100 | 100110 |
Color Harmonies of #4DAC18
Complementary color
Monochromatic Colors of #4DAC18
Black with #4DAC18
Text Example
Text Example
White with #4DAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC18; }
p { color: rgb(77,172,24); }
H1.HeaderClassName
{
color: #4DAC18;
}
.AnyTagClassName
{
color: #4DAC18;
}
</style>
background-color css
<style>
a { background-color: #4DAC18; }
a { background-color: rgb(77,172,24); }
div.DivClassName
{
background-color: #4DAC18;
}
.BgClassName
{
background-color: #4DAC18;
}
</style>
border-color css
<style>
span { border-color: #4DAC18; }
span { border-color: rgb(77,172,24); }
td.TdClassName
{
border-color: #4DAC18;
}
.TagClassName
{
border-color: #4DAC18;
}
</style>