Shades of Kelly Green #49D010
Tints of Kelly Green #49D010
RGB
CMYK
RGB Variations
Color information
#49D010 (or 0x49D010) is known color: Kelly Green. HEX triplet: 49, D0 and 10. RGB value is (73,208,16). Sum of RGB (Red+Green+Blue) = 73+208+16=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #49D010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D010 is #B62FEF. Grayscale: #929292. Windows color (decimal): -11939824 or 1101897. OLE color: 1101897.
HSL color Cylindrical-coordinate representation of color #49D010: hue angle of 102.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49D010 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 16 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.18 |
| HSL | 102.19º | 0.86% | 0.44% | - |
| HSV(B) | 102.19º | 0.92% | 0.82% | - |
| XYZ | 25.4 | 46.57 | 8.14 | - |
| YUV | 145.75 | 54.77 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 16 | 0.65 | 0 | 0.92 | 0.18 | 102.19 | 0.86 | 0.44 |
| Hex | 49 | D0 | 10 | 41 | 0 | 5C | 12 | 66 | 56 | 2C |
| Octal | 111 | 320 | 20 | 101 | 0 | 134 | 22 | 146 | 126 | 54 |
| Binary | 1001001 | 11010000 | 10000 | 1000001 | 0 | 1011100 | 10010 | 1100110 | 1010110 | 101100 |
Color Harmonies of #49D010
Complementary color
Monochromatic Colors of #49D010
Black with #49D010
Text Example
Text Example
White with #49D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D010; }
p { color: rgb(73,208,16); }
H1.HeaderClassName
{
color: #49D010;
}
.AnyTagClassName
{
color: #49D010;
}
</style>
background-color css
<style>
a { background-color: #49D010; }
a { background-color: rgb(73,208,16); }
div.DivClassName
{
background-color: #49D010;
}
.BgClassName
{
background-color: #49D010;
}
</style>
border-color css
<style>
span { border-color: #49D010; }
span { border-color: rgb(73,208,16); }
td.TdClassName
{
border-color: #49D010;
}
.TagClassName
{
border-color: #49D010;
}
</style>