Shades of Shamrock #49ED91
Tints of Shamrock #49ED91
RGB
CMYK
RGB Variations
Color information
#49ED91 (or 0x49ED91) is known color: Shamrock. HEX triplet: 49, ED and 91. RGB value is (73,237,145). Sum of RGB (Red+Green+Blue) = 73+237+145=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED91 is #B6126E. Grayscale: #B1B1B1. Windows color (decimal): -11932271 or 9563465. OLE color: 9563465.
HSL color Cylindrical-coordinate representation of color #49ED91: hue angle of 146.34º 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 #49ED91 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 145 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.07 |
| HSL | 146.34º | 0.82% | 0.61% | - |
| HSV(B) | 146.34º | 0.69% | 0.93% | - |
| XYZ | 38.14 | 64.03 | 37.14 | - |
| YUV | 177.48 | 109.67 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 145 | 0.69 | 0 | 0.39 | 0.07 | 146.34 | 0.82 | 0.61 |
| Hex | 49 | ED | 91 | 45 | 0 | 27 | 7 | 92 | 52 | 3D |
| Octal | 111 | 355 | 221 | 105 | 0 | 47 | 7 | 222 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10010001 | 1000101 | 0 | 100111 | 111 | 10010010 | 1010010 | 111101 |
Color Harmonies of #49ED91
Complementary color
Monochromatic Colors of #49ED91
Black with #49ED91
Text Example
Text Example
White with #49ED91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED91; }
p { color: rgb(73,237,145); }
H1.HeaderClassName
{
color: #49ED91;
}
.AnyTagClassName
{
color: #49ED91;
}
</style>
background-color css
<style>
a { background-color: #49ED91; }
a { background-color: rgb(73,237,145); }
div.DivClassName
{
background-color: #49ED91;
}
.BgClassName
{
background-color: #49ED91;
}
</style>
border-color css
<style>
span { border-color: #49ED91; }
span { border-color: rgb(73,237,145); }
td.TdClassName
{
border-color: #49ED91;
}
.TagClassName
{
border-color: #49ED91;
}
</style>