Shades of Emerald #47FE8C
Tints of Emerald #47FE8C
RGB
CMYK
RGB Variations
Color information
#47FE8C (or 0x47FE8C) is known color: Emerald. HEX triplet: 47, FE and 8C. RGB value is (71,254,140). Sum of RGB (Red+Green+Blue) = 71+254+140=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #47FE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FE8C is #B80173. Grayscale: #BABABA. Windows color (decimal): -12058996 or 9240135. OLE color: 9240135.
HSL color Cylindrical-coordinate representation of color #47FE8C: hue angle of 142.62º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FE8C is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 140 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.00 |
| HSL | 142.62º | 0.99% | 0.64% | - |
| HSV(B) | 142.62º | 0.72% | 1% | - |
| XYZ | 42.77 | 74.12 | 36.86 | - |
| YUV | 186.29 | 101.87 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 140 | 0.72 | 0 | 0.45 | 0.00 | 142.62 | 0.99 | 0.64 |
| Hex | 47 | FE | 8C | 48 | 0 | 2D | 0 | 8F | 63 | 40 |
| Octal | 107 | 376 | 214 | 110 | 0 | 55 | 0 | 217 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10001100 | 1001000 | 0 | 101101 | 0 | 10001111 | 1100011 | 1000000 |
Color Harmonies of #47FE8C
Complementary color
Monochromatic Colors of #47FE8C
Black with #47FE8C
Text Example
Text Example
White with #47FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FE8C; }
p { color: rgb(71,254,140); }
H1.HeaderClassName
{
color: #47FE8C;
}
.AnyTagClassName
{
color: #47FE8C;
}
</style>
background-color css
<style>
a { background-color: #47FE8C; }
a { background-color: rgb(71,254,140); }
div.DivClassName
{
background-color: #47FE8C;
}
.BgClassName
{
background-color: #47FE8C;
}
</style>
border-color css
<style>
span { border-color: #47FE8C; }
span { border-color: rgb(71,254,140); }
td.TdClassName
{
border-color: #47FE8C;
}
.TagClassName
{
border-color: #47FE8C;
}
</style>