Shades of Shamrock #49CD8F
Tints of Shamrock #49CD8F
RGB
CMYK
RGB Variations
Color information
#49CD8F (or 0x49CD8F) is known color: Shamrock. HEX triplet: 49, CD and 8F. RGB value is (73,205,143). Sum of RGB (Red+Green+Blue) = 73+205+143=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CD8F is #B63270. Grayscale: #9E9E9E. Windows color (decimal): -11940465 or 9424201. OLE color: 9424201.
HSL color Cylindrical-coordinate representation of color #49CD8F: hue angle of 151.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD8F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 143 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.20 |
| HSL | 151.82º | 0.57% | 0.55% | - |
| HSV(B) | 151.82º | 0.64% | 0.8% | - |
| XYZ | 29.54 | 47.06 | 33.51 | - |
| YUV | 158.46 | 119.27 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 143 | 0.64 | 0 | 0.30 | 0.20 | 151.82 | 0.57 | 0.55 |
| Hex | 49 | CD | 8F | 40 | 0 | 1E | 14 | 98 | 39 | 37 |
| Octal | 111 | 315 | 217 | 100 | 0 | 36 | 24 | 230 | 71 | 67 |
| Binary | 1001001 | 11001101 | 10001111 | 1000000 | 0 | 11110 | 10100 | 10011000 | 111001 | 110111 |
Color Harmonies of #49CD8F
Complementary color
Monochromatic Colors of #49CD8F
Black with #49CD8F
Text Example
Text Example
White with #49CD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD8F; }
p { color: rgb(73,205,143); }
H1.HeaderClassName
{
color: #49CD8F;
}
.AnyTagClassName
{
color: #49CD8F;
}
</style>
background-color css
<style>
a { background-color: #49CD8F; }
a { background-color: rgb(73,205,143); }
div.DivClassName
{
background-color: #49CD8F;
}
.BgClassName
{
background-color: #49CD8F;
}
</style>
border-color css
<style>
span { border-color: #49CD8F; }
span { border-color: rgb(73,205,143); }
td.TdClassName
{
border-color: #49CD8F;
}
.TagClassName
{
border-color: #49CD8F;
}
</style>