Shades of Kelly Green #4DC30D
Tints of Kelly Green #4DC30D
RGB
CMYK
RGB Variations
Color information
#4DC30D (or 0x4DC30D) is known color: Kelly Green. HEX triplet: 4D, C3 and 0D. RGB value is (77,195,13). Sum of RGB (Red+Green+Blue) = 77+195+13=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC30D is #B23CF2. Grayscale: #8B8B8B. Windows color (decimal): -11681011 or 901965. OLE color: 901965.
HSL color Cylindrical-coordinate representation of color #4DC30D: hue angle of 98.9º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DC30D is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 13 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.24 |
| HSL | 98.9º | 0.88% | 0.41% | - |
| HSV(B) | 98.9º | 0.93% | 0.76% | - |
| XYZ | 22.65 | 40.64 | 7.03 | - |
| YUV | 138.97 | 56.91 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 13 | 0.61 | 0 | 0.93 | 0.24 | 98.9 | 0.88 | 0.41 |
| Hex | 4D | C3 | D | 3D | 0 | 5D | 18 | 63 | 58 | 29 |
| Octal | 115 | 303 | 15 | 75 | 0 | 135 | 30 | 143 | 130 | 51 |
| Binary | 1001101 | 11000011 | 1101 | 111101 | 0 | 1011101 | 11000 | 1100011 | 1011000 | 101001 |
Color Harmonies of #4DC30D
Complementary color
Monochromatic Colors of #4DC30D
Black with #4DC30D
Text Example
Text Example
White with #4DC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC30D; }
p { color: rgb(77,195,13); }
H1.HeaderClassName
{
color: #4DC30D;
}
.AnyTagClassName
{
color: #4DC30D;
}
</style>
background-color css
<style>
a { background-color: #4DC30D; }
a { background-color: rgb(77,195,13); }
div.DivClassName
{
background-color: #4DC30D;
}
.BgClassName
{
background-color: #4DC30D;
}
</style>
border-color css
<style>
span { border-color: #4DC30D; }
span { border-color: rgb(77,195,13); }
td.TdClassName
{
border-color: #4DC30D;
}
.TagClassName
{
border-color: #4DC30D;
}
</style>