Shades of Emerald #34F47C
Tints of Emerald #34F47C
RGB
CMYK
RGB Variations
Color information
#34F47C (or 0x34F47C) is known color: Emerald. HEX triplet: 34, F4 and 7C. RGB value is (52,244,124). Sum of RGB (Red+Green+Blue) = 52+244+124=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #34F47C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F47C is #CB0B83. Grayscale: #ADADAD. Windows color (decimal): -13306756 or 8188980. OLE color: 8188980.
HSL color Cylindrical-coordinate representation of color #34F47C: hue angle of 142.5º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F47C is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 244 | 124 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.04 |
| HSL | 142.5º | 0.9% | 0.58% | - |
| HSV(B) | 142.5º | 0.79% | 0.96% | - |
| XYZ | 37.4 | 66.89 | 30.01 | - |
| YUV | 172.91 | 100.39 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 244 | 124 | 0.79 | 0 | 0.49 | 0.04 | 142.5 | 0.9 | 0.58 |
| Hex | 34 | F4 | 7C | 4F | 0 | 31 | 4 | 8E | 5A | 3A |
| Octal | 64 | 364 | 174 | 117 | 0 | 61 | 4 | 216 | 132 | 72 |
| Binary | 110100 | 11110100 | 1111100 | 1001111 | 0 | 110001 | 100 | 10001110 | 1011010 | 111010 |
Color Harmonies of #34F47C
Complementary color
Monochromatic Colors of #34F47C
Black with #34F47C
Text Example
Text Example
White with #34F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F47C; }
p { color: rgb(52,244,124); }
H1.HeaderClassName
{
color: #34F47C;
}
.AnyTagClassName
{
color: #34F47C;
}
</style>
background-color css
<style>
a { background-color: #34F47C; }
a { background-color: rgb(52,244,124); }
div.DivClassName
{
background-color: #34F47C;
}
.BgClassName
{
background-color: #34F47C;
}
</style>
border-color css
<style>
span { border-color: #34F47C; }
span { border-color: rgb(52,244,124); }
td.TdClassName
{
border-color: #34F47C;
}
.TagClassName
{
border-color: #34F47C;
}
</style>