Shades of Kelly Green #49D521
Tints of Kelly Green #49D521
RGB
CMYK
RGB Variations
Color information
#49D521 (or 0x49D521) is known color: Kelly Green. HEX triplet: 49, D5 and 21. RGB value is (73,213,33). Sum of RGB (Red+Green+Blue) = 73+213+33=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #49D521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D521 is #B62ADE. Grayscale: #979797. Windows color (decimal): -11938527 or 2217289. OLE color: 2217289.
HSL color Cylindrical-coordinate representation of color #49D521: hue angle of 106.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49D521 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 33 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.16 |
| HSL | 106.67º | 0.73% | 0.48% | - |
| HSV(B) | 106.67º | 0.85% | 0.84% | - |
| XYZ | 26.82 | 49.11 | 9.51 | - |
| YUV | 150.62 | 61.62 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 33 | 0.66 | 0 | 0.85 | 0.16 | 106.67 | 0.73 | 0.48 |
| Hex | 49 | D5 | 21 | 42 | 0 | 55 | 10 | 6B | 49 | 30 |
| Octal | 111 | 325 | 41 | 102 | 0 | 125 | 20 | 153 | 111 | 60 |
| Binary | 1001001 | 11010101 | 100001 | 1000010 | 0 | 1010101 | 10000 | 1101011 | 1001001 | 110000 |
Color Harmonies of #49D521
Complementary color
Monochromatic Colors of #49D521
Black with #49D521
Text Example
Text Example
White with #49D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D521; }
p { color: rgb(73,213,33); }
H1.HeaderClassName
{
color: #49D521;
}
.AnyTagClassName
{
color: #49D521;
}
</style>
background-color css
<style>
a { background-color: #49D521; }
a { background-color: rgb(73,213,33); }
div.DivClassName
{
background-color: #49D521;
}
.BgClassName
{
background-color: #49D521;
}
</style>
border-color css
<style>
span { border-color: #49D521; }
span { border-color: rgb(73,213,33); }
td.TdClassName
{
border-color: #49D521;
}
.TagClassName
{
border-color: #49D521;
}
</style>