Shades of Shamrock #49EE93
Tints of Shamrock #49EE93
RGB
CMYK
RGB Variations
Color information
#49EE93 (or 0x49EE93) is known color: Shamrock. HEX triplet: 49, EE and 93. RGB value is (73,238,147). Sum of RGB (Red+Green+Blue) = 73+238+147=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EE93 is #B6116C. Grayscale: #B2B2B2. Windows color (decimal): -11932013 or 9694793. OLE color: 9694793.
HSL color Cylindrical-coordinate representation of color #49EE93: hue angle of 146.91º degrees, saturation: 0.83, 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 #49EE93 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 147 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.07 |
| HSL | 146.91º | 0.83% | 0.61% | - |
| HSV(B) | 146.91º | 0.69% | 0.93% | - |
| XYZ | 38.59 | 64.67 | 38.05 | - |
| YUV | 178.29 | 110.34 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 147 | 0.69 | 0 | 0.38 | 0.07 | 146.91 | 0.83 | 0.61 |
| Hex | 49 | EE | 93 | 45 | 0 | 26 | 7 | 93 | 53 | 3D |
| Octal | 111 | 356 | 223 | 105 | 0 | 46 | 7 | 223 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10010011 | 1000101 | 0 | 100110 | 111 | 10010011 | 1010011 | 111101 |
Color Harmonies of #49EE93
Complementary color
Monochromatic Colors of #49EE93
Black with #49EE93
Text Example
Text Example
White with #49EE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE93; }
p { color: rgb(73,238,147); }
H1.HeaderClassName
{
color: #49EE93;
}
.AnyTagClassName
{
color: #49EE93;
}
</style>
background-color css
<style>
a { background-color: #49EE93; }
a { background-color: rgb(73,238,147); }
div.DivClassName
{
background-color: #49EE93;
}
.BgClassName
{
background-color: #49EE93;
}
</style>
border-color css
<style>
span { border-color: #49EE93; }
span { border-color: rgb(73,238,147); }
td.TdClassName
{
border-color: #49EE93;
}
.TagClassName
{
border-color: #49EE93;
}
</style>