Shades of Shamrock #47F0A3
Tints of Shamrock #47F0A3
RGB
CMYK
RGB Variations
Color information
#47F0A3 (or 0x47F0A3) is known color: Shamrock. HEX triplet: 47, F0 and A3. RGB value is (71,240,163). Sum of RGB (Red+Green+Blue) = 71+240+163=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #47F0A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F0A3 is #B80F5C. Grayscale: #B4B4B4. Windows color (decimal): -12062557 or 10743879. OLE color: 10743879.
HSL color Cylindrical-coordinate representation of color #47F0A3: hue angle of 152.66º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47F0A3 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 240 | 163 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.06 |
| HSL | 152.66º | 0.85% | 0.61% | - |
| HSV(B) | 152.66º | 0.7% | 0.94% | - |
| XYZ | 40.37 | 66.3 | 45.32 | - |
| YUV | 180.69 | 118.01 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 240 | 163 | 0.70 | 0 | 0.32 | 0.06 | 152.66 | 0.85 | 0.61 |
| Hex | 47 | F0 | A3 | 46 | 0 | 20 | 6 | 99 | 55 | 3D |
| Octal | 107 | 360 | 243 | 106 | 0 | 40 | 6 | 231 | 125 | 75 |
| Binary | 1000111 | 11110000 | 10100011 | 1000110 | 0 | 100000 | 110 | 10011001 | 1010101 | 111101 |
Color Harmonies of #47F0A3
Complementary color
Monochromatic Colors of #47F0A3
Black with #47F0A3
Text Example
Text Example
White with #47F0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F0A3; }
p { color: rgb(71,240,163); }
H1.HeaderClassName
{
color: #47F0A3;
}
.AnyTagClassName
{
color: #47F0A3;
}
</style>
background-color css
<style>
a { background-color: #47F0A3; }
a { background-color: rgb(71,240,163); }
div.DivClassName
{
background-color: #47F0A3;
}
.BgClassName
{
background-color: #47F0A3;
}
</style>
border-color css
<style>
span { border-color: #47F0A3; }
span { border-color: rgb(71,240,163); }
td.TdClassName
{
border-color: #47F0A3;
}
.TagClassName
{
border-color: #47F0A3;
}
</style>