Shades of Emerald #34E87E
Tints of Emerald #34E87E
RGB
CMYK
RGB Variations
Color information
#34E87E (or 0x34E87E) is known color: Emerald. HEX triplet: 34, E8 and 7E. RGB value is (52,232,126). Sum of RGB (Red+Green+Blue) = 52+232+126=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 232 (91.02% from 255 or 56.59% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 232 - color contains mainly: green. Hex color #34E87E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E87E is #CB1781. Grayscale: #A6A6A6. Windows color (decimal): -13309826 or 8316980. OLE color: 8316980.
HSL color Cylindrical-coordinate representation of color #34E87E: hue angle of 144.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E87E is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 232 | 126 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.09 |
| HSL | 144.67º | 0.8% | 0.56% | - |
| HSV(B) | 144.67º | 0.78% | 0.91% | - |
| XYZ | 34.04 | 59.95 | 29.52 | - |
| YUV | 166.1 | 105.37 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 232 | 126 | 0.78 | 0 | 0.46 | 0.09 | 144.67 | 0.8 | 0.56 |
| Hex | 34 | E8 | 7E | 4E | 0 | 2E | 9 | 91 | 50 | 38 |
| Octal | 64 | 350 | 176 | 116 | 0 | 56 | 11 | 221 | 120 | 70 |
| Binary | 110100 | 11101000 | 1111110 | 1001110 | 0 | 101110 | 1001 | 10010001 | 1010000 | 111000 |
Color Harmonies of #34E87E
Complementary color
Monochromatic Colors of #34E87E
Black with #34E87E
Text Example
Text Example
White with #34E87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E87E; }
p { color: rgb(52,232,126); }
H1.HeaderClassName
{
color: #34E87E;
}
.AnyTagClassName
{
color: #34E87E;
}
</style>
background-color css
<style>
a { background-color: #34E87E; }
a { background-color: rgb(52,232,126); }
div.DivClassName
{
background-color: #34E87E;
}
.BgClassName
{
background-color: #34E87E;
}
</style>
border-color css
<style>
span { border-color: #34E87E; }
span { border-color: rgb(52,232,126); }
td.TdClassName
{
border-color: #34E87E;
}
.TagClassName
{
border-color: #34E87E;
}
</style>