Shades of Shamrock #47DEAA
Tints of Shamrock #47DEAA
RGB
CMYK
RGB Variations
Color information
#47DEAA (or 0x47DEAA) is known color: Shamrock. HEX triplet: 47, DE and AA. RGB value is (71,222,170). Sum of RGB (Red+Green+Blue) = 71+222+170=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #47DEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DEAA is #B82155. Grayscale: #AAAAAA. Windows color (decimal): -12067158 or 11198023. OLE color: 11198023.
HSL color Cylindrical-coordinate representation of color #47DEAA: hue angle of 159.34º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DEAA is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 170 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.13 |
| HSL | 159.34º | 0.7% | 0.57% | - |
| HSV(B) | 159.34º | 0.68% | 0.87% | - |
| XYZ | 35.98 | 56.48 | 47.04 | - |
| YUV | 170.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 170 | 0.68 | 0 | 0.23 | 0.13 | 159.34 | 0.7 | 0.57 |
| Hex | 47 | DE | AA | 44 | 0 | 17 | D | 9F | 46 | 39 |
| Octal | 107 | 336 | 252 | 104 | 0 | 27 | 15 | 237 | 106 | 71 |
| Binary | 1000111 | 11011110 | 10101010 | 1000100 | 0 | 10111 | 1101 | 10011111 | 1000110 | 111001 |
Color Harmonies of #47DEAA
Complementary color
Monochromatic Colors of #47DEAA
Black with #47DEAA
Text Example
Text Example
White with #47DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DEAA; }
p { color: rgb(71,222,170); }
H1.HeaderClassName
{
color: #47DEAA;
}
.AnyTagClassName
{
color: #47DEAA;
}
</style>
background-color css
<style>
a { background-color: #47DEAA; }
a { background-color: rgb(71,222,170); }
div.DivClassName
{
background-color: #47DEAA;
}
.BgClassName
{
background-color: #47DEAA;
}
</style>
border-color css
<style>
span { border-color: #47DEAA; }
span { border-color: rgb(71,222,170); }
td.TdClassName
{
border-color: #47DEAA;
}
.TagClassName
{
border-color: #47DEAA;
}
</style>