Shades of Kelly Green #4DA50D
Tints of Kelly Green #4DA50D
RGB
CMYK
RGB Variations
Color information
#4DA50D (or 0x4DA50D) is known color: Kelly Green. HEX triplet: 4D, A5 and 0D. RGB value is (77,165,13). Sum of RGB (Red+Green+Blue) = 77+165+13=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 165 (64.84% from 255 or 64.71% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA50D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DA50D is #B25AF2. Grayscale: #797979. Windows color (decimal): -11688691 or 894285. OLE color: 894285.
HSL color Cylindrical-coordinate representation of color #4DA50D: hue angle of 94.74º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DA50D is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 13 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.35 |
| HSL | 94.74º | 0.85% | 0.35% | - |
| HSV(B) | 94.74º | 0.92% | 0.65% | - |
| XYZ | 16.59 | 28.52 | 5.01 | - |
| YUV | 121.36 | 66.85 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 13 | 0.53 | 0 | 0.92 | 0.35 | 94.74 | 0.85 | 0.35 |
| Hex | 4D | A5 | D | 35 | 0 | 5C | 23 | 5F | 55 | 23 |
| Octal | 115 | 245 | 15 | 65 | 0 | 134 | 43 | 137 | 125 | 43 |
| Binary | 1001101 | 10100101 | 1101 | 110101 | 0 | 1011100 | 100011 | 1011111 | 1010101 | 100011 |
Color Harmonies of #4DA50D
Complementary color
Monochromatic Colors of #4DA50D
Black with #4DA50D
Text Example
Text Example
White with #4DA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA50D; }
p { color: rgb(77,165,13); }
H1.HeaderClassName
{
color: #4DA50D;
}
.AnyTagClassName
{
color: #4DA50D;
}
</style>
background-color css
<style>
a { background-color: #4DA50D; }
a { background-color: rgb(77,165,13); }
div.DivClassName
{
background-color: #4DA50D;
}
.BgClassName
{
background-color: #4DA50D;
}
</style>
border-color css
<style>
span { border-color: #4DA50D; }
span { border-color: rgb(77,165,13); }
td.TdClassName
{
border-color: #4DA50D;
}
.TagClassName
{
border-color: #4DA50D;
}
</style>