Shades of Emerald #47EE74
Tints of Emerald #47EE74
RGB
CMYK
RGB Variations
Color information
#47EE74 (or 0x47EE74) is known color: Emerald. HEX triplet: 47, EE and 74. RGB value is (71,238,116). Sum of RGB (Red+Green+Blue) = 71+238+116=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #47EE74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #47EE74 is #B8118B. Grayscale: #AEAEAE. Windows color (decimal): -12063116 or 7663175. OLE color: 7663175.
HSL color Cylindrical-coordinate representation of color #47EE74: hue angle of 136.17º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EE74 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 238 | 116 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.07 |
| HSL | 136.17º | 0.83% | 0.61% | - |
| HSV(B) | 136.17º | 0.7% | 0.93% | - |
| XYZ | 36.33 | 63.75 | 26.91 | - |
| YUV | 174.16 | 95.17 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 238 | 116 | 0.70 | 0 | 0.51 | 0.07 | 136.17 | 0.83 | 0.61 |
| Hex | 47 | EE | 74 | 46 | 0 | 33 | 7 | 88 | 53 | 3D |
| Octal | 107 | 356 | 164 | 106 | 0 | 63 | 7 | 210 | 123 | 75 |
| Binary | 1000111 | 11101110 | 1110100 | 1000110 | 0 | 110011 | 111 | 10001000 | 1010011 | 111101 |
Color Harmonies of #47EE74
Complementary color
Monochromatic Colors of #47EE74
Black with #47EE74
Text Example
Text Example
White with #47EE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EE74; }
p { color: rgb(71,238,116); }
H1.HeaderClassName
{
color: #47EE74;
}
.AnyTagClassName
{
color: #47EE74;
}
</style>
background-color css
<style>
a { background-color: #47EE74; }
a { background-color: rgb(71,238,116); }
div.DivClassName
{
background-color: #47EE74;
}
.BgClassName
{
background-color: #47EE74;
}
</style>
border-color css
<style>
span { border-color: #47EE74; }
span { border-color: rgb(71,238,116); }
td.TdClassName
{
border-color: #47EE74;
}
.TagClassName
{
border-color: #47EE74;
}
</style>