Shades of Shamrock #47CFA5
Tints of Shamrock #47CFA5
RGB
CMYK
RGB Variations
Color information
#47CFA5 (or 0x47CFA5) is known color: Shamrock. HEX triplet: 47, CF and A5. RGB value is (71,207,165). Sum of RGB (Red+Green+Blue) = 71+207+165=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFA5 is #B8305A. Grayscale: #A1A1A1. Windows color (decimal): -12071003 or 10866503. OLE color: 10866503.
HSL color Cylindrical-coordinate representation of color #47CFA5: hue angle of 161.47º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFA5 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 165 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.19 |
| HSL | 161.47º | 0.59% | 0.55% | - |
| HSV(B) | 161.47º | 0.66% | 0.81% | - |
| XYZ | 31.7 | 48.68 | 43.32 | - |
| YUV | 161.55 | 129.94 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 165 | 0.66 | 0 | 0.20 | 0.19 | 161.47 | 0.59 | 0.55 |
| Hex | 47 | CF | A5 | 42 | 0 | 14 | 13 | A1 | 3B | 37 |
| Octal | 107 | 317 | 245 | 102 | 0 | 24 | 23 | 241 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10100101 | 1000010 | 0 | 10100 | 10011 | 10100001 | 111011 | 110111 |
Color Harmonies of #47CFA5
Complementary color
Monochromatic Colors of #47CFA5
Black with #47CFA5
Text Example
Text Example
White with #47CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFA5; }
p { color: rgb(71,207,165); }
H1.HeaderClassName
{
color: #47CFA5;
}
.AnyTagClassName
{
color: #47CFA5;
}
</style>
background-color css
<style>
a { background-color: #47CFA5; }
a { background-color: rgb(71,207,165); }
div.DivClassName
{
background-color: #47CFA5;
}
.BgClassName
{
background-color: #47CFA5;
}
</style>
border-color css
<style>
span { border-color: #47CFA5; }
span { border-color: rgb(71,207,165); }
td.TdClassName
{
border-color: #47CFA5;
}
.TagClassName
{
border-color: #47CFA5;
}
</style>