Shades of Shamrock #47CA93
Tints of Shamrock #47CA93
RGB
CMYK
RGB Variations
Color information
#47CA93 (or 0x47CA93) is known color: Shamrock. HEX triplet: 47, CA and 93. RGB value is (71,202,147). Sum of RGB (Red+Green+Blue) = 71+202+147=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CA93 is #B8356C. Grayscale: #9C9C9C. Windows color (decimal): -12072301 or 9685575. OLE color: 9685575.
HSL color Cylindrical-coordinate representation of color #47CA93: hue angle of 154.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CA93 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 147 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.21 |
| HSL | 154.81º | 0.55% | 0.54% | - |
| HSV(B) | 154.81º | 0.65% | 0.79% | - |
| XYZ | 28.99 | 45.69 | 34.89 | - |
| YUV | 156.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 147 | 0.65 | 0 | 0.27 | 0.21 | 154.81 | 0.55 | 0.54 |
| Hex | 47 | CA | 93 | 41 | 0 | 1B | 15 | 9B | 37 | 36 |
| Octal | 107 | 312 | 223 | 101 | 0 | 33 | 25 | 233 | 67 | 66 |
| Binary | 1000111 | 11001010 | 10010011 | 1000001 | 0 | 11011 | 10101 | 10011011 | 110111 | 110110 |
Color Harmonies of #47CA93
Complementary color
Monochromatic Colors of #47CA93
Black with #47CA93
Text Example
Text Example
White with #47CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CA93; }
p { color: rgb(71,202,147); }
H1.HeaderClassName
{
color: #47CA93;
}
.AnyTagClassName
{
color: #47CA93;
}
</style>
background-color css
<style>
a { background-color: #47CA93; }
a { background-color: rgb(71,202,147); }
div.DivClassName
{
background-color: #47CA93;
}
.BgClassName
{
background-color: #47CA93;
}
</style>
border-color css
<style>
span { border-color: #47CA93; }
span { border-color: rgb(71,202,147); }
td.TdClassName
{
border-color: #47CA93;
}
.TagClassName
{
border-color: #47CA93;
}
</style>