Shades of Kelly Green #4DC113
Tints of Kelly Green #4DC113
RGB
CMYK
RGB Variations
Color information
#4DC113 (or 0x4DC113) is known color: Kelly Green. HEX triplet: 4D, C1 and 13. RGB value is (77,193,19). Sum of RGB (Red+Green+Blue) = 77+193+19=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC113 is #B23EEC. Grayscale: #8B8B8B. Windows color (decimal): -11681517 or 1294669. OLE color: 1294669.
HSL color Cylindrical-coordinate representation of color #4DC113: hue angle of 100º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DC113 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 19 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.24 |
| HSL | 100º | 0.82% | 0.42% | - |
| HSV(B) | 100º | 0.9% | 0.76% | - |
| XYZ | 22.25 | 39.76 | 7.12 | - |
| YUV | 138.48 | 60.57 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 19 | 0.60 | 0 | 0.90 | 0.24 | 100 | 0.82 | 0.42 |
| Hex | 4D | C1 | 13 | 3C | 0 | 5A | 18 | 64 | 52 | 2A |
| Octal | 115 | 301 | 23 | 74 | 0 | 132 | 30 | 144 | 122 | 52 |
| Binary | 1001101 | 11000001 | 10011 | 111100 | 0 | 1011010 | 11000 | 1100100 | 1010010 | 101010 |
Color Harmonies of #4DC113
Complementary color
Monochromatic Colors of #4DC113
Black with #4DC113
Text Example
Text Example
White with #4DC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC113; }
p { color: rgb(77,193,19); }
H1.HeaderClassName
{
color: #4DC113;
}
.AnyTagClassName
{
color: #4DC113;
}
</style>
background-color css
<style>
a { background-color: #4DC113; }
a { background-color: rgb(77,193,19); }
div.DivClassName
{
background-color: #4DC113;
}
.BgClassName
{
background-color: #4DC113;
}
</style>
border-color css
<style>
span { border-color: #4DC113; }
span { border-color: rgb(77,193,19); }
td.TdClassName
{
border-color: #4DC113;
}
.TagClassName
{
border-color: #4DC113;
}
</style>