Shades of Kelly Green #49BB21
Tints of Kelly Green #49BB21
RGB
CMYK
RGB Variations
Color information
#49BB21 (or 0x49BB21) is known color: Kelly Green. HEX triplet: 49, BB and 21. RGB value is (73,187,33). Sum of RGB (Red+Green+Blue) = 73+187+33=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 187 (73.44% from 255 or 63.82% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB21 is #B644DE. Grayscale: #878787. Windows color (decimal): -11945183 or 2210633. OLE color: 2210633.
HSL color Cylindrical-coordinate representation of color #49BB21: hue angle of 104.42º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49BB21 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 33 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.27 |
| HSL | 104.42º | 0.7% | 0.43% | - |
| HSV(B) | 104.42º | 0.82% | 0.73% | - |
| XYZ | 20.79 | 37.07 | 7.5 | - |
| YUV | 135.36 | 70.23 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 33 | 0.61 | 0 | 0.82 | 0.27 | 104.42 | 0.7 | 0.43 |
| Hex | 49 | BB | 21 | 3D | 0 | 52 | 1B | 68 | 46 | 2B |
| Octal | 111 | 273 | 41 | 75 | 0 | 122 | 33 | 150 | 106 | 53 |
| Binary | 1001001 | 10111011 | 100001 | 111101 | 0 | 1010010 | 11011 | 1101000 | 1000110 | 101011 |
Color Harmonies of #49BB21
Complementary color
Monochromatic Colors of #49BB21
Black with #49BB21
Text Example
Text Example
White with #49BB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB21; }
p { color: rgb(73,187,33); }
H1.HeaderClassName
{
color: #49BB21;
}
.AnyTagClassName
{
color: #49BB21;
}
</style>
background-color css
<style>
a { background-color: #49BB21; }
a { background-color: rgb(73,187,33); }
div.DivClassName
{
background-color: #49BB21;
}
.BgClassName
{
background-color: #49BB21;
}
</style>
border-color css
<style>
span { border-color: #49BB21; }
span { border-color: rgb(73,187,33); }
td.TdClassName
{
border-color: #49BB21;
}
.TagClassName
{
border-color: #49BB21;
}
</style>