Shades of Kelly Green #49BF25
Tints of Kelly Green #49BF25
RGB
CMYK
RGB Variations
Color information
#49BF25 (or 0x49BF25) is known color: Kelly Green. HEX triplet: 49, BF and 25. RGB value is (73,191,37). Sum of RGB (Red+Green+Blue) = 73+191+37=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF25 is #B640DA. Grayscale: #8A8A8A. Windows color (decimal): -11944155 or 2473801. OLE color: 2473801.
HSL color Cylindrical-coordinate representation of color #49BF25: hue angle of 105.97º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49BF25 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 37 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.25 |
| HSL | 105.97º | 0.68% | 0.45% | - |
| HSV(B) | 105.97º | 0.81% | 0.75% | - |
| XYZ | 21.71 | 38.81 | 8.1 | - |
| YUV | 138.16 | 70.91 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 37 | 0.62 | 0 | 0.81 | 0.25 | 105.97 | 0.68 | 0.45 |
| Hex | 49 | BF | 25 | 3E | 0 | 51 | 19 | 6A | 44 | 2D |
| Octal | 111 | 277 | 45 | 76 | 0 | 121 | 31 | 152 | 104 | 55 |
| Binary | 1001001 | 10111111 | 100101 | 111110 | 0 | 1010001 | 11001 | 1101010 | 1000100 | 101101 |
Color Harmonies of #49BF25
Complementary color
Monochromatic Colors of #49BF25
Black with #49BF25
Text Example
Text Example
White with #49BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF25; }
p { color: rgb(73,191,37); }
H1.HeaderClassName
{
color: #49BF25;
}
.AnyTagClassName
{
color: #49BF25;
}
</style>
background-color css
<style>
a { background-color: #49BF25; }
a { background-color: rgb(73,191,37); }
div.DivClassName
{
background-color: #49BF25;
}
.BgClassName
{
background-color: #49BF25;
}
</style>
border-color css
<style>
span { border-color: #49BF25; }
span { border-color: rgb(73,191,37); }
td.TdClassName
{
border-color: #49BF25;
}
.TagClassName
{
border-color: #49BF25;
}
</style>