Shades of Shamrock #47CFA2
Tints of Shamrock #47CFA2
RGB
CMYK
RGB Variations
Color information
#47CFA2 (or 0x47CFA2) is known color: Shamrock. HEX triplet: 47, CF and A2. RGB value is (71,207,162). Sum of RGB (Red+Green+Blue) = 71+207+162=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFA2 is #B8305D. Grayscale: #A1A1A1. Windows color (decimal): -12071006 or 10669895. OLE color: 10669895.
HSL color Cylindrical-coordinate representation of color #47CFA2: hue angle of 160.15º 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 #47CFA2 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 162 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.19 |
| HSL | 160.15º | 0.59% | 0.55% | - |
| HSV(B) | 160.15º | 0.66% | 0.81% | - |
| XYZ | 31.43 | 48.57 | 41.9 | - |
| YUV | 161.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 162 | 0.66 | 0 | 0.22 | 0.19 | 160.15 | 0.59 | 0.55 |
| Hex | 47 | CF | A2 | 42 | 0 | 16 | 13 | A0 | 3B | 37 |
| Octal | 107 | 317 | 242 | 102 | 0 | 26 | 23 | 240 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10100010 | 1000010 | 0 | 10110 | 10011 | 10100000 | 111011 | 110111 |
Color Harmonies of #47CFA2
Complementary color
Monochromatic Colors of #47CFA2
Black with #47CFA2
Text Example
Text Example
White with #47CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFA2; }
p { color: rgb(71,207,162); }
H1.HeaderClassName
{
color: #47CFA2;
}
.AnyTagClassName
{
color: #47CFA2;
}
</style>
background-color css
<style>
a { background-color: #47CFA2; }
a { background-color: rgb(71,207,162); }
div.DivClassName
{
background-color: #47CFA2;
}
.BgClassName
{
background-color: #47CFA2;
}
</style>
border-color css
<style>
span { border-color: #47CFA2; }
span { border-color: rgb(71,207,162); }
td.TdClassName
{
border-color: #47CFA2;
}
.TagClassName
{
border-color: #47CFA2;
}
</style>