Shades of Kelly Green #4DAE05
Tints of Kelly Green #4DAE05
RGB
CMYK
RGB Variations
Color information
#4DAE05 (or 0x4DAE05) is known color: Kelly Green. HEX triplet: 4D, AE and 05. RGB value is (77,174,5). Sum of RGB (Red+Green+Blue) = 77+174+5=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 174 (68.36% from 255 or 67.97% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAE05 is #B251FA. Grayscale: #7E7E7E. Windows color (decimal): -11686395 or 372301. OLE color: 372301.
HSL color Cylindrical-coordinate representation of color #4DAE05: hue angle of 94.44º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DAE05 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 5 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.32 |
| HSL | 94.44º | 0.94% | 0.35% | - |
| HSV(B) | 94.44º | 0.97% | 0.68% | - |
| XYZ | 18.22 | 31.86 | 5.33 | - |
| YUV | 125.73 | 59.86 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 5 | 0.56 | 0 | 0.97 | 0.32 | 94.44 | 0.94 | 0.35 |
| Hex | 4D | AE | 5 | 38 | 0 | 61 | 20 | 5E | 5E | 23 |
| Octal | 115 | 256 | 5 | 70 | 0 | 141 | 40 | 136 | 136 | 43 |
| Binary | 1001101 | 10101110 | 101 | 111000 | 0 | 1100001 | 100000 | 1011110 | 1011110 | 100011 |
Color Harmonies of #4DAE05
Complementary color
Monochromatic Colors of #4DAE05
Black with #4DAE05
Text Example
Text Example
White with #4DAE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE05; }
p { color: rgb(77,174,5); }
H1.HeaderClassName
{
color: #4DAE05;
}
.AnyTagClassName
{
color: #4DAE05;
}
</style>
background-color css
<style>
a { background-color: #4DAE05; }
a { background-color: rgb(77,174,5); }
div.DivClassName
{
background-color: #4DAE05;
}
.BgClassName
{
background-color: #4DAE05;
}
</style>
border-color css
<style>
span { border-color: #4DAE05; }
span { border-color: rgb(77,174,5); }
td.TdClassName
{
border-color: #4DAE05;
}
.TagClassName
{
border-color: #4DAE05;
}
</style>