Shades of Emerald #34DF7E
Tints of Emerald #34DF7E
RGB
CMYK
RGB Variations
Color information
#34DF7E (or 0x34DF7E) is known color: Emerald. HEX triplet: 34, DF and 7E. RGB value is (52,223,126). Sum of RGB (Red+Green+Blue) = 52+223+126=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DF7E is #CB2081. Grayscale: #A1A1A1. Windows color (decimal): -13312130 or 8314676. OLE color: 8314676.
HSL color Cylindrical-coordinate representation of color #34DF7E: hue angle of 145.96º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF7E is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 126 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.13 |
| HSL | 145.96º | 0.73% | 0.54% | - |
| HSV(B) | 145.96º | 0.77% | 0.87% | - |
| XYZ | 31.57 | 55.01 | 28.69 | - |
| YUV | 160.81 | 108.35 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 126 | 0.77 | 0 | 0.43 | 0.13 | 145.96 | 0.73 | 0.54 |
| Hex | 34 | DF | 7E | 4D | 0 | 2B | D | 92 | 49 | 36 |
| Octal | 64 | 337 | 176 | 115 | 0 | 53 | 15 | 222 | 111 | 66 |
| Binary | 110100 | 11011111 | 1111110 | 1001101 | 0 | 101011 | 1101 | 10010010 | 1001001 | 110110 |
Color Harmonies of #34DF7E
Complementary color
Monochromatic Colors of #34DF7E
Black with #34DF7E
Text Example
Text Example
White with #34DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DF7E; }
p { color: rgb(52,223,126); }
H1.HeaderClassName
{
color: #34DF7E;
}
.AnyTagClassName
{
color: #34DF7E;
}
</style>
background-color css
<style>
a { background-color: #34DF7E; }
a { background-color: rgb(52,223,126); }
div.DivClassName
{
background-color: #34DF7E;
}
.BgClassName
{
background-color: #34DF7E;
}
</style>
border-color css
<style>
span { border-color: #34DF7E; }
span { border-color: rgb(52,223,126); }
td.TdClassName
{
border-color: #34DF7E;
}
.TagClassName
{
border-color: #34DF7E;
}
</style>