Shades of Kelly Green #4DC320
Tints of Kelly Green #4DC320
RGB
CMYK
RGB Variations
Color information
#4DC320 (or 0x4DC320) is known color: Kelly Green. HEX triplet: 4D, C3 and 20. RGB value is (77,195,32). Sum of RGB (Red+Green+Blue) = 77+195+32=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC320 is #B23CDF. Grayscale: #8D8D8D. Windows color (decimal): -11680992 or 2147149. OLE color: 2147149.
HSL color Cylindrical-coordinate representation of color #4DC320: hue angle of 103.44º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DC320 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 32 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.24 |
| HSL | 103.44º | 0.72% | 0.45% | - |
| HSV(B) | 103.44º | 0.84% | 0.76% | - |
| XYZ | 22.84 | 40.71 | 8.02 | - |
| YUV | 141.14 | 66.41 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 32 | 0.61 | 0 | 0.84 | 0.24 | 103.44 | 0.72 | 0.45 |
| Hex | 4D | C3 | 20 | 3D | 0 | 54 | 18 | 67 | 48 | 2D |
| Octal | 115 | 303 | 40 | 75 | 0 | 124 | 30 | 147 | 110 | 55 |
| Binary | 1001101 | 11000011 | 100000 | 111101 | 0 | 1010100 | 11000 | 1100111 | 1001000 | 101101 |
Color Harmonies of #4DC320
Complementary color
Monochromatic Colors of #4DC320
Black with #4DC320
Text Example
Text Example
White with #4DC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC320; }
p { color: rgb(77,195,32); }
H1.HeaderClassName
{
color: #4DC320;
}
.AnyTagClassName
{
color: #4DC320;
}
</style>
background-color css
<style>
a { background-color: #4DC320; }
a { background-color: rgb(77,195,32); }
div.DivClassName
{
background-color: #4DC320;
}
.BgClassName
{
background-color: #4DC320;
}
</style>
border-color css
<style>
span { border-color: #4DC320; }
span { border-color: rgb(77,195,32); }
td.TdClassName
{
border-color: #4DC320;
}
.TagClassName
{
border-color: #4DC320;
}
</style>