Shades of Kelly Green #4DC705
Tints of Kelly Green #4DC705
RGB
CMYK
RGB Variations
Color information
#4DC705 (or 0x4DC705) is known color: Kelly Green. HEX triplet: 4D, C7 and 05. RGB value is (77,199,5). Sum of RGB (Red+Green+Blue) = 77+199+5=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 199 (78.12% from 255 or 70.82% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC705 is #B238FA. Grayscale: #8D8D8D. Windows color (decimal): -11679995 or 378701. OLE color: 378701.
HSL color Cylindrical-coordinate representation of color #4DC705: hue angle of 97.73º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DC705 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 199 | 5 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.22 |
| HSL | 97.73º | 0.95% | 0.4% | - |
| HSV(B) | 97.73º | 0.97% | 0.78% | - |
| XYZ | 23.51 | 42.44 | 7.1 | - |
| YUV | 140.41 | 51.58 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 5 | 0.61 | 0 | 0.97 | 0.22 | 97.73 | 0.95 | 0.4 |
| Hex | 4D | C7 | 5 | 3D | 0 | 61 | 16 | 62 | 5F | 28 |
| Octal | 115 | 307 | 5 | 75 | 0 | 141 | 26 | 142 | 137 | 50 |
| Binary | 1001101 | 11000111 | 101 | 111101 | 0 | 1100001 | 10110 | 1100010 | 1011111 | 101000 |
Color Harmonies of #4DC705
Complementary color
Monochromatic Colors of #4DC705
Black with #4DC705
Text Example
Text Example
White with #4DC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC705; }
p { color: rgb(77,199,5); }
H1.HeaderClassName
{
color: #4DC705;
}
.AnyTagClassName
{
color: #4DC705;
}
</style>
background-color css
<style>
a { background-color: #4DC705; }
a { background-color: rgb(77,199,5); }
div.DivClassName
{
background-color: #4DC705;
}
.BgClassName
{
background-color: #4DC705;
}
</style>
border-color css
<style>
span { border-color: #4DC705; }
span { border-color: rgb(77,199,5); }
td.TdClassName
{
border-color: #4DC705;
}
.TagClassName
{
border-color: #4DC705;
}
</style>