Shades of Emerald #47F28C
Tints of Emerald #47F28C
RGB
CMYK
RGB Variations
Color information
#47F28C (or 0x47F28C) is known color: Emerald. HEX triplet: 47, F2 and 8C. RGB value is (71,242,140). Sum of RGB (Red+Green+Blue) = 71+242+140=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #47F28C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F28C is #B80D73. Grayscale: #B3B3B3. Windows color (decimal): -12062068 or 9237063. OLE color: 9237063.
HSL color Cylindrical-coordinate representation of color #47F28C: hue angle of 144.21º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F28C is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 242 | 140 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.05 |
| HSL | 144.21º | 0.87% | 0.61% | - |
| HSV(B) | 144.21º | 0.71% | 0.95% | - |
| XYZ | 39.08 | 66.74 | 35.63 | - |
| YUV | 179.24 | 105.85 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 242 | 140 | 0.71 | 0 | 0.42 | 0.05 | 144.21 | 0.87 | 0.61 |
| Hex | 47 | F2 | 8C | 47 | 0 | 2A | 5 | 90 | 57 | 3D |
| Octal | 107 | 362 | 214 | 107 | 0 | 52 | 5 | 220 | 127 | 75 |
| Binary | 1000111 | 11110010 | 10001100 | 1000111 | 0 | 101010 | 101 | 10010000 | 1010111 | 111101 |
Color Harmonies of #47F28C
Complementary color
Monochromatic Colors of #47F28C
Black with #47F28C
Text Example
Text Example
White with #47F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F28C; }
p { color: rgb(71,242,140); }
H1.HeaderClassName
{
color: #47F28C;
}
.AnyTagClassName
{
color: #47F28C;
}
</style>
background-color css
<style>
a { background-color: #47F28C; }
a { background-color: rgb(71,242,140); }
div.DivClassName
{
background-color: #47F28C;
}
.BgClassName
{
background-color: #47F28C;
}
</style>
border-color css
<style>
span { border-color: #47F28C; }
span { border-color: rgb(71,242,140); }
td.TdClassName
{
border-color: #47F28C;
}
.TagClassName
{
border-color: #47F28C;
}
</style>