Shades of Kelly Green #49D610
Tints of Kelly Green #49D610
RGB
CMYK
RGB Variations
Color information
#49D610 (or 0x49D610) is known color: Kelly Green. HEX triplet: 49, D6 and 10. RGB value is (73,214,16). Sum of RGB (Red+Green+Blue) = 73+214+16=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #49D610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D610 is #B629EF. Grayscale: #959595. Windows color (decimal): -11938288 or 1103433. OLE color: 1103433.
HSL color Cylindrical-coordinate representation of color #49D610: hue angle of 102.73º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49D610 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 16 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.16 |
| HSL | 102.73º | 0.86% | 0.45% | - |
| HSV(B) | 102.73º | 0.93% | 0.84% | - |
| XYZ | 26.89 | 49.55 | 8.64 | - |
| YUV | 149.27 | 52.79 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 16 | 0.66 | 0 | 0.93 | 0.16 | 102.73 | 0.86 | 0.45 |
| Hex | 49 | D6 | 10 | 42 | 0 | 5D | 10 | 67 | 56 | 2D |
| Octal | 111 | 326 | 20 | 102 | 0 | 135 | 20 | 147 | 126 | 55 |
| Binary | 1001001 | 11010110 | 10000 | 1000010 | 0 | 1011101 | 10000 | 1100111 | 1010110 | 101101 |
Color Harmonies of #49D610
Complementary color
Monochromatic Colors of #49D610
Black with #49D610
Text Example
Text Example
White with #49D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D610; }
p { color: rgb(73,214,16); }
H1.HeaderClassName
{
color: #49D610;
}
.AnyTagClassName
{
color: #49D610;
}
</style>
background-color css
<style>
a { background-color: #49D610; }
a { background-color: rgb(73,214,16); }
div.DivClassName
{
background-color: #49D610;
}
.BgClassName
{
background-color: #49D610;
}
</style>
border-color css
<style>
span { border-color: #49D610; }
span { border-color: rgb(73,214,16); }
td.TdClassName
{
border-color: #49D610;
}
.TagClassName
{
border-color: #49D610;
}
</style>