Shades of Kelly Green #49BC2F
Tints of Kelly Green #49BC2F
RGB
CMYK
RGB Variations
Color information
#49BC2F (or 0x49BC2F) is known color: Kelly Green. HEX triplet: 49, BC and 2F. RGB value is (73,188,47). Sum of RGB (Red+Green+Blue) = 73+188+47=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC2F is #B643D0. Grayscale: #898989. Windows color (decimal): -11944913 or 3128393. OLE color: 3128393.
HSL color Cylindrical-coordinate representation of color #49BC2F: hue angle of 108.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49BC2F is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 47 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.26 |
| HSL | 108.94º | 0.6% | 0.46% | - |
| HSV(B) | 108.94º | 0.75% | 0.74% | - |
| XYZ | 21.24 | 37.59 | 8.82 | - |
| YUV | 137.54 | 76.9 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 47 | 0.61 | 0 | 0.75 | 0.26 | 108.94 | 0.6 | 0.46 |
| Hex | 49 | BC | 2F | 3D | 0 | 4B | 1A | 6D | 3C | 2E |
| Octal | 111 | 274 | 57 | 75 | 0 | 113 | 32 | 155 | 74 | 56 |
| Binary | 1001001 | 10111100 | 101111 | 111101 | 0 | 1001011 | 11010 | 1101101 | 111100 | 101110 |
Color Harmonies of #49BC2F
Complementary color
Monochromatic Colors of #49BC2F
Black with #49BC2F
Text Example
Text Example
White with #49BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC2F; }
p { color: rgb(73,188,47); }
H1.HeaderClassName
{
color: #49BC2F;
}
.AnyTagClassName
{
color: #49BC2F;
}
</style>
background-color css
<style>
a { background-color: #49BC2F; }
a { background-color: rgb(73,188,47); }
div.DivClassName
{
background-color: #49BC2F;
}
.BgClassName
{
background-color: #49BC2F;
}
</style>
border-color css
<style>
span { border-color: #49BC2F; }
span { border-color: rgb(73,188,47); }
td.TdClassName
{
border-color: #49BC2F;
}
.TagClassName
{
border-color: #49BC2F;
}
</style>