Shades of Kelly Green #49C30E
Tints of Kelly Green #49C30E
RGB
CMYK
RGB Variations
Color information
#49C30E (or 0x49C30E) is known color: Kelly Green. HEX triplet: 49, C3 and 0E. RGB value is (73,195,14). Sum of RGB (Red+Green+Blue) = 73+195+14=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #49C30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C30E is #B63CF1. Grayscale: #8A8A8A. Windows color (decimal): -11943154 or 967497. OLE color: 967497.
HSL color Cylindrical-coordinate representation of color #49C30E: hue angle of 100.44º degrees, saturation: 0.87, 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 #49C30E is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 14 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.24 |
| HSL | 100.44º | 0.87% | 0.41% | - |
| HSV(B) | 100.44º | 0.93% | 0.76% | - |
| XYZ | 22.34 | 40.48 | 7.05 | - |
| YUV | 137.89 | 58.08 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 14 | 0.63 | 0 | 0.93 | 0.24 | 100.44 | 0.87 | 0.41 |
| Hex | 49 | C3 | E | 3F | 0 | 5D | 18 | 64 | 57 | 29 |
| Octal | 111 | 303 | 16 | 77 | 0 | 135 | 30 | 144 | 127 | 51 |
| Binary | 1001001 | 11000011 | 1110 | 111111 | 0 | 1011101 | 11000 | 1100100 | 1010111 | 101001 |
Color Harmonies of #49C30E
Complementary color
Monochromatic Colors of #49C30E
Black with #49C30E
Text Example
Text Example
White with #49C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C30E; }
p { color: rgb(73,195,14); }
H1.HeaderClassName
{
color: #49C30E;
}
.AnyTagClassName
{
color: #49C30E;
}
</style>
background-color css
<style>
a { background-color: #49C30E; }
a { background-color: rgb(73,195,14); }
div.DivClassName
{
background-color: #49C30E;
}
.BgClassName
{
background-color: #49C30E;
}
</style>
border-color css
<style>
span { border-color: #49C30E; }
span { border-color: rgb(73,195,14); }
td.TdClassName
{
border-color: #49C30E;
}
.TagClassName
{
border-color: #49C30E;
}
</style>