Shades of Shamrock #49EDA2
Tints of Shamrock #49EDA2
RGB
CMYK
RGB Variations
Color information
#49EDA2 (or 0x49EDA2) is known color: Shamrock. HEX triplet: 49, ED and A2. RGB value is (73,237,162). Sum of RGB (Red+Green+Blue) = 73+237+162=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EDA2 is #B6125D. Grayscale: #B3B3B3. Windows color (decimal): -11932254 or 10677577. OLE color: 10677577.
HSL color Cylindrical-coordinate representation of color #49EDA2: hue angle of 152.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EDA2 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 162 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.07 |
| HSL | 152.56º | 0.82% | 0.61% | - |
| HSV(B) | 152.56º | 0.69% | 0.93% | - |
| XYZ | 39.55 | 64.59 | 44.57 | - |
| YUV | 179.41 | 118.17 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 162 | 0.69 | 0 | 0.32 | 0.07 | 152.56 | 0.82 | 0.61 |
| Hex | 49 | ED | A2 | 45 | 0 | 20 | 7 | 99 | 52 | 3D |
| Octal | 111 | 355 | 242 | 105 | 0 | 40 | 7 | 231 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10100010 | 1000101 | 0 | 100000 | 111 | 10011001 | 1010010 | 111101 |
Color Harmonies of #49EDA2
Complementary color
Monochromatic Colors of #49EDA2
Black with #49EDA2
Text Example
Text Example
White with #49EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDA2; }
p { color: rgb(73,237,162); }
H1.HeaderClassName
{
color: #49EDA2;
}
.AnyTagClassName
{
color: #49EDA2;
}
</style>
background-color css
<style>
a { background-color: #49EDA2; }
a { background-color: rgb(73,237,162); }
div.DivClassName
{
background-color: #49EDA2;
}
.BgClassName
{
background-color: #49EDA2;
}
</style>
border-color css
<style>
span { border-color: #49EDA2; }
span { border-color: rgb(73,237,162); }
td.TdClassName
{
border-color: #49EDA2;
}
.TagClassName
{
border-color: #49EDA2;
}
</style>