Shades of Shamrock #47EA94
Tints of Shamrock #47EA94
RGB
CMYK
RGB Variations
Color information
#47EA94 (or 0x47EA94) is known color: Shamrock. HEX triplet: 47, EA and 94. RGB value is (71,234,148). Sum of RGB (Red+Green+Blue) = 71+234+148=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #47EA94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47EA94 is #B8156B. Grayscale: #AFAFAF. Windows color (decimal): -12064108 or 9759303. OLE color: 9759303.
HSL color Cylindrical-coordinate representation of color #47EA94: hue angle of 148.34º 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 #47EA94 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 234 | 148 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.08 |
| HSL | 148.34º | 0.8% | 0.6% | - |
| HSV(B) | 148.34º | 0.7% | 0.92% | - |
| XYZ | 37.37 | 62.32 | 38.08 | - |
| YUV | 175.46 | 112.5 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 234 | 148 | 0.70 | 0 | 0.37 | 0.08 | 148.34 | 0.8 | 0.6 |
| Hex | 47 | EA | 94 | 46 | 0 | 25 | 8 | 94 | 50 | 3C |
| Octal | 107 | 352 | 224 | 106 | 0 | 45 | 10 | 224 | 120 | 74 |
| Binary | 1000111 | 11101010 | 10010100 | 1000110 | 0 | 100101 | 1000 | 10010100 | 1010000 | 111100 |
Color Harmonies of #47EA94
Complementary color
Monochromatic Colors of #47EA94
Black with #47EA94
Text Example
Text Example
White with #47EA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EA94; }
p { color: rgb(71,234,148); }
H1.HeaderClassName
{
color: #47EA94;
}
.AnyTagClassName
{
color: #47EA94;
}
</style>
background-color css
<style>
a { background-color: #47EA94; }
a { background-color: rgb(71,234,148); }
div.DivClassName
{
background-color: #47EA94;
}
.BgClassName
{
background-color: #47EA94;
}
</style>
border-color css
<style>
span { border-color: #47EA94; }
span { border-color: rgb(71,234,148); }
td.TdClassName
{
border-color: #47EA94;
}
.TagClassName
{
border-color: #47EA94;
}
</style>