Shades of Emerald #34DD7D
Tints of Emerald #34DD7D
RGB
CMYK
RGB Variations
Color information
#34DD7D (or 0x34DD7D) is known color: Emerald. HEX triplet: 34, DD and 7D. RGB value is (52,221,125). Sum of RGB (Red+Green+Blue) = 52+221+125=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD7D is #CB2282. Grayscale: #9F9F9F. Windows color (decimal): -13312643 or 8248628. OLE color: 8248628.
HSL color Cylindrical-coordinate representation of color #34DD7D: hue angle of 145.92º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD7D is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 125 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.13 |
| HSL | 145.92º | 0.71% | 0.54% | - |
| HSV(B) | 145.92º | 0.76% | 0.87% | - |
| XYZ | 30.97 | 53.92 | 28.18 | - |
| YUV | 159.53 | 108.51 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 125 | 0.76 | 0 | 0.43 | 0.13 | 145.92 | 0.71 | 0.54 |
| Hex | 34 | DD | 7D | 4C | 0 | 2B | D | 92 | 47 | 36 |
| Octal | 64 | 335 | 175 | 114 | 0 | 53 | 15 | 222 | 107 | 66 |
| Binary | 110100 | 11011101 | 1111101 | 1001100 | 0 | 101011 | 1101 | 10010010 | 1000111 | 110110 |
Color Harmonies of #34DD7D
Complementary color
Monochromatic Colors of #34DD7D
Black with #34DD7D
Text Example
Text Example
White with #34DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD7D; }
p { color: rgb(52,221,125); }
H1.HeaderClassName
{
color: #34DD7D;
}
.AnyTagClassName
{
color: #34DD7D;
}
</style>
background-color css
<style>
a { background-color: #34DD7D; }
a { background-color: rgb(52,221,125); }
div.DivClassName
{
background-color: #34DD7D;
}
.BgClassName
{
background-color: #34DD7D;
}
</style>
border-color css
<style>
span { border-color: #34DD7D; }
span { border-color: rgb(52,221,125); }
td.TdClassName
{
border-color: #34DD7D;
}
.TagClassName
{
border-color: #34DD7D;
}
</style>