Shades of Kelly Green #49D712
Tints of Kelly Green #49D712
RGB
CMYK
RGB Variations
Color information
#49D712 (or 0x49D712) is known color: Kelly Green. HEX triplet: 49, D7 and 12. RGB value is (73,215,18). Sum of RGB (Red+Green+Blue) = 73+215+18=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #49D712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D712 is #B628ED. Grayscale: #969696. Windows color (decimal): -11938030 or 1234761. OLE color: 1234761.
HSL color Cylindrical-coordinate representation of color #49D712: hue angle of 103.25º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49D712 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 18 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.16 |
| HSL | 103.25º | 0.85% | 0.46% | - |
| HSV(B) | 103.25º | 0.92% | 0.84% | - |
| XYZ | 27.16 | 50.06 | 8.8 | - |
| YUV | 150.08 | 53.46 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 18 | 0.66 | 0 | 0.92 | 0.16 | 103.25 | 0.85 | 0.46 |
| Hex | 49 | D7 | 12 | 42 | 0 | 5C | 10 | 67 | 55 | 2E |
| Octal | 111 | 327 | 22 | 102 | 0 | 134 | 20 | 147 | 125 | 56 |
| Binary | 1001001 | 11010111 | 10010 | 1000010 | 0 | 1011100 | 10000 | 1100111 | 1010101 | 101110 |
Color Harmonies of #49D712
Complementary color
Monochromatic Colors of #49D712
Black with #49D712
Text Example
Text Example
White with #49D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D712; }
p { color: rgb(73,215,18); }
H1.HeaderClassName
{
color: #49D712;
}
.AnyTagClassName
{
color: #49D712;
}
</style>
background-color css
<style>
a { background-color: #49D712; }
a { background-color: rgb(73,215,18); }
div.DivClassName
{
background-color: #49D712;
}
.BgClassName
{
background-color: #49D712;
}
</style>
border-color css
<style>
span { border-color: #49D712; }
span { border-color: rgb(73,215,18); }
td.TdClassName
{
border-color: #49D712;
}
.TagClassName
{
border-color: #49D712;
}
</style>