Shades of Kelly Green #49BC25
Tints of Kelly Green #49BC25
RGB
CMYK
RGB Variations
Color information
#49BC25 (or 0x49BC25) is known color: Kelly Green. HEX triplet: 49, BC and 25. RGB value is (73,188,37). Sum of RGB (Red+Green+Blue) = 73+188+37=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC25 is #B643DA. Grayscale: #888888. Windows color (decimal): -11944923 or 2473033. OLE color: 2473033.
HSL color Cylindrical-coordinate representation of color #49BC25: hue angle of 105.7º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49BC25 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 37 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.26 |
| HSL | 105.7º | 0.67% | 0.44% | - |
| HSV(B) | 105.7º | 0.8% | 0.74% | - |
| XYZ | 21.06 | 37.52 | 7.88 | - |
| YUV | 136.4 | 71.9 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 37 | 0.61 | 0 | 0.80 | 0.26 | 105.7 | 0.67 | 0.44 |
| Hex | 49 | BC | 25 | 3D | 0 | 50 | 1A | 6A | 43 | 2C |
| Octal | 111 | 274 | 45 | 75 | 0 | 120 | 32 | 152 | 103 | 54 |
| Binary | 1001001 | 10111100 | 100101 | 111101 | 0 | 1010000 | 11010 | 1101010 | 1000011 | 101100 |
Color Harmonies of #49BC25
Complementary color
Monochromatic Colors of #49BC25
Black with #49BC25
Text Example
Text Example
White with #49BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC25; }
p { color: rgb(73,188,37); }
H1.HeaderClassName
{
color: #49BC25;
}
.AnyTagClassName
{
color: #49BC25;
}
</style>
background-color css
<style>
a { background-color: #49BC25; }
a { background-color: rgb(73,188,37); }
div.DivClassName
{
background-color: #49BC25;
}
.BgClassName
{
background-color: #49BC25;
}
</style>
border-color css
<style>
span { border-color: #49BC25; }
span { border-color: rgb(73,188,37); }
td.TdClassName
{
border-color: #49BC25;
}
.TagClassName
{
border-color: #49BC25;
}
</style>