Shades of Kelly Green #49B602
Tints of Kelly Green #49B602
RGB
CMYK
RGB Variations
Color information
#49B602 (or 0x49B602) is known color: Kelly Green. HEX triplet: 49, B6 and 02. RGB value is (73,182,2). Sum of RGB (Red+Green+Blue) = 73+182+2=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 182 (71.48% from 255 or 70.82% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 182 - color contains mainly: green. Hex color #49B602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B602 is #B649FD. Grayscale: #818181. Windows color (decimal): -11946494 or 177737. OLE color: 177737.
HSL color Cylindrical-coordinate representation of color #49B602: hue angle of 96.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49B602 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.29 |
| HSL | 96.33º | 0.98% | 0.36% | - |
| HSV(B) | 96.33º | 0.99% | 0.71% | - |
| XYZ | 19.49 | 34.88 | 5.76 | - |
| YUV | 128.89 | 56.39 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 2 | 0.60 | 0 | 0.99 | 0.29 | 96.33 | 0.98 | 0.36 |
| Hex | 49 | B6 | 2 | 3C | 0 | 63 | 1D | 60 | 62 | 24 |
| Octal | 111 | 266 | 2 | 74 | 0 | 143 | 35 | 140 | 142 | 44 |
| Binary | 1001001 | 10110110 | 10 | 111100 | 0 | 1100011 | 11101 | 1100000 | 1100010 | 100100 |
Color Harmonies of #49B602
Complementary color
Monochromatic Colors of #49B602
Black with #49B602
Text Example
Text Example
White with #49B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B602; }
p { color: rgb(73,182,2); }
H1.HeaderClassName
{
color: #49B602;
}
.AnyTagClassName
{
color: #49B602;
}
</style>
background-color css
<style>
a { background-color: #49B602; }
a { background-color: rgb(73,182,2); }
div.DivClassName
{
background-color: #49B602;
}
.BgClassName
{
background-color: #49B602;
}
</style>
border-color css
<style>
span { border-color: #49B602; }
span { border-color: rgb(73,182,2); }
td.TdClassName
{
border-color: #49B602;
}
.TagClassName
{
border-color: #49B602;
}
</style>