Shades of Kelly Green #4DC205
Tints of Kelly Green #4DC205
RGB
CMYK
RGB Variations
Color information
#4DC205 (or 0x4DC205) is known color: Kelly Green. HEX triplet: 4D, C2 and 05. RGB value is (77,194,5). Sum of RGB (Red+Green+Blue) = 77+194+5=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC205 is #B23DFA. Grayscale: #8A8A8A. Windows color (decimal): -11681275 or 377421. OLE color: 377421.
HSL color Cylindrical-coordinate representation of color #4DC205: hue angle of 97.14º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DC205 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 5 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.24 |
| HSL | 97.14º | 0.95% | 0.39% | - |
| HSV(B) | 97.14º | 0.97% | 0.76% | - |
| XYZ | 22.38 | 40.17 | 6.72 | - |
| YUV | 137.47 | 53.24 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 5 | 0.60 | 0 | 0.97 | 0.24 | 97.14 | 0.95 | 0.39 |
| Hex | 4D | C2 | 5 | 3C | 0 | 61 | 18 | 61 | 5F | 27 |
| Octal | 115 | 302 | 5 | 74 | 0 | 141 | 30 | 141 | 137 | 47 |
| Binary | 1001101 | 11000010 | 101 | 111100 | 0 | 1100001 | 11000 | 1100001 | 1011111 | 100111 |
Color Harmonies of #4DC205
Complementary color
Monochromatic Colors of #4DC205
Black with #4DC205
Text Example
Text Example
White with #4DC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC205; }
p { color: rgb(77,194,5); }
H1.HeaderClassName
{
color: #4DC205;
}
.AnyTagClassName
{
color: #4DC205;
}
</style>
background-color css
<style>
a { background-color: #4DC205; }
a { background-color: rgb(77,194,5); }
div.DivClassName
{
background-color: #4DC205;
}
.BgClassName
{
background-color: #4DC205;
}
</style>
border-color css
<style>
span { border-color: #4DC205; }
span { border-color: rgb(77,194,5); }
td.TdClassName
{
border-color: #4DC205;
}
.TagClassName
{
border-color: #4DC205;
}
</style>