Shades of Emerald #47D25D
Tints of Emerald #47D25D
RGB
CMYK
RGB Variations
Color information
#47D25D (or 0x47D25D) is known color: Emerald. HEX triplet: 47, D2 and 5D. RGB value is (71,210,93). Sum of RGB (Red+Green+Blue) = 71+210+93=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 210 (82.42% from 255 or 56.15% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 210 - color contains mainly: green. Hex color #47D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D25D is #B82DA2. Grayscale: #9B9B9B. Windows color (decimal): -12070307 or 6148679. OLE color: 6148679.
HSL color Cylindrical-coordinate representation of color #47D25D: hue angle of 129.5º 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 #47D25D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 210 | 93 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.18 |
| HSL | 129.5º | 0.61% | 0.55% | - |
| HSV(B) | 129.5º | 0.66% | 0.82% | - |
| XYZ | 27.62 | 48.22 | 18.21 | - |
| YUV | 155.1 | 92.95 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 210 | 93 | 0.66 | 0 | 0.56 | 0.18 | 129.5 | 0.61 | 0.55 |
| Hex | 47 | D2 | 5D | 42 | 0 | 38 | 12 | 81 | 3D | 37 |
| Octal | 107 | 322 | 135 | 102 | 0 | 70 | 22 | 201 | 75 | 67 |
| Binary | 1000111 | 11010010 | 1011101 | 1000010 | 0 | 111000 | 10010 | 10000001 | 111101 | 110111 |
Color Harmonies of #47D25D
Complementary color
Monochromatic Colors of #47D25D
Black with #47D25D
Text Example
Text Example
White with #47D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D25D; }
p { color: rgb(71,210,93); }
H1.HeaderClassName
{
color: #47D25D;
}
.AnyTagClassName
{
color: #47D25D;
}
</style>
background-color css
<style>
a { background-color: #47D25D; }
a { background-color: rgb(71,210,93); }
div.DivClassName
{
background-color: #47D25D;
}
.BgClassName
{
background-color: #47D25D;
}
</style>
border-color css
<style>
span { border-color: #47D25D; }
span { border-color: rgb(71,210,93); }
td.TdClassName
{
border-color: #47D25D;
}
.TagClassName
{
border-color: #47D25D;
}
</style>