Shades of Kelly Green #49BF2B
Tints of Kelly Green #49BF2B
RGB
CMYK
RGB Variations
Color information
#49BF2B (or 0x49BF2B) is known color: Kelly Green. HEX triplet: 49, BF and 2B. RGB value is (73,191,43). Sum of RGB (Red+Green+Blue) = 73+191+43=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF2B is #B640D4. Grayscale: #8B8B8B. Windows color (decimal): -11944149 or 2867017. OLE color: 2867017.
HSL color Cylindrical-coordinate representation of color #49BF2B: hue angle of 107.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49BF2B is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 43 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.25 |
| HSL | 107.84º | 0.63% | 0.46% | - |
| HSV(B) | 107.84º | 0.77% | 0.75% | - |
| XYZ | 21.81 | 38.85 | 8.64 | - |
| YUV | 138.85 | 73.91 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 43 | 0.62 | 0 | 0.77 | 0.25 | 107.84 | 0.63 | 0.46 |
| Hex | 49 | BF | 2B | 3E | 0 | 4D | 19 | 6C | 3F | 2E |
| Octal | 111 | 277 | 53 | 76 | 0 | 115 | 31 | 154 | 77 | 56 |
| Binary | 1001001 | 10111111 | 101011 | 111110 | 0 | 1001101 | 11001 | 1101100 | 111111 | 101110 |
Color Harmonies of #49BF2B
Complementary color
Monochromatic Colors of #49BF2B
Black with #49BF2B
Text Example
Text Example
White with #49BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF2B; }
p { color: rgb(73,191,43); }
H1.HeaderClassName
{
color: #49BF2B;
}
.AnyTagClassName
{
color: #49BF2B;
}
</style>
background-color css
<style>
a { background-color: #49BF2B; }
a { background-color: rgb(73,191,43); }
div.DivClassName
{
background-color: #49BF2B;
}
.BgClassName
{
background-color: #49BF2B;
}
</style>
border-color css
<style>
span { border-color: #49BF2B; }
span { border-color: rgb(73,191,43); }
td.TdClassName
{
border-color: #49BF2B;
}
.TagClassName
{
border-color: #49BF2B;
}
</style>