Shades of Kelly Green #49D500
Tints of Kelly Green #49D500
RGB
CMYK
RGB Variations
Color information
#49D500 (or 0x49D500) is known color: Kelly Green. HEX triplet: 49, D5 and 00. RGB value is (73,213,0). Sum of RGB (Red+Green+Blue) = 73+213+0=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 213 (83.59% from 255 or 74.48% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 213 - color contains mainly: green. Hex color #49D500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D500 is #B62AFF. Grayscale: #939393. Windows color (decimal): -11938560 or 54601. OLE color: 54601.
HSL color Cylindrical-coordinate representation of color #49D500: hue angle of 99.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49D500 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.16 |
| HSL | 99.44º | 1% | 0.42% | - |
| HSV(B) | 99.44º | 1% | 0.84% | - |
| XYZ | 26.54 | 49 | 8.06 | - |
| YUV | 146.86 | 45.12 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 0 | 0.66 | 0 | 1 | 0.16 | 99.44 | 1 | 0.42 |
| Hex | 49 | D5 | 0 | 42 | 0 | 64 | 10 | 63 | 64 | 2A |
| Octal | 111 | 325 | 0 | 102 | 0 | 144 | 20 | 143 | 144 | 52 |
| Binary | 1001001 | 11010101 | 0 | 1000010 | 0 | 1100100 | 10000 | 1100011 | 1100100 | 101010 |
Color Harmonies of #49D500
Complementary color
Monochromatic Colors of #49D500
Black with #49D500
Text Example
Text Example
White with #49D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D500; }
p { color: rgb(73,213,0); }
H1.HeaderClassName
{
color: #49D500;
}
.AnyTagClassName
{
color: #49D500;
}
</style>
background-color css
<style>
a { background-color: #49D500; }
a { background-color: rgb(73,213,0); }
div.DivClassName
{
background-color: #49D500;
}
.BgClassName
{
background-color: #49D500;
}
</style>
border-color css
<style>
span { border-color: #49D500; }
span { border-color: rgb(73,213,0); }
td.TdClassName
{
border-color: #49D500;
}
.TagClassName
{
border-color: #49D500;
}
</style>