Shades of Shamrock #47CFA4
Tints of Shamrock #47CFA4
RGB
CMYK
RGB Variations
Color information
#47CFA4 (or 0x47CFA4) is known color: Shamrock. HEX triplet: 47, CF and A4. RGB value is (71,207,164). Sum of RGB (Red+Green+Blue) = 71+207+164=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFA4 is #B8305B. Grayscale: #A1A1A1. Windows color (decimal): -12071004 or 10800967. OLE color: 10800967.
HSL color Cylindrical-coordinate representation of color #47CFA4: hue angle of 161.03º 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 #47CFA4 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 164 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.19 |
| HSL | 161.03º | 0.59% | 0.55% | - |
| HSV(B) | 161.03º | 0.66% | 0.81% | - |
| XYZ | 31.61 | 48.65 | 42.85 | - |
| YUV | 161.43 | 129.44 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 164 | 0.66 | 0 | 0.21 | 0.19 | 161.03 | 0.59 | 0.55 |
| Hex | 47 | CF | A4 | 42 | 0 | 15 | 13 | A1 | 3B | 37 |
| Octal | 107 | 317 | 244 | 102 | 0 | 25 | 23 | 241 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10100100 | 1000010 | 0 | 10101 | 10011 | 10100001 | 111011 | 110111 |
Color Harmonies of #47CFA4
Complementary color
Monochromatic Colors of #47CFA4
Black with #47CFA4
Text Example
Text Example
White with #47CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFA4; }
p { color: rgb(71,207,164); }
H1.HeaderClassName
{
color: #47CFA4;
}
.AnyTagClassName
{
color: #47CFA4;
}
</style>
background-color css
<style>
a { background-color: #47CFA4; }
a { background-color: rgb(71,207,164); }
div.DivClassName
{
background-color: #47CFA4;
}
.BgClassName
{
background-color: #47CFA4;
}
</style>
border-color css
<style>
span { border-color: #47CFA4; }
span { border-color: rgb(71,207,164); }
td.TdClassName
{
border-color: #47CFA4;
}
.TagClassName
{
border-color: #47CFA4;
}
</style>