Shades of Kelly Green #49D510
Tints of Kelly Green #49D510
RGB
CMYK
RGB Variations
Color information
#49D510 (or 0x49D510) is known color: Kelly Green. HEX triplet: 49, D5 and 10. RGB value is (73,213,16). Sum of RGB (Red+Green+Blue) = 73+213+16=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 213 (83.59% from 255 or 70.53% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 213 - color contains mainly: green. Hex color #49D510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D510 is #B62AEF. Grayscale: #959595. Windows color (decimal): -11938544 or 1103177. OLE color: 1103177.
HSL color Cylindrical-coordinate representation of color #49D510: hue angle of 102.64º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49D510 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 16 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.16 |
| HSL | 102.64º | 0.86% | 0.45% | - |
| HSV(B) | 102.64º | 0.92% | 0.84% | - |
| XYZ | 26.64 | 49.04 | 8.55 | - |
| YUV | 148.68 | 53.12 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 16 | 0.66 | 0 | 0.92 | 0.16 | 102.64 | 0.86 | 0.45 |
| Hex | 49 | D5 | 10 | 42 | 0 | 5C | 10 | 67 | 56 | 2D |
| Octal | 111 | 325 | 20 | 102 | 0 | 134 | 20 | 147 | 126 | 55 |
| Binary | 1001001 | 11010101 | 10000 | 1000010 | 0 | 1011100 | 10000 | 1100111 | 1010110 | 101101 |
Color Harmonies of #49D510
Complementary color
Monochromatic Colors of #49D510
Black with #49D510
Text Example
Text Example
White with #49D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D510; }
p { color: rgb(73,213,16); }
H1.HeaderClassName
{
color: #49D510;
}
.AnyTagClassName
{
color: #49D510;
}
</style>
background-color css
<style>
a { background-color: #49D510; }
a { background-color: rgb(73,213,16); }
div.DivClassName
{
background-color: #49D510;
}
.BgClassName
{
background-color: #49D510;
}
</style>
border-color css
<style>
span { border-color: #49D510; }
span { border-color: rgb(73,213,16); }
td.TdClassName
{
border-color: #49D510;
}
.TagClassName
{
border-color: #49D510;
}
</style>