Shades of Emerald #34D671
Tints of Emerald #34D671
RGB
CMYK
RGB Variations
Color information
#34D671 (or 0x34D671) is known color: Emerald. HEX triplet: 34, D6 and 71. RGB value is (52,214,113). Sum of RGB (Red+Green+Blue) = 52+214+113=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #34D671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D671 is #CB298E. Grayscale: #9A9A9A. Windows color (decimal): -13314447 or 7460404. OLE color: 7460404.
HSL color Cylindrical-coordinate representation of color #34D671: hue angle of 142.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D671 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 113 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.16 |
| HSL | 142.59º | 0.66% | 0.52% | - |
| HSV(B) | 142.59º | 0.76% | 0.84% | - |
| XYZ | 28.44 | 50.02 | 23.78 | - |
| YUV | 154.05 | 104.83 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 113 | 0.76 | 0 | 0.47 | 0.16 | 142.59 | 0.66 | 0.52 |
| Hex | 34 | D6 | 71 | 4C | 0 | 2F | 10 | 8F | 42 | 34 |
| Octal | 64 | 326 | 161 | 114 | 0 | 57 | 20 | 217 | 102 | 64 |
| Binary | 110100 | 11010110 | 1110001 | 1001100 | 0 | 101111 | 10000 | 10001111 | 1000010 | 110100 |
Color Harmonies of #34D671
Complementary color
Monochromatic Colors of #34D671
Black with #34D671
Text Example
Text Example
White with #34D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D671; }
p { color: rgb(52,214,113); }
H1.HeaderClassName
{
color: #34D671;
}
.AnyTagClassName
{
color: #34D671;
}
</style>
background-color css
<style>
a { background-color: #34D671; }
a { background-color: rgb(52,214,113); }
div.DivClassName
{
background-color: #34D671;
}
.BgClassName
{
background-color: #34D671;
}
</style>
border-color css
<style>
span { border-color: #34D671; }
span { border-color: rgb(52,214,113); }
td.TdClassName
{
border-color: #34D671;
}
.TagClassName
{
border-color: #34D671;
}
</style>