Shades of Shamrock #49E99C
Tints of Shamrock #49E99C
RGB
CMYK
RGB Variations
Color information
#49E99C (or 0x49E99C) is known color: Shamrock. HEX triplet: 49, E9 and 9C. RGB value is (73,233,156). Sum of RGB (Red+Green+Blue) = 73+233+156=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #49E99C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E99C is #B61663. Grayscale: #B0B0B0. Windows color (decimal): -11933284 or 10283337. OLE color: 10283337.
HSL color Cylindrical-coordinate representation of color #49E99C: hue angle of 151.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E99C is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 233 | 156 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.09 |
| HSL | 151.13º | 0.78% | 0.6% | - |
| HSV(B) | 151.13º | 0.69% | 0.91% | - |
| XYZ | 37.89 | 62.09 | 41.44 | - |
| YUV | 176.38 | 116.49 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 233 | 156 | 0.69 | 0 | 0.33 | 0.09 | 151.13 | 0.78 | 0.6 |
| Hex | 49 | E9 | 9C | 45 | 0 | 21 | 9 | 97 | 4E | 3C |
| Octal | 111 | 351 | 234 | 105 | 0 | 41 | 11 | 227 | 116 | 74 |
| Binary | 1001001 | 11101001 | 10011100 | 1000101 | 0 | 100001 | 1001 | 10010111 | 1001110 | 111100 |
Color Harmonies of #49E99C
Complementary color
Monochromatic Colors of #49E99C
Black with #49E99C
Text Example
Text Example
White with #49E99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E99C; }
p { color: rgb(73,233,156); }
H1.HeaderClassName
{
color: #49E99C;
}
.AnyTagClassName
{
color: #49E99C;
}
</style>
background-color css
<style>
a { background-color: #49E99C; }
a { background-color: rgb(73,233,156); }
div.DivClassName
{
background-color: #49E99C;
}
.BgClassName
{
background-color: #49E99C;
}
</style>
border-color css
<style>
span { border-color: #49E99C; }
span { border-color: rgb(73,233,156); }
td.TdClassName
{
border-color: #49E99C;
}
.TagClassName
{
border-color: #49E99C;
}
</style>