Shades of Kelly Green #49B314
Tints of Kelly Green #49B314
RGB
CMYK
RGB Variations
Color information
#49B314 (or 0x49B314) is known color: Kelly Green. HEX triplet: 49, B3 and 14. RGB value is (73,179,20). Sum of RGB (Red+Green+Blue) = 73+179+20=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #49B314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B314 is #B64CEB. Grayscale: #818181. Windows color (decimal): -11947244 or 1356617. OLE color: 1356617.
HSL color Cylindrical-coordinate representation of color #49B314: hue angle of 100º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49B314 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 20 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.30 |
| HSL | 100º | 0.8% | 0.39% | - |
| HSV(B) | 100º | 0.89% | 0.7% | - |
| XYZ | 18.99 | 33.71 | 6.17 | - |
| YUV | 129.18 | 66.38 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 20 | 0.59 | 0 | 0.89 | 0.30 | 100 | 0.8 | 0.39 |
| Hex | 49 | B3 | 14 | 3B | 0 | 59 | 1E | 64 | 50 | 27 |
| Octal | 111 | 263 | 24 | 73 | 0 | 131 | 36 | 144 | 120 | 47 |
| Binary | 1001001 | 10110011 | 10100 | 111011 | 0 | 1011001 | 11110 | 1100100 | 1010000 | 100111 |
Color Harmonies of #49B314
Complementary color
Monochromatic Colors of #49B314
Black with #49B314
Text Example
Text Example
White with #49B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B314; }
p { color: rgb(73,179,20); }
H1.HeaderClassName
{
color: #49B314;
}
.AnyTagClassName
{
color: #49B314;
}
</style>
background-color css
<style>
a { background-color: #49B314; }
a { background-color: rgb(73,179,20); }
div.DivClassName
{
background-color: #49B314;
}
.BgClassName
{
background-color: #49B314;
}
</style>
border-color css
<style>
span { border-color: #49B314; }
span { border-color: rgb(73,179,20); }
td.TdClassName
{
border-color: #49B314;
}
.TagClassName
{
border-color: #49B314;
}
</style>