Shades of Emerald #47EF74
Tints of Emerald #47EF74
RGB
CMYK
RGB Variations
Color information
#47EF74 (or 0x47EF74) is known color: Emerald. HEX triplet: 47, EF and 74. RGB value is (71,239,116). Sum of RGB (Red+Green+Blue) = 71+239+116=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #47EF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #47EF74 is #B8108B. Grayscale: #AFAFAF. Windows color (decimal): -12062860 or 7663431. OLE color: 7663431.
HSL color Cylindrical-coordinate representation of color #47EF74: hue angle of 136.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EF74 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 239 | 116 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.06 |
| HSL | 136.07º | 0.84% | 0.61% | - |
| HSV(B) | 136.07º | 0.7% | 0.94% | - |
| XYZ | 36.62 | 64.33 | 27.01 | - |
| YUV | 174.75 | 94.84 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 116 | 0.70 | 0 | 0.51 | 0.06 | 136.07 | 0.84 | 0.61 |
| Hex | 47 | EF | 74 | 46 | 0 | 33 | 6 | 88 | 54 | 3D |
| Octal | 107 | 357 | 164 | 106 | 0 | 63 | 6 | 210 | 124 | 75 |
| Binary | 1000111 | 11101111 | 1110100 | 1000110 | 0 | 110011 | 110 | 10001000 | 1010100 | 111101 |
Color Harmonies of #47EF74
Complementary color
Monochromatic Colors of #47EF74
Black with #47EF74
Text Example
Text Example
White with #47EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EF74; }
p { color: rgb(71,239,116); }
H1.HeaderClassName
{
color: #47EF74;
}
.AnyTagClassName
{
color: #47EF74;
}
</style>
background-color css
<style>
a { background-color: #47EF74; }
a { background-color: rgb(71,239,116); }
div.DivClassName
{
background-color: #47EF74;
}
.BgClassName
{
background-color: #47EF74;
}
</style>
border-color css
<style>
span { border-color: #47EF74; }
span { border-color: rgb(71,239,116); }
td.TdClassName
{
border-color: #47EF74;
}
.TagClassName
{
border-color: #47EF74;
}
</style>