Shades of Emerald #47DF65
Tints of Emerald #47DF65
RGB
CMYK
RGB Variations
Color information
#47DF65 (or 0x47DF65) is known color: Emerald. HEX triplet: 47, DF and 65. RGB value is (71,223,101). Sum of RGB (Red+Green+Blue) = 71+223+101=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DF65 is #B8209A. Grayscale: #A3A3A3. Windows color (decimal): -12066971 or 6676295. OLE color: 6676295.
HSL color Cylindrical-coordinate representation of color #47DF65: hue angle of 131.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DF65 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 101 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.13 |
| HSL | 131.84º | 0.7% | 0.58% | - |
| HSV(B) | 131.84º | 0.68% | 0.87% | - |
| XYZ | 31.34 | 55.05 | 21.29 | - |
| YUV | 163.64 | 92.64 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 101 | 0.68 | 0 | 0.55 | 0.13 | 131.84 | 0.7 | 0.58 |
| Hex | 47 | DF | 65 | 44 | 0 | 37 | D | 84 | 46 | 3A |
| Octal | 107 | 337 | 145 | 104 | 0 | 67 | 15 | 204 | 106 | 72 |
| Binary | 1000111 | 11011111 | 1100101 | 1000100 | 0 | 110111 | 1101 | 10000100 | 1000110 | 111010 |
Color Harmonies of #47DF65
Complementary color
Monochromatic Colors of #47DF65
Black with #47DF65
Text Example
Text Example
White with #47DF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DF65; }
p { color: rgb(71,223,101); }
H1.HeaderClassName
{
color: #47DF65;
}
.AnyTagClassName
{
color: #47DF65;
}
</style>
background-color css
<style>
a { background-color: #47DF65; }
a { background-color: rgb(71,223,101); }
div.DivClassName
{
background-color: #47DF65;
}
.BgClassName
{
background-color: #47DF65;
}
</style>
border-color css
<style>
span { border-color: #47DF65; }
span { border-color: rgb(71,223,101); }
td.TdClassName
{
border-color: #47DF65;
}
.TagClassName
{
border-color: #47DF65;
}
</style>