Shades of Emerald #47D25B
Tints of Emerald #47D25B
RGB
CMYK
RGB Variations
Color information
#47D25B (or 0x47D25B) is known color: Emerald. HEX triplet: 47, D2 and 5B. RGB value is (71,210,91). Sum of RGB (Red+Green+Blue) = 71+210+91=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #47D25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D25B is #B82DA4. Grayscale: #9B9B9B. Windows color (decimal): -12070309 or 6017607. OLE color: 6017607.
HSL color Cylindrical-coordinate representation of color #47D25B: hue angle of 128.63º 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 #47D25B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 210 | 91 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.18 |
| HSL | 128.63º | 0.61% | 0.55% | - |
| HSV(B) | 128.63º | 0.66% | 0.82% | - |
| XYZ | 27.53 | 48.19 | 17.75 | - |
| YUV | 154.87 | 91.95 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 210 | 91 | 0.66 | 0 | 0.57 | 0.18 | 128.63 | 0.61 | 0.55 |
| Hex | 47 | D2 | 5B | 42 | 0 | 39 | 12 | 81 | 3D | 37 |
| Octal | 107 | 322 | 133 | 102 | 0 | 71 | 22 | 201 | 75 | 67 |
| Binary | 1000111 | 11010010 | 1011011 | 1000010 | 0 | 111001 | 10010 | 10000001 | 111101 | 110111 |
Color Harmonies of #47D25B
Complementary color
Monochromatic Colors of #47D25B
Black with #47D25B
Text Example
Text Example
White with #47D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D25B; }
p { color: rgb(71,210,91); }
H1.HeaderClassName
{
color: #47D25B;
}
.AnyTagClassName
{
color: #47D25B;
}
</style>
background-color css
<style>
a { background-color: #47D25B; }
a { background-color: rgb(71,210,91); }
div.DivClassName
{
background-color: #47D25B;
}
.BgClassName
{
background-color: #47D25B;
}
</style>
border-color css
<style>
span { border-color: #47D25B; }
span { border-color: rgb(71,210,91); }
td.TdClassName
{
border-color: #47D25B;
}
.TagClassName
{
border-color: #47D25B;
}
</style>