Shades of Kelly Green #4DA105
Tints of Kelly Green #4DA105
RGB
CMYK
RGB Variations
Color information
#4DA105 (or 0x4DA105) is known color: Kelly Green. HEX triplet: 4D, A1 and 05. RGB value is (77,161,5). Sum of RGB (Red+Green+Blue) = 77+161+5=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 161 (63.28% from 255 or 66.26% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DA105 is #B25EFA. Grayscale: #767676. Windows color (decimal): -11689723 or 368973. OLE color: 368973.
HSL color Cylindrical-coordinate representation of color #4DA105: hue angle of 92.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DA105 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 5 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.37 |
| HSL | 92.31º | 0.94% | 0.33% | - |
| HSV(B) | 92.31º | 0.97% | 0.63% | - |
| XYZ | 15.83 | 27.08 | 4.54 | - |
| YUV | 118.1 | 64.17 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 5 | 0.52 | 0 | 0.97 | 0.37 | 92.31 | 0.94 | 0.33 |
| Hex | 4D | A1 | 5 | 34 | 0 | 61 | 25 | 5C | 5E | 21 |
| Octal | 115 | 241 | 5 | 64 | 0 | 141 | 45 | 134 | 136 | 41 |
| Binary | 1001101 | 10100001 | 101 | 110100 | 0 | 1100001 | 100101 | 1011100 | 1011110 | 100001 |
Color Harmonies of #4DA105
Complementary color
Monochromatic Colors of #4DA105
Black with #4DA105
Text Example
Text Example
White with #4DA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA105; }
p { color: rgb(77,161,5); }
H1.HeaderClassName
{
color: #4DA105;
}
.AnyTagClassName
{
color: #4DA105;
}
</style>
background-color css
<style>
a { background-color: #4DA105; }
a { background-color: rgb(77,161,5); }
div.DivClassName
{
background-color: #4DA105;
}
.BgClassName
{
background-color: #4DA105;
}
</style>
border-color css
<style>
span { border-color: #4DA105; }
span { border-color: rgb(77,161,5); }
td.TdClassName
{
border-color: #4DA105;
}
.TagClassName
{
border-color: #4DA105;
}
</style>