Shades of Kelly Green #49BC18
Tints of Kelly Green #49BC18
RGB
CMYK
RGB Variations
Color information
#49BC18 (or 0x49BC18) is known color: Kelly Green. HEX triplet: 49, BC and 18. RGB value is (73,188,24). Sum of RGB (Red+Green+Blue) = 73+188+24=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BC18 is #B643E7. Grayscale: #878787. Windows color (decimal): -11944936 or 1621065. OLE color: 1621065.
HSL color Cylindrical-coordinate representation of color #49BC18: hue angle of 102.07º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49BC18 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 24 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.26 |
| HSL | 102.07º | 0.77% | 0.42% | - |
| HSV(B) | 102.07º | 0.87% | 0.74% | - |
| XYZ | 20.9 | 37.45 | 6.99 | - |
| YUV | 134.92 | 65.4 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 24 | 0.61 | 0 | 0.87 | 0.26 | 102.07 | 0.77 | 0.42 |
| Hex | 49 | BC | 18 | 3D | 0 | 57 | 1A | 66 | 4D | 2A |
| Octal | 111 | 274 | 30 | 75 | 0 | 127 | 32 | 146 | 115 | 52 |
| Binary | 1001001 | 10111100 | 11000 | 111101 | 0 | 1010111 | 11010 | 1100110 | 1001101 | 101010 |
Color Harmonies of #49BC18
Complementary color
Monochromatic Colors of #49BC18
Black with #49BC18
Text Example
Text Example
White with #49BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC18; }
p { color: rgb(73,188,24); }
H1.HeaderClassName
{
color: #49BC18;
}
.AnyTagClassName
{
color: #49BC18;
}
</style>
background-color css
<style>
a { background-color: #49BC18; }
a { background-color: rgb(73,188,24); }
div.DivClassName
{
background-color: #49BC18;
}
.BgClassName
{
background-color: #49BC18;
}
</style>
border-color css
<style>
span { border-color: #49BC18; }
span { border-color: rgb(73,188,24); }
td.TdClassName
{
border-color: #49BC18;
}
.TagClassName
{
border-color: #49BC18;
}
</style>