Shades of Emerald #34E06D
Tints of Emerald #34E06D
RGB
CMYK
RGB Variations
Color information
#34E06D (or 0x34E06D) is known color: Emerald. HEX triplet: 34, E0 and 6D. RGB value is (52,224,109). Sum of RGB (Red+Green+Blue) = 52+224+109=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #34E06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E06D is #CB1F92. Grayscale: #9F9F9F. Windows color (decimal): -13311891 or 7200820. OLE color: 7200820.
HSL color Cylindrical-coordinate representation of color #34E06D: hue angle of 139.88º 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 #34E06D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 224 | 109 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.12 |
| HSL | 139.88º | 0.74% | 0.54% | - |
| HSV(B) | 139.88º | 0.77% | 0.88% | - |
| XYZ | 30.83 | 55.15 | 23.49 | - |
| YUV | 159.46 | 99.52 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 224 | 109 | 0.77 | 0 | 0.51 | 0.12 | 139.88 | 0.74 | 0.54 |
| Hex | 34 | E0 | 6D | 4D | 0 | 33 | C | 8C | 4A | 36 |
| Octal | 64 | 340 | 155 | 115 | 0 | 63 | 14 | 214 | 112 | 66 |
| Binary | 110100 | 11100000 | 1101101 | 1001101 | 0 | 110011 | 1100 | 10001100 | 1001010 | 110110 |
Color Harmonies of #34E06D
Complementary color
Monochromatic Colors of #34E06D
Black with #34E06D
Text Example
Text Example
White with #34E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E06D; }
p { color: rgb(52,224,109); }
H1.HeaderClassName
{
color: #34E06D;
}
.AnyTagClassName
{
color: #34E06D;
}
</style>
background-color css
<style>
a { background-color: #34E06D; }
a { background-color: rgb(52,224,109); }
div.DivClassName
{
background-color: #34E06D;
}
.BgClassName
{
background-color: #34E06D;
}
</style>
border-color css
<style>
span { border-color: #34E06D; }
span { border-color: rgb(52,224,109); }
td.TdClassName
{
border-color: #34E06D;
}
.TagClassName
{
border-color: #34E06D;
}
</style>