Shades of Shamrock #47F0A7
Tints of Shamrock #47F0A7
RGB
CMYK
RGB Variations
Color information
#47F0A7 (or 0x47F0A7) is known color: Shamrock. HEX triplet: 47, F0 and A7. RGB value is (71,240,167). Sum of RGB (Red+Green+Blue) = 71+240+167=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #47F0A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F0A7 is #B80F58. Grayscale: #B5B5B5. Windows color (decimal): -12062553 or 11006023. OLE color: 11006023.
HSL color Cylindrical-coordinate representation of color #47F0A7: hue angle of 154.08º 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 #47F0A7 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 240 | 167 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.06 |
| HSL | 154.08º | 0.85% | 0.61% | - |
| HSV(B) | 154.08º | 0.7% | 0.94% | - |
| XYZ | 40.73 | 66.45 | 47.24 | - |
| YUV | 181.15 | 120.01 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 240 | 167 | 0.70 | 0 | 0.30 | 0.06 | 154.08 | 0.85 | 0.61 |
| Hex | 47 | F0 | A7 | 46 | 0 | 1E | 6 | 9A | 55 | 3D |
| Octal | 107 | 360 | 247 | 106 | 0 | 36 | 6 | 232 | 125 | 75 |
| Binary | 1000111 | 11110000 | 10100111 | 1000110 | 0 | 11110 | 110 | 10011010 | 1010101 | 111101 |
Color Harmonies of #47F0A7
Complementary color
Monochromatic Colors of #47F0A7
Black with #47F0A7
Text Example
Text Example
White with #47F0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F0A7; }
p { color: rgb(71,240,167); }
H1.HeaderClassName
{
color: #47F0A7;
}
.AnyTagClassName
{
color: #47F0A7;
}
</style>
background-color css
<style>
a { background-color: #47F0A7; }
a { background-color: rgb(71,240,167); }
div.DivClassName
{
background-color: #47F0A7;
}
.BgClassName
{
background-color: #47F0A7;
}
</style>
border-color css
<style>
span { border-color: #47F0A7; }
span { border-color: rgb(71,240,167); }
td.TdClassName
{
border-color: #47F0A7;
}
.TagClassName
{
border-color: #47F0A7;
}
</style>