Shades of Kelly Green #49C313
Tints of Kelly Green #49C313
RGB
CMYK
RGB Variations
Color information
#49C313 (or 0x49C313) is known color: Kelly Green. HEX triplet: 49, C3 and 13. RGB value is (73,195,19). Sum of RGB (Red+Green+Blue) = 73+195+19=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #49C313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C313 is #B63CEC. Grayscale: #8B8B8B. Windows color (decimal): -11943149 or 1295177. OLE color: 1295177.
HSL color Cylindrical-coordinate representation of color #49C313: hue angle of 101.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49C313 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 19 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.24 |
| HSL | 101.59º | 0.82% | 0.42% | - |
| HSV(B) | 101.59º | 0.9% | 0.76% | - |
| XYZ | 22.38 | 40.49 | 7.25 | - |
| YUV | 138.46 | 60.58 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 19 | 0.63 | 0 | 0.90 | 0.24 | 101.59 | 0.82 | 0.42 |
| Hex | 49 | C3 | 13 | 3F | 0 | 5A | 18 | 66 | 52 | 2A |
| Octal | 111 | 303 | 23 | 77 | 0 | 132 | 30 | 146 | 122 | 52 |
| Binary | 1001001 | 11000011 | 10011 | 111111 | 0 | 1011010 | 11000 | 1100110 | 1010010 | 101010 |
Color Harmonies of #49C313
Complementary color
Monochromatic Colors of #49C313
Black with #49C313
Text Example
Text Example
White with #49C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C313; }
p { color: rgb(73,195,19); }
H1.HeaderClassName
{
color: #49C313;
}
.AnyTagClassName
{
color: #49C313;
}
</style>
background-color css
<style>
a { background-color: #49C313; }
a { background-color: rgb(73,195,19); }
div.DivClassName
{
background-color: #49C313;
}
.BgClassName
{
background-color: #49C313;
}
</style>
border-color css
<style>
span { border-color: #49C313; }
span { border-color: rgb(73,195,19); }
td.TdClassName
{
border-color: #49C313;
}
.TagClassName
{
border-color: #49C313;
}
</style>