Shades of Emerald #34D770
Tints of Emerald #34D770
RGB
CMYK
RGB Variations
Color information
#34D770 (or 0x34D770) is known color: Emerald. HEX triplet: 34, D7 and 70. RGB value is (52,215,112). Sum of RGB (Red+Green+Blue) = 52+215+112=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #34D770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D770 is #CB288F. Grayscale: #9A9A9A. Windows color (decimal): -13314192 or 7395124. OLE color: 7395124.
HSL color Cylindrical-coordinate representation of color #34D770: hue angle of 142.09º degrees, saturation: 0.67, 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 #34D770 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 215 | 112 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.16 |
| HSL | 142.09º | 0.67% | 0.52% | - |
| HSV(B) | 142.09º | 0.76% | 0.84% | - |
| XYZ | 28.64 | 50.5 | 23.57 | - |
| YUV | 154.52 | 104 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 215 | 112 | 0.76 | 0 | 0.48 | 0.16 | 142.09 | 0.67 | 0.52 |
| Hex | 34 | D7 | 70 | 4C | 0 | 30 | 10 | 8E | 43 | 34 |
| Octal | 64 | 327 | 160 | 114 | 0 | 60 | 20 | 216 | 103 | 64 |
| Binary | 110100 | 11010111 | 1110000 | 1001100 | 0 | 110000 | 10000 | 10001110 | 1000011 | 110100 |
Color Harmonies of #34D770
Complementary color
Monochromatic Colors of #34D770
Black with #34D770
Text Example
Text Example
White with #34D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D770; }
p { color: rgb(52,215,112); }
H1.HeaderClassName
{
color: #34D770;
}
.AnyTagClassName
{
color: #34D770;
}
</style>
background-color css
<style>
a { background-color: #34D770; }
a { background-color: rgb(52,215,112); }
div.DivClassName
{
background-color: #34D770;
}
.BgClassName
{
background-color: #34D770;
}
</style>
border-color css
<style>
span { border-color: #34D770; }
span { border-color: rgb(52,215,112); }
td.TdClassName
{
border-color: #34D770;
}
.TagClassName
{
border-color: #34D770;
}
</style>