Shades of Kelly Green #49D700
Tints of Kelly Green #49D700
RGB
CMYK
RGB Variations
Color information
#49D700 (or 0x49D700) is known color: Kelly Green. HEX triplet: 49, D7 and 00. RGB value is (73,215,0). Sum of RGB (Red+Green+Blue) = 73+215+0=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 215 (84.38% from 255 or 74.65% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 215 - color contains mainly: green. Hex color #49D700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D700 is #B628FF. Grayscale: #949494. Windows color (decimal): -11938048 or 55113. OLE color: 55113.
HSL color Cylindrical-coordinate representation of color #49D700: hue angle of 99.63º 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 #49D700 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.16 |
| HSL | 99.63º | 1% | 0.42% | - |
| HSV(B) | 99.63º | 1% | 0.84% | - |
| XYZ | 27.05 | 50.02 | 8.23 | - |
| YUV | 148.03 | 44.46 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 0 | 0.66 | 0 | 1 | 0.16 | 99.63 | 1 | 0.42 |
| Hex | 49 | D7 | 0 | 42 | 0 | 64 | 10 | 64 | 64 | 2A |
| Octal | 111 | 327 | 0 | 102 | 0 | 144 | 20 | 144 | 144 | 52 |
| Binary | 1001001 | 11010111 | 0 | 1000010 | 0 | 1100100 | 10000 | 1100100 | 1100100 | 101010 |
Color Harmonies of #49D700
Complementary color
Monochromatic Colors of #49D700
Black with #49D700
Text Example
Text Example
White with #49D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D700; }
p { color: rgb(73,215,0); }
H1.HeaderClassName
{
color: #49D700;
}
.AnyTagClassName
{
color: #49D700;
}
</style>
background-color css
<style>
a { background-color: #49D700; }
a { background-color: rgb(73,215,0); }
div.DivClassName
{
background-color: #49D700;
}
.BgClassName
{
background-color: #49D700;
}
</style>
border-color css
<style>
span { border-color: #49D700; }
span { border-color: rgb(73,215,0); }
td.TdClassName
{
border-color: #49D700;
}
.TagClassName
{
border-color: #49D700;
}
</style>