Shades of Kelly Green #4DA40F
Tints of Kelly Green #4DA40F
RGB
CMYK
RGB Variations
Color information
#4DA40F (or 0x4DA40F) is known color: Kelly Green. HEX triplet: 4D, A4 and 0F. RGB value is (77,164,15). Sum of RGB (Red+Green+Blue) = 77+164+15=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DA40F is #B25BF0. Grayscale: #797979. Windows color (decimal): -11688945 or 1025101. OLE color: 1025101.
HSL color Cylindrical-coordinate representation of color #4DA40F: hue angle of 95.03º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DA40F is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 15 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.36 |
| HSL | 95.03º | 0.83% | 0.35% | - |
| HSV(B) | 95.03º | 0.91% | 0.64% | - |
| XYZ | 16.42 | 28.16 | 5.02 | - |
| YUV | 121 | 68.18 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 15 | 0.53 | 0 | 0.91 | 0.36 | 95.03 | 0.83 | 0.35 |
| Hex | 4D | A4 | F | 35 | 0 | 5B | 24 | 5F | 53 | 23 |
| Octal | 115 | 244 | 17 | 65 | 0 | 133 | 44 | 137 | 123 | 43 |
| Binary | 1001101 | 10100100 | 1111 | 110101 | 0 | 1011011 | 100100 | 1011111 | 1010011 | 100011 |
Color Harmonies of #4DA40F
Complementary color
Monochromatic Colors of #4DA40F
Black with #4DA40F
Text Example
Text Example
White with #4DA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA40F; }
p { color: rgb(77,164,15); }
H1.HeaderClassName
{
color: #4DA40F;
}
.AnyTagClassName
{
color: #4DA40F;
}
</style>
background-color css
<style>
a { background-color: #4DA40F; }
a { background-color: rgb(77,164,15); }
div.DivClassName
{
background-color: #4DA40F;
}
.BgClassName
{
background-color: #4DA40F;
}
</style>
border-color css
<style>
span { border-color: #4DA40F; }
span { border-color: rgb(77,164,15); }
td.TdClassName
{
border-color: #4DA40F;
}
.TagClassName
{
border-color: #4DA40F;
}
</style>