Shades of Kelly Green #4DC304
Tints of Kelly Green #4DC304
RGB
CMYK
RGB Variations
Color information
#4DC304 (or 0x4DC304) is known color: Kelly Green. HEX triplet: 4D, C3 and 04. RGB value is (77,195,4). Sum of RGB (Red+Green+Blue) = 77+195+4=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC304 is #B23CFB. Grayscale: #8A8A8A. Windows color (decimal): -11681020 or 312141. OLE color: 312141.
HSL color Cylindrical-coordinate representation of color #4DC304: hue angle of 97.07º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DC304 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 4 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.24 |
| HSL | 97.07º | 0.96% | 0.39% | - |
| HSV(B) | 97.07º | 0.98% | 0.76% | - |
| XYZ | 22.6 | 40.62 | 6.76 | - |
| YUV | 137.94 | 52.41 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 4 | 0.61 | 0 | 0.98 | 0.24 | 97.07 | 0.96 | 0.39 |
| Hex | 4D | C3 | 4 | 3D | 0 | 62 | 18 | 61 | 60 | 27 |
| Octal | 115 | 303 | 4 | 75 | 0 | 142 | 30 | 141 | 140 | 47 |
| Binary | 1001101 | 11000011 | 100 | 111101 | 0 | 1100010 | 11000 | 1100001 | 1100000 | 100111 |
Color Harmonies of #4DC304
Complementary color
Monochromatic Colors of #4DC304
Black with #4DC304
Text Example
Text Example
White with #4DC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC304; }
p { color: rgb(77,195,4); }
H1.HeaderClassName
{
color: #4DC304;
}
.AnyTagClassName
{
color: #4DC304;
}
</style>
background-color css
<style>
a { background-color: #4DC304; }
a { background-color: rgb(77,195,4); }
div.DivClassName
{
background-color: #4DC304;
}
.BgClassName
{
background-color: #4DC304;
}
</style>
border-color css
<style>
span { border-color: #4DC304; }
span { border-color: rgb(77,195,4); }
td.TdClassName
{
border-color: #4DC304;
}
.TagClassName
{
border-color: #4DC304;
}
</style>