Shades of Shamrock #47EA9B
Tints of Shamrock #47EA9B
RGB
CMYK
RGB Variations
Color information
#47EA9B (or 0x47EA9B) is known color: Shamrock. HEX triplet: 47, EA and 9B. RGB value is (71,234,155). Sum of RGB (Red+Green+Blue) = 71+234+155=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #47EA9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47EA9B is #B81564. Grayscale: #B0B0B0. Windows color (decimal): -12064101 or 10218055. OLE color: 10218055.
HSL color Cylindrical-coordinate representation of color #47EA9B: hue angle of 150.92º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EA9B is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 234 | 155 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.08 |
| HSL | 150.92º | 0.8% | 0.6% | - |
| HSV(B) | 150.92º | 0.7% | 0.92% | - |
| XYZ | 37.94 | 62.55 | 41.08 | - |
| YUV | 176.26 | 116 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 234 | 155 | 0.70 | 0 | 0.34 | 0.08 | 150.92 | 0.8 | 0.6 |
| Hex | 47 | EA | 9B | 46 | 0 | 22 | 8 | 97 | 50 | 3C |
| Octal | 107 | 352 | 233 | 106 | 0 | 42 | 10 | 227 | 120 | 74 |
| Binary | 1000111 | 11101010 | 10011011 | 1000110 | 0 | 100010 | 1000 | 10010111 | 1010000 | 111100 |
Color Harmonies of #47EA9B
Complementary color
Monochromatic Colors of #47EA9B
Black with #47EA9B
Text Example
Text Example
White with #47EA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EA9B; }
p { color: rgb(71,234,155); }
H1.HeaderClassName
{
color: #47EA9B;
}
.AnyTagClassName
{
color: #47EA9B;
}
</style>
background-color css
<style>
a { background-color: #47EA9B; }
a { background-color: rgb(71,234,155); }
div.DivClassName
{
background-color: #47EA9B;
}
.BgClassName
{
background-color: #47EA9B;
}
</style>
border-color css
<style>
span { border-color: #47EA9B; }
span { border-color: rgb(71,234,155); }
td.TdClassName
{
border-color: #47EA9B;
}
.TagClassName
{
border-color: #47EA9B;
}
</style>