Shades of Kelly Green #49D223
Tints of Kelly Green #49D223
RGB
CMYK
RGB Variations
Color information
#49D223 (or 0x49D223) is known color: Kelly Green. HEX triplet: 49, D2 and 23. RGB value is (73,210,35). Sum of RGB (Red+Green+Blue) = 73+210+35=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #49D223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D223 is #B62DDC. Grayscale: #959595. Windows color (decimal): -11939293 or 2347593. OLE color: 2347593.
HSL color Cylindrical-coordinate representation of color #49D223: hue angle of 106.97º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49D223 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 35 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.18 |
| HSL | 106.97º | 0.71% | 0.48% | - |
| HSV(B) | 106.97º | 0.83% | 0.82% | - |
| XYZ | 26.1 | 47.63 | 9.41 | - |
| YUV | 149.09 | 63.61 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 35 | 0.65 | 0 | 0.83 | 0.18 | 106.97 | 0.71 | 0.48 |
| Hex | 49 | D2 | 23 | 41 | 0 | 53 | 12 | 6B | 47 | 30 |
| Octal | 111 | 322 | 43 | 101 | 0 | 123 | 22 | 153 | 107 | 60 |
| Binary | 1001001 | 11010010 | 100011 | 1000001 | 0 | 1010011 | 10010 | 1101011 | 1000111 | 110000 |
Color Harmonies of #49D223
Complementary color
Monochromatic Colors of #49D223
Black with #49D223
Text Example
Text Example
White with #49D223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D223; }
p { color: rgb(73,210,35); }
H1.HeaderClassName
{
color: #49D223;
}
.AnyTagClassName
{
color: #49D223;
}
</style>
background-color css
<style>
a { background-color: #49D223; }
a { background-color: rgb(73,210,35); }
div.DivClassName
{
background-color: #49D223;
}
.BgClassName
{
background-color: #49D223;
}
</style>
border-color css
<style>
span { border-color: #49D223; }
span { border-color: rgb(73,210,35); }
td.TdClassName
{
border-color: #49D223;
}
.TagClassName
{
border-color: #49D223;
}
</style>