Shades of Kelly Green #49D706
Tints of Kelly Green #49D706
RGB
CMYK
RGB Variations
Color information
#49D706 (or 0x49D706) is known color: Kelly Green. HEX triplet: 49, D7 and 06. RGB value is (73,215,6). Sum of RGB (Red+Green+Blue) = 73+215+6=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 215 (84.38% from 255 or 73.13% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 215 - color contains mainly: green. Hex color #49D706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D706 is #B628F9. Grayscale: #959595. Windows color (decimal): -11938042 or 448329. OLE color: 448329.
HSL color Cylindrical-coordinate representation of color #49D706: hue angle of 100.77º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49D706 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.16 |
| HSL | 100.77º | 0.95% | 0.43% | - |
| HSV(B) | 100.77º | 0.97% | 0.84% | - |
| XYZ | 27.08 | 50.03 | 8.4 | - |
| YUV | 148.72 | 47.46 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 6 | 0.66 | 0 | 0.97 | 0.16 | 100.77 | 0.95 | 0.43 |
| Hex | 49 | D7 | 6 | 42 | 0 | 61 | 10 | 65 | 5F | 2B |
| Octal | 111 | 327 | 6 | 102 | 0 | 141 | 20 | 145 | 137 | 53 |
| Binary | 1001001 | 11010111 | 110 | 1000010 | 0 | 1100001 | 10000 | 1100101 | 1011111 | 101011 |
Color Harmonies of #49D706
Complementary color
Monochromatic Colors of #49D706
Black with #49D706
Text Example
Text Example
White with #49D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D706; }
p { color: rgb(73,215,6); }
H1.HeaderClassName
{
color: #49D706;
}
.AnyTagClassName
{
color: #49D706;
}
</style>
background-color css
<style>
a { background-color: #49D706; }
a { background-color: rgb(73,215,6); }
div.DivClassName
{
background-color: #49D706;
}
.BgClassName
{
background-color: #49D706;
}
</style>
border-color css
<style>
span { border-color: #49D706; }
span { border-color: rgb(73,215,6); }
td.TdClassName
{
border-color: #49D706;
}
.TagClassName
{
border-color: #49D706;
}
</style>