Shades of Shamrock #47F8A0
Tints of Shamrock #47F8A0
RGB
CMYK
RGB Variations
Color information
#47F8A0 (or 0x47F8A0) is known color: Shamrock. HEX triplet: 47, F8 and A0. RGB value is (71,248,160). Sum of RGB (Red+Green+Blue) = 71+248+160=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #47F8A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F8A0 is #B8075F. Grayscale: #B9B9B9. Windows color (decimal): -12060512 or 10549319. OLE color: 10549319.
HSL color Cylindrical-coordinate representation of color #47F8A0: hue angle of 150.17º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F8A0 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 248 | 160 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.03 |
| HSL | 150.17º | 0.93% | 0.63% | - |
| HSV(B) | 150.17º | 0.71% | 0.97% | - |
| XYZ | 42.51 | 71.01 | 44.72 | - |
| YUV | 185.05 | 113.86 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 248 | 160 | 0.71 | 0 | 0.35 | 0.03 | 150.17 | 0.93 | 0.63 |
| Hex | 47 | F8 | A0 | 47 | 0 | 23 | 3 | 96 | 5D | 3F |
| Octal | 107 | 370 | 240 | 107 | 0 | 43 | 3 | 226 | 135 | 77 |
| Binary | 1000111 | 11111000 | 10100000 | 1000111 | 0 | 100011 | 11 | 10010110 | 1011101 | 111111 |
Color Harmonies of #47F8A0
Complementary color
Monochromatic Colors of #47F8A0
Black with #47F8A0
Text Example
Text Example
White with #47F8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F8A0; }
p { color: rgb(71,248,160); }
H1.HeaderClassName
{
color: #47F8A0;
}
.AnyTagClassName
{
color: #47F8A0;
}
</style>
background-color css
<style>
a { background-color: #47F8A0; }
a { background-color: rgb(71,248,160); }
div.DivClassName
{
background-color: #47F8A0;
}
.BgClassName
{
background-color: #47F8A0;
}
</style>
border-color css
<style>
span { border-color: #47F8A0; }
span { border-color: rgb(71,248,160); }
td.TdClassName
{
border-color: #47F8A0;
}
.TagClassName
{
border-color: #47F8A0;
}
</style>