Shades of Kelly Green #49D50D
Tints of Kelly Green #49D50D
RGB
CMYK
RGB Variations
Color information
#49D50D (or 0x49D50D) is known color: Kelly Green. HEX triplet: 49, D5 and 0D. RGB value is (73,213,13). Sum of RGB (Red+Green+Blue) = 73+213+13=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #49D50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D50D is #B62AF2. Grayscale: #959595. Windows color (decimal): -11938547 or 906569. OLE color: 906569.
HSL color Cylindrical-coordinate representation of color #49D50D: hue angle of 102º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49D50D is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 13 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.16 |
| HSL | 102º | 0.88% | 0.44% | - |
| HSV(B) | 102º | 0.94% | 0.84% | - |
| XYZ | 26.61 | 49.03 | 8.44 | - |
| YUV | 148.34 | 51.62 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 13 | 0.66 | 0 | 0.94 | 0.16 | 102 | 0.88 | 0.44 |
| Hex | 49 | D5 | D | 42 | 0 | 5E | 10 | 66 | 58 | 2C |
| Octal | 111 | 325 | 15 | 102 | 0 | 136 | 20 | 146 | 130 | 54 |
| Binary | 1001001 | 11010101 | 1101 | 1000010 | 0 | 1011110 | 10000 | 1100110 | 1011000 | 101100 |
Color Harmonies of #49D50D
Complementary color
Monochromatic Colors of #49D50D
Black with #49D50D
Text Example
Text Example
White with #49D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D50D; }
p { color: rgb(73,213,13); }
H1.HeaderClassName
{
color: #49D50D;
}
.AnyTagClassName
{
color: #49D50D;
}
</style>
background-color css
<style>
a { background-color: #49D50D; }
a { background-color: rgb(73,213,13); }
div.DivClassName
{
background-color: #49D50D;
}
.BgClassName
{
background-color: #49D50D;
}
</style>
border-color css
<style>
span { border-color: #49D50D; }
span { border-color: rgb(73,213,13); }
td.TdClassName
{
border-color: #49D50D;
}
.TagClassName
{
border-color: #49D50D;
}
</style>