Shades of Kelly Green #4DC105
Tints of Kelly Green #4DC105
RGB
CMYK
RGB Variations
Color information
#4DC105 (or 0x4DC105) is known color: Kelly Green. HEX triplet: 4D, C1 and 05. RGB value is (77,193,5). Sum of RGB (Red+Green+Blue) = 77+193+5=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC105 is #B23EFA. Grayscale: #898989. Windows color (decimal): -11681531 or 377165. OLE color: 377165.
HSL color Cylindrical-coordinate representation of color #4DC105: hue angle of 97.02º 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 #4DC105 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 5 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.24 |
| HSL | 97.02º | 0.95% | 0.39% | - |
| HSV(B) | 97.02º | 0.97% | 0.76% | - |
| XYZ | 22.16 | 39.73 | 6.64 | - |
| YUV | 136.88 | 53.57 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 5 | 0.60 | 0 | 0.97 | 0.24 | 97.02 | 0.95 | 0.39 |
| Hex | 4D | C1 | 5 | 3C | 0 | 61 | 18 | 61 | 5F | 27 |
| Octal | 115 | 301 | 5 | 74 | 0 | 141 | 30 | 141 | 137 | 47 |
| Binary | 1001101 | 11000001 | 101 | 111100 | 0 | 1100001 | 11000 | 1100001 | 1011111 | 100111 |
Color Harmonies of #4DC105
Complementary color
Monochromatic Colors of #4DC105
Black with #4DC105
Text Example
Text Example
White with #4DC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC105; }
p { color: rgb(77,193,5); }
H1.HeaderClassName
{
color: #4DC105;
}
.AnyTagClassName
{
color: #4DC105;
}
</style>
background-color css
<style>
a { background-color: #4DC105; }
a { background-color: rgb(77,193,5); }
div.DivClassName
{
background-color: #4DC105;
}
.BgClassName
{
background-color: #4DC105;
}
</style>
border-color css
<style>
span { border-color: #4DC105; }
span { border-color: rgb(77,193,5); }
td.TdClassName
{
border-color: #4DC105;
}
.TagClassName
{
border-color: #4DC105;
}
</style>