Shades of Emerald #34D87D
Tints of Emerald #34D87D
RGB
CMYK
RGB Variations
Color information
#34D87D (or 0x34D87D) is known color: Emerald. HEX triplet: 34, D8 and 7D. RGB value is (52,216,125). Sum of RGB (Red+Green+Blue) = 52+216+125=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #34D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D87D is #CB2782. Grayscale: #9C9C9C. Windows color (decimal): -13313923 or 8247348. OLE color: 8247348.
HSL color Cylindrical-coordinate representation of color #34D87D: hue angle of 146.71º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D87D is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 216 | 125 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.15 |
| HSL | 146.71º | 0.68% | 0.53% | - |
| HSV(B) | 146.71º | 0.76% | 0.85% | - |
| XYZ | 29.67 | 51.32 | 27.74 | - |
| YUV | 156.59 | 110.17 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 216 | 125 | 0.76 | 0 | 0.42 | 0.15 | 146.71 | 0.68 | 0.53 |
| Hex | 34 | D8 | 7D | 4C | 0 | 2A | F | 93 | 44 | 35 |
| Octal | 64 | 330 | 175 | 114 | 0 | 52 | 17 | 223 | 104 | 65 |
| Binary | 110100 | 11011000 | 1111101 | 1001100 | 0 | 101010 | 1111 | 10010011 | 1000100 | 110101 |
Color Harmonies of #34D87D
Complementary color
Monochromatic Colors of #34D87D
Black with #34D87D
Text Example
Text Example
White with #34D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D87D; }
p { color: rgb(52,216,125); }
H1.HeaderClassName
{
color: #34D87D;
}
.AnyTagClassName
{
color: #34D87D;
}
</style>
background-color css
<style>
a { background-color: #34D87D; }
a { background-color: rgb(52,216,125); }
div.DivClassName
{
background-color: #34D87D;
}
.BgClassName
{
background-color: #34D87D;
}
</style>
border-color css
<style>
span { border-color: #34D87D; }
span { border-color: rgb(52,216,125); }
td.TdClassName
{
border-color: #34D87D;
}
.TagClassName
{
border-color: #34D87D;
}
</style>