Shades of Kelly Green #49D502
Tints of Kelly Green #49D502
RGB
CMYK
RGB Variations
Color information
#49D502 (or 0x49D502) is known color: Kelly Green. HEX triplet: 49, D5 and 02. RGB value is (73,213,2). Sum of RGB (Red+Green+Blue) = 73+213+2=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #49D502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D502 is #B62AFD. Grayscale: #939393. Windows color (decimal): -11938558 or 185673. OLE color: 185673.
HSL color Cylindrical-coordinate representation of color #49D502: hue angle of 99.81º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49D502 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.16 |
| HSL | 99.81º | 0.98% | 0.42% | - |
| HSV(B) | 99.81º | 0.99% | 0.84% | - |
| XYZ | 26.55 | 49.01 | 8.12 | - |
| YUV | 147.09 | 46.12 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 2 | 0.66 | 0 | 0.99 | 0.16 | 99.81 | 0.98 | 0.42 |
| Hex | 49 | D5 | 2 | 42 | 0 | 63 | 10 | 64 | 62 | 2A |
| Octal | 111 | 325 | 2 | 102 | 0 | 143 | 20 | 144 | 142 | 52 |
| Binary | 1001001 | 11010101 | 10 | 1000010 | 0 | 1100011 | 10000 | 1100100 | 1100010 | 101010 |
Color Harmonies of #49D502
Complementary color
Monochromatic Colors of #49D502
Black with #49D502
Text Example
Text Example
White with #49D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D502; }
p { color: rgb(73,213,2); }
H1.HeaderClassName
{
color: #49D502;
}
.AnyTagClassName
{
color: #49D502;
}
</style>
background-color css
<style>
a { background-color: #49D502; }
a { background-color: rgb(73,213,2); }
div.DivClassName
{
background-color: #49D502;
}
.BgClassName
{
background-color: #49D502;
}
</style>
border-color css
<style>
span { border-color: #49D502; }
span { border-color: rgb(73,213,2); }
td.TdClassName
{
border-color: #49D502;
}
.TagClassName
{
border-color: #49D502;
}
</style>