Shades of Kelly Green #49BD02
Tints of Kelly Green #49BD02
RGB
CMYK
RGB Variations
Color information
#49BD02 (or 0x49BD02) is known color: Kelly Green. HEX triplet: 49, BD and 02. RGB value is (73,189,2). Sum of RGB (Red+Green+Blue) = 73+189+2=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 189 (74.22% from 255 or 71.59% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BD02 is #B642FD. Grayscale: #858585. Windows color (decimal): -11944702 or 179529. OLE color: 179529.
HSL color Cylindrical-coordinate representation of color #49BD02: hue angle of 97.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49BD02 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.26 |
| HSL | 97.22º | 0.98% | 0.37% | - |
| HSV(B) | 97.22º | 0.99% | 0.74% | - |
| XYZ | 20.96 | 37.82 | 6.25 | - |
| YUV | 133 | 54.07 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 2 | 0.61 | 0 | 0.99 | 0.26 | 97.22 | 0.98 | 0.37 |
| Hex | 49 | BD | 2 | 3D | 0 | 63 | 1A | 61 | 62 | 25 |
| Octal | 111 | 275 | 2 | 75 | 0 | 143 | 32 | 141 | 142 | 45 |
| Binary | 1001001 | 10111101 | 10 | 111101 | 0 | 1100011 | 11010 | 1100001 | 1100010 | 100101 |
Color Harmonies of #49BD02
Complementary color
Monochromatic Colors of #49BD02
Black with #49BD02
Text Example
Text Example
White with #49BD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD02; }
p { color: rgb(73,189,2); }
H1.HeaderClassName
{
color: #49BD02;
}
.AnyTagClassName
{
color: #49BD02;
}
</style>
background-color css
<style>
a { background-color: #49BD02; }
a { background-color: rgb(73,189,2); }
div.DivClassName
{
background-color: #49BD02;
}
.BgClassName
{
background-color: #49BD02;
}
</style>
border-color css
<style>
span { border-color: #49BD02; }
span { border-color: rgb(73,189,2); }
td.TdClassName
{
border-color: #49BD02;
}
.TagClassName
{
border-color: #49BD02;
}
</style>