Shades of Shamrock #47D28D
Tints of Shamrock #47D28D
RGB
CMYK
RGB Variations
Color information
#47D28D (or 0x47D28D) is known color: Shamrock. HEX triplet: 47, D2 and 8D. RGB value is (71,210,141). Sum of RGB (Red+Green+Blue) = 71+210+141=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #47D28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D28D is #B82D72. Grayscale: #A0A0A0. Windows color (decimal): -12070259 or 9294407. OLE color: 9294407.
HSL color Cylindrical-coordinate representation of color #47D28D: hue angle of 150.22º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D28D is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 210 | 141 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.18 |
| HSL | 150.22º | 0.61% | 0.55% | - |
| HSV(B) | 150.22º | 0.66% | 0.82% | - |
| XYZ | 30.45 | 49.36 | 33.12 | - |
| YUV | 160.57 | 116.95 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 210 | 141 | 0.66 | 0 | 0.33 | 0.18 | 150.22 | 0.61 | 0.55 |
| Hex | 47 | D2 | 8D | 42 | 0 | 21 | 12 | 96 | 3D | 37 |
| Octal | 107 | 322 | 215 | 102 | 0 | 41 | 22 | 226 | 75 | 67 |
| Binary | 1000111 | 11010010 | 10001101 | 1000010 | 0 | 100001 | 10010 | 10010110 | 111101 | 110111 |
Color Harmonies of #47D28D
Complementary color
Monochromatic Colors of #47D28D
Black with #47D28D
Text Example
Text Example
White with #47D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D28D; }
p { color: rgb(71,210,141); }
H1.HeaderClassName
{
color: #47D28D;
}
.AnyTagClassName
{
color: #47D28D;
}
</style>
background-color css
<style>
a { background-color: #47D28D; }
a { background-color: rgb(71,210,141); }
div.DivClassName
{
background-color: #47D28D;
}
.BgClassName
{
background-color: #47D28D;
}
</style>
border-color css
<style>
span { border-color: #47D28D; }
span { border-color: rgb(71,210,141); }
td.TdClassName
{
border-color: #47D28D;
}
.TagClassName
{
border-color: #47D28D;
}
</style>