Shades of Kelly Green #49BE15
Tints of Kelly Green #49BE15
RGB
CMYK
RGB Variations
Color information
#49BE15 (or 0x49BE15) is known color: Kelly Green. HEX triplet: 49, BE and 15. RGB value is (73,190,21). Sum of RGB (Red+Green+Blue) = 73+190+21=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 190 (74.61% from 255 or 66.90% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BE15 is #B641EA. Grayscale: #888888. Windows color (decimal): -11944427 or 1424969. OLE color: 1424969.
HSL color Cylindrical-coordinate representation of color #49BE15: hue angle of 101.54º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49BE15 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 21 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.25 |
| HSL | 101.54º | 0.8% | 0.41% | - |
| HSV(B) | 101.54º | 0.89% | 0.75% | - |
| XYZ | 21.3 | 38.3 | 6.98 | - |
| YUV | 135.75 | 63.24 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 21 | 0.62 | 0 | 0.89 | 0.25 | 101.54 | 0.8 | 0.41 |
| Hex | 49 | BE | 15 | 3E | 0 | 59 | 19 | 66 | 50 | 29 |
| Octal | 111 | 276 | 25 | 76 | 0 | 131 | 31 | 146 | 120 | 51 |
| Binary | 1001001 | 10111110 | 10101 | 111110 | 0 | 1011001 | 11001 | 1100110 | 1010000 | 101001 |
Color Harmonies of #49BE15
Complementary color
Monochromatic Colors of #49BE15
Black with #49BE15
Text Example
Text Example
White with #49BE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE15; }
p { color: rgb(73,190,21); }
H1.HeaderClassName
{
color: #49BE15;
}
.AnyTagClassName
{
color: #49BE15;
}
</style>
background-color css
<style>
a { background-color: #49BE15; }
a { background-color: rgb(73,190,21); }
div.DivClassName
{
background-color: #49BE15;
}
.BgClassName
{
background-color: #49BE15;
}
</style>
border-color css
<style>
span { border-color: #49BE15; }
span { border-color: rgb(73,190,21); }
td.TdClassName
{
border-color: #49BE15;
}
.TagClassName
{
border-color: #49BE15;
}
</style>