Shades of Kelly Green #4DCA10
Tints of Kelly Green #4DCA10
RGB
CMYK
RGB Variations
Color information
#4DCA10 (or 0x4DCA10) is known color: Kelly Green. HEX triplet: 4D, CA and 10. RGB value is (77,202,16). Sum of RGB (Red+Green+Blue) = 77+202+16=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DCA10 is #B235EF. Grayscale: #909090. Windows color (decimal): -11679216 or 1100365. OLE color: 1100365.
HSL color Cylindrical-coordinate representation of color #4DCA10: hue angle of 100.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DCA10 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 16 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.21 |
| HSL | 100.32º | 0.85% | 0.43% | - |
| HSV(B) | 100.32º | 0.92% | 0.79% | - |
| XYZ | 24.27 | 43.86 | 7.68 | - |
| YUV | 143.42 | 56.09 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 16 | 0.62 | 0 | 0.92 | 0.21 | 100.32 | 0.85 | 0.43 |
| Hex | 4D | CA | 10 | 3E | 0 | 5C | 15 | 64 | 55 | 2B |
| Octal | 115 | 312 | 20 | 76 | 0 | 134 | 25 | 144 | 125 | 53 |
| Binary | 1001101 | 11001010 | 10000 | 111110 | 0 | 1011100 | 10101 | 1100100 | 1010101 | 101011 |
Color Harmonies of #4DCA10
Complementary color
Monochromatic Colors of #4DCA10
Black with #4DCA10
Text Example
Text Example
White with #4DCA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA10; }
p { color: rgb(77,202,16); }
H1.HeaderClassName
{
color: #4DCA10;
}
.AnyTagClassName
{
color: #4DCA10;
}
</style>
background-color css
<style>
a { background-color: #4DCA10; }
a { background-color: rgb(77,202,16); }
div.DivClassName
{
background-color: #4DCA10;
}
.BgClassName
{
background-color: #4DCA10;
}
</style>
border-color css
<style>
span { border-color: #4DCA10; }
span { border-color: rgb(77,202,16); }
td.TdClassName
{
border-color: #4DCA10;
}
.TagClassName
{
border-color: #4DCA10;
}
</style>