Shades of Kelly Green #49D202
Tints of Kelly Green #49D202
RGB
CMYK
RGB Variations
Color information
#49D202 (or 0x49D202) is known color: Kelly Green. HEX triplet: 49, D2 and 02. RGB value is (73,210,2). Sum of RGB (Red+Green+Blue) = 73+210+2=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #49D202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D202 is #B62DFD. Grayscale: #929292. Windows color (decimal): -11939326 or 184905. OLE color: 184905.
HSL color Cylindrical-coordinate representation of color #49D202: hue angle of 99.52º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49D202 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.18 |
| HSL | 99.52º | 0.98% | 0.42% | - |
| HSV(B) | 99.52º | 0.99% | 0.82% | - |
| XYZ | 25.81 | 47.51 | 7.87 | - |
| YUV | 145.33 | 47.11 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 2 | 0.65 | 0 | 0.99 | 0.18 | 99.52 | 0.98 | 0.42 |
| Hex | 49 | D2 | 2 | 41 | 0 | 63 | 12 | 64 | 62 | 2A |
| Octal | 111 | 322 | 2 | 101 | 0 | 143 | 22 | 144 | 142 | 52 |
| Binary | 1001001 | 11010010 | 10 | 1000001 | 0 | 1100011 | 10010 | 1100100 | 1100010 | 101010 |
Color Harmonies of #49D202
Complementary color
Monochromatic Colors of #49D202
Black with #49D202
Text Example
Text Example
White with #49D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D202; }
p { color: rgb(73,210,2); }
H1.HeaderClassName
{
color: #49D202;
}
.AnyTagClassName
{
color: #49D202;
}
</style>
background-color css
<style>
a { background-color: #49D202; }
a { background-color: rgb(73,210,2); }
div.DivClassName
{
background-color: #49D202;
}
.BgClassName
{
background-color: #49D202;
}
</style>
border-color css
<style>
span { border-color: #49D202; }
span { border-color: rgb(73,210,2); }
td.TdClassName
{
border-color: #49D202;
}
.TagClassName
{
border-color: #49D202;
}
</style>