Shades of Kelly Green #49D603
Tints of Kelly Green #49D603
RGB
CMYK
RGB Variations
Color information
#49D603 (or 0x49D603) is known color: Kelly Green. HEX triplet: 49, D6 and 03. RGB value is (73,214,3). Sum of RGB (Red+Green+Blue) = 73+214+3=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 214 (83.98% from 255 or 73.79% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 214 - color contains mainly: green. Hex color #49D603 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D603 is #B629FC. Grayscale: #949494. Windows color (decimal): -11938301 or 251465. OLE color: 251465.
HSL color Cylindrical-coordinate representation of color #49D603: hue angle of 100.09º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49D603 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 3 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.16 |
| HSL | 100.09º | 0.97% | 0.43% | - |
| HSV(B) | 100.09º | 0.99% | 0.84% | - |
| XYZ | 26.81 | 49.52 | 8.23 | - |
| YUV | 147.79 | 46.29 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 3 | 0.66 | 0 | 0.99 | 0.16 | 100.09 | 0.97 | 0.43 |
| Hex | 49 | D6 | 3 | 42 | 0 | 63 | 10 | 64 | 61 | 2B |
| Octal | 111 | 326 | 3 | 102 | 0 | 143 | 20 | 144 | 141 | 53 |
| Binary | 1001001 | 11010110 | 11 | 1000010 | 0 | 1100011 | 10000 | 1100100 | 1100001 | 101011 |
Color Harmonies of #49D603
Complementary color
Monochromatic Colors of #49D603
Black with #49D603
Text Example
Text Example
White with #49D603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D603; }
p { color: rgb(73,214,3); }
H1.HeaderClassName
{
color: #49D603;
}
.AnyTagClassName
{
color: #49D603;
}
</style>
background-color css
<style>
a { background-color: #49D603; }
a { background-color: rgb(73,214,3); }
div.DivClassName
{
background-color: #49D603;
}
.BgClassName
{
background-color: #49D603;
}
</style>
border-color css
<style>
span { border-color: #49D603; }
span { border-color: rgb(73,214,3); }
td.TdClassName
{
border-color: #49D603;
}
.TagClassName
{
border-color: #49D603;
}
</style>