Shades of Shamrock #47CF9A
Tints of Shamrock #47CF9A
RGB
CMYK
RGB Variations
Color information
#47CF9A (or 0x47CF9A) is known color: Shamrock. HEX triplet: 47, CF and 9A. RGB value is (71,207,154). Sum of RGB (Red+Green+Blue) = 71+207+154=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CF9A is #B83065. Grayscale: #A0A0A0. Windows color (decimal): -12071014 or 10145607. OLE color: 10145607.
HSL color Cylindrical-coordinate representation of color #47CF9A: hue angle of 156.62º 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 #47CF9A is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 154 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.19 |
| HSL | 156.62º | 0.59% | 0.55% | - |
| HSV(B) | 156.62º | 0.66% | 0.81% | - |
| XYZ | 30.74 | 48.3 | 38.27 | - |
| YUV | 160.29 | 124.44 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 154 | 0.66 | 0 | 0.26 | 0.19 | 156.62 | 0.59 | 0.55 |
| Hex | 47 | CF | 9A | 42 | 0 | 1A | 13 | 9D | 3B | 37 |
| Octal | 107 | 317 | 232 | 102 | 0 | 32 | 23 | 235 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10011010 | 1000010 | 0 | 11010 | 10011 | 10011101 | 111011 | 110111 |
Color Harmonies of #47CF9A
Complementary color
Monochromatic Colors of #47CF9A
Black with #47CF9A
Text Example
Text Example
White with #47CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF9A; }
p { color: rgb(71,207,154); }
H1.HeaderClassName
{
color: #47CF9A;
}
.AnyTagClassName
{
color: #47CF9A;
}
</style>
background-color css
<style>
a { background-color: #47CF9A; }
a { background-color: rgb(71,207,154); }
div.DivClassName
{
background-color: #47CF9A;
}
.BgClassName
{
background-color: #47CF9A;
}
</style>
border-color css
<style>
span { border-color: #47CF9A; }
span { border-color: rgb(71,207,154); }
td.TdClassName
{
border-color: #47CF9A;
}
.TagClassName
{
border-color: #47CF9A;
}
</style>