Shades of Shamrock #49EF9F
Tints of Shamrock #49EF9F
RGB
CMYK
RGB Variations
Color information
#49EF9F (or 0x49EF9F) is known color: Shamrock. HEX triplet: 49, EF and 9F. RGB value is (73,239,159). Sum of RGB (Red+Green+Blue) = 73+239+159=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EF9F is #B61060. Grayscale: #B4B4B4. Windows color (decimal): -11931745 or 10481481. OLE color: 10481481.
HSL color Cylindrical-coordinate representation of color #49EF9F: hue angle of 151.08º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EF9F is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 159 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.06 |
| HSL | 151.08º | 0.84% | 0.61% | - |
| HSV(B) | 151.08º | 0.69% | 0.94% | - |
| XYZ | 39.87 | 65.65 | 43.37 | - |
| YUV | 180.25 | 116 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 159 | 0.69 | 0 | 0.33 | 0.06 | 151.08 | 0.84 | 0.61 |
| Hex | 49 | EF | 9F | 45 | 0 | 21 | 6 | 97 | 54 | 3D |
| Octal | 111 | 357 | 237 | 105 | 0 | 41 | 6 | 227 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10011111 | 1000101 | 0 | 100001 | 110 | 10010111 | 1010100 | 111101 |
Color Harmonies of #49EF9F
Complementary color
Monochromatic Colors of #49EF9F
Black with #49EF9F
Text Example
Text Example
White with #49EF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF9F; }
p { color: rgb(73,239,159); }
H1.HeaderClassName
{
color: #49EF9F;
}
.AnyTagClassName
{
color: #49EF9F;
}
</style>
background-color css
<style>
a { background-color: #49EF9F; }
a { background-color: rgb(73,239,159); }
div.DivClassName
{
background-color: #49EF9F;
}
.BgClassName
{
background-color: #49EF9F;
}
</style>
border-color css
<style>
span { border-color: #49EF9F; }
span { border-color: rgb(73,239,159); }
td.TdClassName
{
border-color: #49EF9F;
}
.TagClassName
{
border-color: #49EF9F;
}
</style>