Shades of Kelly Green #4DA526
Tints of Kelly Green #4DA526
RGB
CMYK
RGB Variations
Color information
#4DA526 (or 0x4DA526) is known color: Kelly Green. HEX triplet: 4D, A5 and 26. RGB value is (77,165,38). Sum of RGB (Red+Green+Blue) = 77+165+38=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA526 is #B25AD9. Grayscale: #7C7C7C. Windows color (decimal): -11688666 or 2532685. OLE color: 2532685.
HSL color Cylindrical-coordinate representation of color #4DA526: hue angle of 101.57º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DA526 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 38 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.35 |
| HSL | 101.57º | 0.63% | 0.4% | - |
| HSV(B) | 101.57º | 0.77% | 0.65% | - |
| XYZ | 16.87 | 28.63 | 6.47 | - |
| YUV | 124.21 | 79.35 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 38 | 0.53 | 0 | 0.77 | 0.35 | 101.57 | 0.63 | 0.4 |
| Hex | 4D | A5 | 26 | 35 | 0 | 4D | 23 | 66 | 3F | 28 |
| Octal | 115 | 245 | 46 | 65 | 0 | 115 | 43 | 146 | 77 | 50 |
| Binary | 1001101 | 10100101 | 100110 | 110101 | 0 | 1001101 | 100011 | 1100110 | 111111 | 101000 |
Color Harmonies of #4DA526
Complementary color
Monochromatic Colors of #4DA526
Black with #4DA526
Text Example
Text Example
White with #4DA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA526; }
p { color: rgb(77,165,38); }
H1.HeaderClassName
{
color: #4DA526;
}
.AnyTagClassName
{
color: #4DA526;
}
</style>
background-color css
<style>
a { background-color: #4DA526; }
a { background-color: rgb(77,165,38); }
div.DivClassName
{
background-color: #4DA526;
}
.BgClassName
{
background-color: #4DA526;
}
</style>
border-color css
<style>
span { border-color: #4DA526; }
span { border-color: rgb(77,165,38); }
td.TdClassName
{
border-color: #4DA526;
}
.TagClassName
{
border-color: #4DA526;
}
</style>