Shades of Kelly Green #49C70A
Tints of Kelly Green #49C70A
RGB
CMYK
RGB Variations
Color information
#49C70A (or 0x49C70A) is known color: Kelly Green. HEX triplet: 49, C7 and 0A. RGB value is (73,199,10). Sum of RGB (Red+Green+Blue) = 73+199+10=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 199 (78.12% from 255 or 70.57% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 199 - color contains mainly: green. Hex color #49C70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C70A is #B638F5. Grayscale: #8C8C8C. Windows color (decimal): -11942134 or 706377. OLE color: 706377.
HSL color Cylindrical-coordinate representation of color #49C70A: hue angle of 100º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49C70A is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 10 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.22 |
| HSL | 100º | 0.9% | 0.41% | - |
| HSV(B) | 100º | 0.95% | 0.78% | - |
| XYZ | 23.23 | 42.29 | 7.22 | - |
| YUV | 139.78 | 54.76 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 10 | 0.63 | 0 | 0.95 | 0.22 | 100 | 0.9 | 0.41 |
| Hex | 49 | C7 | A | 3F | 0 | 5F | 16 | 64 | 5A | 29 |
| Octal | 111 | 307 | 12 | 77 | 0 | 137 | 26 | 144 | 132 | 51 |
| Binary | 1001001 | 11000111 | 1010 | 111111 | 0 | 1011111 | 10110 | 1100100 | 1011010 | 101001 |
Color Harmonies of #49C70A
Complementary color
Monochromatic Colors of #49C70A
Black with #49C70A
Text Example
Text Example
White with #49C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C70A; }
p { color: rgb(73,199,10); }
H1.HeaderClassName
{
color: #49C70A;
}
.AnyTagClassName
{
color: #49C70A;
}
</style>
background-color css
<style>
a { background-color: #49C70A; }
a { background-color: rgb(73,199,10); }
div.DivClassName
{
background-color: #49C70A;
}
.BgClassName
{
background-color: #49C70A;
}
</style>
border-color css
<style>
span { border-color: #49C70A; }
span { border-color: rgb(73,199,10); }
td.TdClassName
{
border-color: #49C70A;
}
.TagClassName
{
border-color: #49C70A;
}
</style>