Shades of Emerald #34E06E
Tints of Emerald #34E06E
RGB
CMYK
RGB Variations
Color information
#34E06E (or 0x34E06E) is known color: Emerald. HEX triplet: 34, E0 and 6E. RGB value is (52,224,110). Sum of RGB (Red+Green+Blue) = 52+224+110=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #34E06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E06E is #CB1F91. Grayscale: #9F9F9F. Windows color (decimal): -13311890 or 7266356. OLE color: 7266356.
HSL color Cylindrical-coordinate representation of color #34E06E: hue angle of 140.23º 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 #34E06E is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 224 | 110 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.12 |
| HSL | 140.23º | 0.74% | 0.54% | - |
| HSV(B) | 140.23º | 0.77% | 0.88% | - |
| XYZ | 30.89 | 55.17 | 23.77 | - |
| YUV | 159.58 | 100.02 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 224 | 110 | 0.77 | 0 | 0.51 | 0.12 | 140.23 | 0.74 | 0.54 |
| Hex | 34 | E0 | 6E | 4D | 0 | 33 | C | 8C | 4A | 36 |
| Octal | 64 | 340 | 156 | 115 | 0 | 63 | 14 | 214 | 112 | 66 |
| Binary | 110100 | 11100000 | 1101110 | 1001101 | 0 | 110011 | 1100 | 10001100 | 1001010 | 110110 |
Color Harmonies of #34E06E
Complementary color
Monochromatic Colors of #34E06E
Black with #34E06E
Text Example
Text Example
White with #34E06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E06E; }
p { color: rgb(52,224,110); }
H1.HeaderClassName
{
color: #34E06E;
}
.AnyTagClassName
{
color: #34E06E;
}
</style>
background-color css
<style>
a { background-color: #34E06E; }
a { background-color: rgb(52,224,110); }
div.DivClassName
{
background-color: #34E06E;
}
.BgClassName
{
background-color: #34E06E;
}
</style>
border-color css
<style>
span { border-color: #34E06E; }
span { border-color: rgb(52,224,110); }
td.TdClassName
{
border-color: #34E06E;
}
.TagClassName
{
border-color: #34E06E;
}
</style>