Shades of Emerald #34DD6D
Tints of Emerald #34DD6D
RGB
CMYK
RGB Variations
Color information
#34DD6D (or 0x34DD6D) is known color: Emerald. HEX triplet: 34, DD and 6D. RGB value is (52,221,109). Sum of RGB (Red+Green+Blue) = 52+221+109=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD6D is #CB2292. Grayscale: #9D9D9D. Windows color (decimal): -13312659 or 7200052. OLE color: 7200052.
HSL color Cylindrical-coordinate representation of color #34DD6D: hue angle of 140.24º 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 #34DD6D is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 109 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.13 |
| HSL | 140.24º | 0.71% | 0.54% | - |
| HSV(B) | 140.24º | 0.76% | 0.87% | - |
| XYZ | 30.03 | 53.55 | 23.22 | - |
| YUV | 157.7 | 100.51 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 109 | 0.76 | 0 | 0.51 | 0.13 | 140.24 | 0.71 | 0.54 |
| Hex | 34 | DD | 6D | 4C | 0 | 33 | D | 8C | 47 | 36 |
| Octal | 64 | 335 | 155 | 114 | 0 | 63 | 15 | 214 | 107 | 66 |
| Binary | 110100 | 11011101 | 1101101 | 1001100 | 0 | 110011 | 1101 | 10001100 | 1000111 | 110110 |
Color Harmonies of #34DD6D
Complementary color
Monochromatic Colors of #34DD6D
Black with #34DD6D
Text Example
Text Example
White with #34DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD6D; }
p { color: rgb(52,221,109); }
H1.HeaderClassName
{
color: #34DD6D;
}
.AnyTagClassName
{
color: #34DD6D;
}
</style>
background-color css
<style>
a { background-color: #34DD6D; }
a { background-color: rgb(52,221,109); }
div.DivClassName
{
background-color: #34DD6D;
}
.BgClassName
{
background-color: #34DD6D;
}
</style>
border-color css
<style>
span { border-color: #34DD6D; }
span { border-color: rgb(52,221,109); }
td.TdClassName
{
border-color: #34DD6D;
}
.TagClassName
{
border-color: #34DD6D;
}
</style>