Shades of Emerald #34E072
Tints of Emerald #34E072
RGB
CMYK
RGB Variations
Color information
#34E072 (or 0x34E072) is known color: Emerald. HEX triplet: 34, E0 and 72. RGB value is (52,224,114). Sum of RGB (Red+Green+Blue) = 52+224+114=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #34E072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E072 is #CB1F8D. Grayscale: #A0A0A0. Windows color (decimal): -13311886 or 7528500. OLE color: 7528500.
HSL color Cylindrical-coordinate representation of color #34E072: hue angle of 141.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E072 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 224 | 114 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.12 |
| HSL | 141.63º | 0.74% | 0.54% | - |
| HSV(B) | 141.63º | 0.77% | 0.88% | - |
| XYZ | 31.11 | 55.26 | 24.95 | - |
| YUV | 160.03 | 102.02 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 224 | 114 | 0.77 | 0 | 0.49 | 0.12 | 141.63 | 0.74 | 0.54 |
| Hex | 34 | E0 | 72 | 4D | 0 | 31 | C | 8E | 4A | 36 |
| Octal | 64 | 340 | 162 | 115 | 0 | 61 | 14 | 216 | 112 | 66 |
| Binary | 110100 | 11100000 | 1110010 | 1001101 | 0 | 110001 | 1100 | 10001110 | 1001010 | 110110 |
Color Harmonies of #34E072
Complementary color
Monochromatic Colors of #34E072
Black with #34E072
Text Example
Text Example
White with #34E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E072; }
p { color: rgb(52,224,114); }
H1.HeaderClassName
{
color: #34E072;
}
.AnyTagClassName
{
color: #34E072;
}
</style>
background-color css
<style>
a { background-color: #34E072; }
a { background-color: rgb(52,224,114); }
div.DivClassName
{
background-color: #34E072;
}
.BgClassName
{
background-color: #34E072;
}
</style>
border-color css
<style>
span { border-color: #34E072; }
span { border-color: rgb(52,224,114); }
td.TdClassName
{
border-color: #34E072;
}
.TagClassName
{
border-color: #34E072;
}
</style>