Shades of Kelly Green #49BD00
Tints of Kelly Green #49BD00
RGB
CMYK
RGB Variations
Color information
#49BD00 (or 0x49BD00) is known color: Kelly Green. HEX triplet: 49, BD and 00. RGB value is (73,189,0). Sum of RGB (Red+Green+Blue) = 73+189+0=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 189 (74.22% from 255 or 72.14% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BD00 is #B642FF. Grayscale: #858585. Windows color (decimal): -11944704 or 48457. OLE color: 48457.
HSL color Cylindrical-coordinate representation of color #49BD00: hue angle of 96.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49BD00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.26 |
| HSL | 96.83º | 1% | 0.37% | - |
| HSV(B) | 96.83º | 1% | 0.74% | - |
| XYZ | 20.95 | 37.81 | 6.19 | - |
| YUV | 132.77 | 53.07 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 0 | 0.61 | 0 | 1 | 0.26 | 96.83 | 1 | 0.37 |
| Hex | 49 | BD | 0 | 3D | 0 | 64 | 1A | 61 | 64 | 25 |
| Octal | 111 | 275 | 0 | 75 | 0 | 144 | 32 | 141 | 144 | 45 |
| Binary | 1001001 | 10111101 | 0 | 111101 | 0 | 1100100 | 11010 | 1100001 | 1100100 | 100101 |
Color Harmonies of #49BD00
Complementary color
Monochromatic Colors of #49BD00
Black with #49BD00
Text Example
Text Example
White with #49BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD00; }
p { color: rgb(73,189,0); }
H1.HeaderClassName
{
color: #49BD00;
}
.AnyTagClassName
{
color: #49BD00;
}
</style>
background-color css
<style>
a { background-color: #49BD00; }
a { background-color: rgb(73,189,0); }
div.DivClassName
{
background-color: #49BD00;
}
.BgClassName
{
background-color: #49BD00;
}
</style>
border-color css
<style>
span { border-color: #49BD00; }
span { border-color: rgb(73,189,0); }
td.TdClassName
{
border-color: #49BD00;
}
.TagClassName
{
border-color: #49BD00;
}
</style>