Shades of Emerald #47D65C
Tints of Emerald #47D65C
RGB
CMYK
RGB Variations
Color information
#47D65C (or 0x47D65C) is known color: Emerald. HEX triplet: 47, D6 and 5C. RGB value is (71,214,92). Sum of RGB (Red+Green+Blue) = 71+214+92=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #47D65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D65C is #B829A3. Grayscale: #9D9D9D. Windows color (decimal): -12069284 or 6084167. OLE color: 6084167.
HSL color Cylindrical-coordinate representation of color #47D65C: hue angle of 128.81º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D65C is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 92 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.16 |
| HSL | 128.81º | 0.64% | 0.56% | - |
| HSV(B) | 128.81º | 0.67% | 0.84% | - |
| XYZ | 28.58 | 50.21 | 18.31 | - |
| YUV | 157.34 | 91.12 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 92 | 0.67 | 0 | 0.57 | 0.16 | 128.81 | 0.64 | 0.56 |
| Hex | 47 | D6 | 5C | 43 | 0 | 39 | 10 | 81 | 40 | 38 |
| Octal | 107 | 326 | 134 | 103 | 0 | 71 | 20 | 201 | 100 | 70 |
| Binary | 1000111 | 11010110 | 1011100 | 1000011 | 0 | 111001 | 10000 | 10000001 | 1000000 | 111000 |
Color Harmonies of #47D65C
Complementary color
Monochromatic Colors of #47D65C
Black with #47D65C
Text Example
Text Example
White with #47D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D65C; }
p { color: rgb(71,214,92); }
H1.HeaderClassName
{
color: #47D65C;
}
.AnyTagClassName
{
color: #47D65C;
}
</style>
background-color css
<style>
a { background-color: #47D65C; }
a { background-color: rgb(71,214,92); }
div.DivClassName
{
background-color: #47D65C;
}
.BgClassName
{
background-color: #47D65C;
}
</style>
border-color css
<style>
span { border-color: #47D65C; }
span { border-color: rgb(71,214,92); }
td.TdClassName
{
border-color: #47D65C;
}
.TagClassName
{
border-color: #47D65C;
}
</style>