Shades of Kelly Green #49C306
Tints of Kelly Green #49C306
RGB
CMYK
RGB Variations
Color information
#49C306 (or 0x49C306) is known color: Kelly Green. HEX triplet: 49, C3 and 06. RGB value is (73,195,6). Sum of RGB (Red+Green+Blue) = 73+195+6=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 195 (76.56% from 255 or 71.17% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 195 - color contains mainly: green. Hex color #49C306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C306 is #B63CF9. Grayscale: #898989. Windows color (decimal): -11943162 or 443209. OLE color: 443209.
HSL color Cylindrical-coordinate representation of color #49C306: hue angle of 98.73º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49C306 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 6 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.24 |
| HSL | 98.73º | 0.94% | 0.39% | - |
| HSV(B) | 98.73º | 0.97% | 0.76% | - |
| XYZ | 22.3 | 40.46 | 6.81 | - |
| YUV | 136.98 | 54.08 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 6 | 0.63 | 0 | 0.97 | 0.24 | 98.73 | 0.94 | 0.39 |
| Hex | 49 | C3 | 6 | 3F | 0 | 61 | 18 | 63 | 5E | 27 |
| Octal | 111 | 303 | 6 | 77 | 0 | 141 | 30 | 143 | 136 | 47 |
| Binary | 1001001 | 11000011 | 110 | 111111 | 0 | 1100001 | 11000 | 1100011 | 1011110 | 100111 |
Color Harmonies of #49C306
Complementary color
Monochromatic Colors of #49C306
Black with #49C306
Text Example
Text Example
White with #49C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C306; }
p { color: rgb(73,195,6); }
H1.HeaderClassName
{
color: #49C306;
}
.AnyTagClassName
{
color: #49C306;
}
</style>
background-color css
<style>
a { background-color: #49C306; }
a { background-color: rgb(73,195,6); }
div.DivClassName
{
background-color: #49C306;
}
.BgClassName
{
background-color: #49C306;
}
</style>
border-color css
<style>
span { border-color: #49C306; }
span { border-color: rgb(73,195,6); }
td.TdClassName
{
border-color: #49C306;
}
.TagClassName
{
border-color: #49C306;
}
</style>