Shades of Shamrock #47CDA2
Tints of Shamrock #47CDA2
RGB
CMYK
RGB Variations
Color information
#47CDA2 (or 0x47CDA2) is known color: Shamrock. HEX triplet: 47, CD and A2. RGB value is (71,205,162). Sum of RGB (Red+Green+Blue) = 71+205+162=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #47CDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CDA2 is #B8325D. Grayscale: #A0A0A0. Windows color (decimal): -12071518 or 10669383. OLE color: 10669383.
HSL color Cylindrical-coordinate representation of color #47CDA2: hue angle of 160.75º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CDA2 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 205 | 162 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.20 |
| HSL | 160.75º | 0.57% | 0.54% | - |
| HSV(B) | 160.75º | 0.65% | 0.8% | - |
| XYZ | 30.95 | 47.61 | 41.74 | - |
| YUV | 160.03 | 129.11 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 162 | 0.65 | 0 | 0.21 | 0.20 | 160.75 | 0.57 | 0.54 |
| Hex | 47 | CD | A2 | 41 | 0 | 15 | 14 | A1 | 39 | 36 |
| Octal | 107 | 315 | 242 | 101 | 0 | 25 | 24 | 241 | 71 | 66 |
| Binary | 1000111 | 11001101 | 10100010 | 1000001 | 0 | 10101 | 10100 | 10100001 | 111001 | 110110 |
Color Harmonies of #47CDA2
Complementary color
Monochromatic Colors of #47CDA2
Black with #47CDA2
Text Example
Text Example
White with #47CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDA2; }
p { color: rgb(71,205,162); }
H1.HeaderClassName
{
color: #47CDA2;
}
.AnyTagClassName
{
color: #47CDA2;
}
</style>
background-color css
<style>
a { background-color: #47CDA2; }
a { background-color: rgb(71,205,162); }
div.DivClassName
{
background-color: #47CDA2;
}
.BgClassName
{
background-color: #47CDA2;
}
</style>
border-color css
<style>
span { border-color: #47CDA2; }
span { border-color: rgb(71,205,162); }
td.TdClassName
{
border-color: #47CDA2;
}
.TagClassName
{
border-color: #47CDA2;
}
</style>