Shades of Kelly Green #49D607
Tints of Kelly Green #49D607
RGB
CMYK
RGB Variations
Color information
#49D607 (or 0x49D607) is known color: Kelly Green. HEX triplet: 49, D6 and 07. RGB value is (73,214,7). Sum of RGB (Red+Green+Blue) = 73+214+7=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 214 (83.98% from 255 or 72.79% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 214 - color contains mainly: green. Hex color #49D607 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D607 is #B629F8. Grayscale: #949494. Windows color (decimal): -11938297 or 513609. OLE color: 513609.
HSL color Cylindrical-coordinate representation of color #49D607: hue angle of 100.87º degrees, saturation: 0.94, 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 #49D607 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 7 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.16 |
| HSL | 100.87º | 0.94% | 0.43% | - |
| HSV(B) | 100.87º | 0.97% | 0.84% | - |
| XYZ | 26.83 | 49.52 | 8.35 | - |
| YUV | 148.24 | 48.29 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 7 | 0.66 | 0 | 0.97 | 0.16 | 100.87 | 0.94 | 0.43 |
| Hex | 49 | D6 | 7 | 42 | 0 | 61 | 10 | 65 | 5E | 2B |
| Octal | 111 | 326 | 7 | 102 | 0 | 141 | 20 | 145 | 136 | 53 |
| Binary | 1001001 | 11010110 | 111 | 1000010 | 0 | 1100001 | 10000 | 1100101 | 1011110 | 101011 |
Color Harmonies of #49D607
Complementary color
Monochromatic Colors of #49D607
Black with #49D607
Text Example
Text Example
White with #49D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D607; }
p { color: rgb(73,214,7); }
H1.HeaderClassName
{
color: #49D607;
}
.AnyTagClassName
{
color: #49D607;
}
</style>
background-color css
<style>
a { background-color: #49D607; }
a { background-color: rgb(73,214,7); }
div.DivClassName
{
background-color: #49D607;
}
.BgClassName
{
background-color: #49D607;
}
</style>
border-color css
<style>
span { border-color: #49D607; }
span { border-color: rgb(73,214,7); }
td.TdClassName
{
border-color: #49D607;
}
.TagClassName
{
border-color: #49D607;
}
</style>