Shades of Shamrock #49ED93
Tints of Shamrock #49ED93
RGB
CMYK
RGB Variations
Color information
#49ED93 (or 0x49ED93) is known color: Shamrock. HEX triplet: 49, ED and 93. RGB value is (73,237,147). Sum of RGB (Red+Green+Blue) = 73+237+147=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED93 is #B6126C. Grayscale: #B1B1B1. Windows color (decimal): -11932269 or 9694537. OLE color: 9694537.
HSL color Cylindrical-coordinate representation of color #49ED93: hue angle of 147.07º 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 #49ED93 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 147 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.07 |
| HSL | 147.07º | 0.82% | 0.61% | - |
| HSV(B) | 147.07º | 0.69% | 0.93% | - |
| XYZ | 38.3 | 64.09 | 37.96 | - |
| YUV | 177.7 | 110.67 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 147 | 0.69 | 0 | 0.38 | 0.07 | 147.07 | 0.82 | 0.61 |
| Hex | 49 | ED | 93 | 45 | 0 | 26 | 7 | 93 | 52 | 3D |
| Octal | 111 | 355 | 223 | 105 | 0 | 46 | 7 | 223 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10010011 | 1000101 | 0 | 100110 | 111 | 10010011 | 1010010 | 111101 |
Color Harmonies of #49ED93
Complementary color
Monochromatic Colors of #49ED93
Black with #49ED93
Text Example
Text Example
White with #49ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED93; }
p { color: rgb(73,237,147); }
H1.HeaderClassName
{
color: #49ED93;
}
.AnyTagClassName
{
color: #49ED93;
}
</style>
background-color css
<style>
a { background-color: #49ED93; }
a { background-color: rgb(73,237,147); }
div.DivClassName
{
background-color: #49ED93;
}
.BgClassName
{
background-color: #49ED93;
}
</style>
border-color css
<style>
span { border-color: #49ED93; }
span { border-color: rgb(73,237,147); }
td.TdClassName
{
border-color: #49ED93;
}
.TagClassName
{
border-color: #49ED93;
}
</style>