Shades of Emerald #47D26B
Tints of Emerald #47D26B
RGB
CMYK
RGB Variations
Color information
#47D26B (or 0x47D26B) is known color: Emerald. HEX triplet: 47, D2 and 6B. RGB value is (71,210,107). Sum of RGB (Red+Green+Blue) = 71+210+107=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #47D26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D26B is #B82D94. Grayscale: #9C9C9C. Windows color (decimal): -12070293 or 7066183. OLE color: 7066183.
HSL color Cylindrical-coordinate representation of color #47D26B: hue angle of 135.54º 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 #47D26B is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 210 | 107 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.18 |
| HSL | 135.54º | 0.61% | 0.55% | - |
| HSV(B) | 135.54º | 0.66% | 0.82% | - |
| XYZ | 28.3 | 48.49 | 21.78 | - |
| YUV | 156.7 | 99.95 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 210 | 107 | 0.66 | 0 | 0.49 | 0.18 | 135.54 | 0.61 | 0.55 |
| Hex | 47 | D2 | 6B | 42 | 0 | 31 | 12 | 88 | 3D | 37 |
| Octal | 107 | 322 | 153 | 102 | 0 | 61 | 22 | 210 | 75 | 67 |
| Binary | 1000111 | 11010010 | 1101011 | 1000010 | 0 | 110001 | 10010 | 10001000 | 111101 | 110111 |
Color Harmonies of #47D26B
Complementary color
Monochromatic Colors of #47D26B
Black with #47D26B
Text Example
Text Example
White with #47D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D26B; }
p { color: rgb(71,210,107); }
H1.HeaderClassName
{
color: #47D26B;
}
.AnyTagClassName
{
color: #47D26B;
}
</style>
background-color css
<style>
a { background-color: #47D26B; }
a { background-color: rgb(71,210,107); }
div.DivClassName
{
background-color: #47D26B;
}
.BgClassName
{
background-color: #47D26B;
}
</style>
border-color css
<style>
span { border-color: #47D26B; }
span { border-color: rgb(71,210,107); }
td.TdClassName
{
border-color: #47D26B;
}
.TagClassName
{
border-color: #47D26B;
}
</style>