Shades of Shamrock #47CB8F
Tints of Shamrock #47CB8F
RGB
CMYK
RGB Variations
Color information
#47CB8F (or 0x47CB8F) is known color: Shamrock. HEX triplet: 47, CB and 8F. RGB value is (71,203,143). Sum of RGB (Red+Green+Blue) = 71+203+143=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CB8F is #B83470. Grayscale: #9C9C9C. Windows color (decimal): -12072049 or 9423687. OLE color: 9423687.
HSL color Cylindrical-coordinate representation of color #47CB8F: hue angle of 152.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CB8F is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 143 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.20 |
| HSL | 152.73º | 0.56% | 0.54% | - |
| HSV(B) | 152.73º | 0.65% | 0.8% | - |
| XYZ | 28.91 | 46.03 | 33.35 | - |
| YUV | 156.69 | 120.27 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 143 | 0.65 | 0 | 0.30 | 0.20 | 152.73 | 0.56 | 0.54 |
| Hex | 47 | CB | 8F | 41 | 0 | 1E | 14 | 99 | 38 | 36 |
| Octal | 107 | 313 | 217 | 101 | 0 | 36 | 24 | 231 | 70 | 66 |
| Binary | 1000111 | 11001011 | 10001111 | 1000001 | 0 | 11110 | 10100 | 10011001 | 111000 | 110110 |
Color Harmonies of #47CB8F
Complementary color
Monochromatic Colors of #47CB8F
Black with #47CB8F
Text Example
Text Example
White with #47CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB8F; }
p { color: rgb(71,203,143); }
H1.HeaderClassName
{
color: #47CB8F;
}
.AnyTagClassName
{
color: #47CB8F;
}
</style>
background-color css
<style>
a { background-color: #47CB8F; }
a { background-color: rgb(71,203,143); }
div.DivClassName
{
background-color: #47CB8F;
}
.BgClassName
{
background-color: #47CB8F;
}
</style>
border-color css
<style>
span { border-color: #47CB8F; }
span { border-color: rgb(71,203,143); }
td.TdClassName
{
border-color: #47CB8F;
}
.TagClassName
{
border-color: #47CB8F;
}
</style>