Shades of Shamrock #49CA95
Tints of Shamrock #49CA95
RGB
CMYK
RGB Variations
Color information
#49CA95 (or 0x49CA95) is known color: Shamrock. HEX triplet: 49, CA and 95. RGB value is (73,202,149). Sum of RGB (Red+Green+Blue) = 73+202+149=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA95 is #B6356A. Grayscale: #9D9D9D. Windows color (decimal): -11941227 or 9816649. OLE color: 9816649.
HSL color Cylindrical-coordinate representation of color #49CA95: hue angle of 155.35º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA95 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 149 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.21 |
| HSL | 155.35º | 0.55% | 0.54% | - |
| HSV(B) | 155.35º | 0.64% | 0.79% | - |
| XYZ | 29.29 | 45.83 | 35.74 | - |
| YUV | 157.39 | 123.26 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 149 | 0.64 | 0 | 0.26 | 0.21 | 155.35 | 0.55 | 0.54 |
| Hex | 49 | CA | 95 | 40 | 0 | 1A | 15 | 9B | 37 | 36 |
| Octal | 111 | 312 | 225 | 100 | 0 | 32 | 25 | 233 | 67 | 66 |
| Binary | 1001001 | 11001010 | 10010101 | 1000000 | 0 | 11010 | 10101 | 10011011 | 110111 | 110110 |
Color Harmonies of #49CA95
Complementary color
Monochromatic Colors of #49CA95
Black with #49CA95
Text Example
Text Example
White with #49CA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA95; }
p { color: rgb(73,202,149); }
H1.HeaderClassName
{
color: #49CA95;
}
.AnyTagClassName
{
color: #49CA95;
}
</style>
background-color css
<style>
a { background-color: #49CA95; }
a { background-color: rgb(73,202,149); }
div.DivClassName
{
background-color: #49CA95;
}
.BgClassName
{
background-color: #49CA95;
}
</style>
border-color css
<style>
span { border-color: #49CA95; }
span { border-color: rgb(73,202,149); }
td.TdClassName
{
border-color: #49CA95;
}
.TagClassName
{
border-color: #49CA95;
}
</style>