Shades of Kelly Green #49BB0D
Tints of Kelly Green #49BB0D
RGB
CMYK
RGB Variations
Color information
#49BB0D (or 0x49BB0D) is known color: Kelly Green. HEX triplet: 49, BB and 0D. RGB value is (73,187,13). Sum of RGB (Red+Green+Blue) = 73+187+13=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BB0D is #B644F2. Grayscale: #858585. Windows color (decimal): -11945203 or 899913. OLE color: 899913.
HSL color Cylindrical-coordinate representation of color #49BB0D: hue angle of 99.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49BB0D is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 13 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.27 |
| HSL | 99.31º | 0.87% | 0.39% | - |
| HSV(B) | 99.31º | 0.93% | 0.73% | - |
| XYZ | 20.59 | 36.99 | 6.43 | - |
| YUV | 133.08 | 60.23 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 13 | 0.61 | 0 | 0.93 | 0.27 | 99.31 | 0.87 | 0.39 |
| Hex | 49 | BB | D | 3D | 0 | 5D | 1B | 63 | 57 | 27 |
| Octal | 111 | 273 | 15 | 75 | 0 | 135 | 33 | 143 | 127 | 47 |
| Binary | 1001001 | 10111011 | 1101 | 111101 | 0 | 1011101 | 11011 | 1100011 | 1010111 | 100111 |
Color Harmonies of #49BB0D
Complementary color
Monochromatic Colors of #49BB0D
Black with #49BB0D
Text Example
Text Example
White with #49BB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB0D; }
p { color: rgb(73,187,13); }
H1.HeaderClassName
{
color: #49BB0D;
}
.AnyTagClassName
{
color: #49BB0D;
}
</style>
background-color css
<style>
a { background-color: #49BB0D; }
a { background-color: rgb(73,187,13); }
div.DivClassName
{
background-color: #49BB0D;
}
.BgClassName
{
background-color: #49BB0D;
}
</style>
border-color css
<style>
span { border-color: #49BB0D; }
span { border-color: rgb(73,187,13); }
td.TdClassName
{
border-color: #49BB0D;
}
.TagClassName
{
border-color: #49BB0D;
}
</style>