Shades of Kelly Green #49C00E
Tints of Kelly Green #49C00E
RGB
CMYK
RGB Variations
Color information
#49C00E (or 0x49C00E) is known color: Kelly Green. HEX triplet: 49, C0 and 0E. RGB value is (73,192,14). Sum of RGB (Red+Green+Blue) = 73+192+14=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #49C00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C00E is #B63FF1. Grayscale: #888888. Windows color (decimal): -11943922 or 966729. OLE color: 966729.
HSL color Cylindrical-coordinate representation of color #49C00E: hue angle of 100.11º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49C00E is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 14 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.25 |
| HSL | 100.11º | 0.86% | 0.4% | - |
| HSV(B) | 100.11º | 0.93% | 0.75% | - |
| XYZ | 21.68 | 39.15 | 6.83 | - |
| YUV | 136.13 | 59.08 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 14 | 0.62 | 0 | 0.93 | 0.25 | 100.11 | 0.86 | 0.4 |
| Hex | 49 | C0 | E | 3E | 0 | 5D | 19 | 64 | 56 | 28 |
| Octal | 111 | 300 | 16 | 76 | 0 | 135 | 31 | 144 | 126 | 50 |
| Binary | 1001001 | 11000000 | 1110 | 111110 | 0 | 1011101 | 11001 | 1100100 | 1010110 | 101000 |
Color Harmonies of #49C00E
Complementary color
Monochromatic Colors of #49C00E
Black with #49C00E
Text Example
Text Example
White with #49C00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C00E; }
p { color: rgb(73,192,14); }
H1.HeaderClassName
{
color: #49C00E;
}
.AnyTagClassName
{
color: #49C00E;
}
</style>
background-color css
<style>
a { background-color: #49C00E; }
a { background-color: rgb(73,192,14); }
div.DivClassName
{
background-color: #49C00E;
}
.BgClassName
{
background-color: #49C00E;
}
</style>
border-color css
<style>
span { border-color: #49C00E; }
span { border-color: rgb(73,192,14); }
td.TdClassName
{
border-color: #49C00E;
}
.TagClassName
{
border-color: #49C00E;
}
</style>