Shades of Kelly Green #49BF0B
Tints of Kelly Green #49BF0B
RGB
CMYK
RGB Variations
Color information
#49BF0B (or 0x49BF0B) is known color: Kelly Green. HEX triplet: 49, BF and 0B. RGB value is (73,191,11). Sum of RGB (Red+Green+Blue) = 73+191+11=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BF0B is #B640F4. Grayscale: #878787. Windows color (decimal): -11944181 or 769865. OLE color: 769865.
HSL color Cylindrical-coordinate representation of color #49BF0B: hue angle of 99.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49BF0B is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 11 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.25 |
| HSL | 99.33º | 0.89% | 0.4% | - |
| HSV(B) | 99.33º | 0.94% | 0.75% | - |
| XYZ | 21.44 | 38.7 | 6.66 | - |
| YUV | 135.2 | 57.91 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 11 | 0.62 | 0 | 0.94 | 0.25 | 99.33 | 0.89 | 0.4 |
| Hex | 49 | BF | B | 3E | 0 | 5E | 19 | 63 | 59 | 28 |
| Octal | 111 | 277 | 13 | 76 | 0 | 136 | 31 | 143 | 131 | 50 |
| Binary | 1001001 | 10111111 | 1011 | 111110 | 0 | 1011110 | 11001 | 1100011 | 1011001 | 101000 |
Color Harmonies of #49BF0B
Complementary color
Monochromatic Colors of #49BF0B
Black with #49BF0B
Text Example
Text Example
White with #49BF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF0B; }
p { color: rgb(73,191,11); }
H1.HeaderClassName
{
color: #49BF0B;
}
.AnyTagClassName
{
color: #49BF0B;
}
</style>
background-color css
<style>
a { background-color: #49BF0B; }
a { background-color: rgb(73,191,11); }
div.DivClassName
{
background-color: #49BF0B;
}
.BgClassName
{
background-color: #49BF0B;
}
</style>
border-color css
<style>
span { border-color: #49BF0B; }
span { border-color: rgb(73,191,11); }
td.TdClassName
{
border-color: #49BF0B;
}
.TagClassName
{
border-color: #49BF0B;
}
</style>