Shades of Emerald #34D070
Tints of Emerald #34D070
RGB
CMYK
RGB Variations
Color information
#34D070 (or 0x34D070) is known color: Emerald. HEX triplet: 34, D0 and 70. RGB value is (52,208,112). Sum of RGB (Red+Green+Blue) = 52+208+112=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #34D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D070 is #CB2F8F. Grayscale: #969696. Windows color (decimal): -13315984 or 7393332. OLE color: 7393332.
HSL color Cylindrical-coordinate representation of color #34D070: hue angle of 143.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D070 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 112 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.18 |
| HSL | 143.08º | 0.62% | 0.51% | - |
| HSV(B) | 143.08º | 0.75% | 0.82% | - |
| XYZ | 26.9 | 47.01 | 22.99 | - |
| YUV | 150.41 | 106.32 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 112 | 0.75 | 0 | 0.46 | 0.18 | 143.08 | 0.62 | 0.51 |
| Hex | 34 | D0 | 70 | 4B | 0 | 2E | 12 | 8F | 3E | 33 |
| Octal | 64 | 320 | 160 | 113 | 0 | 56 | 22 | 217 | 76 | 63 |
| Binary | 110100 | 11010000 | 1110000 | 1001011 | 0 | 101110 | 10010 | 10001111 | 111110 | 110011 |
Color Harmonies of #34D070
Complementary color
Monochromatic Colors of #34D070
Black with #34D070
Text Example
Text Example
White with #34D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D070; }
p { color: rgb(52,208,112); }
H1.HeaderClassName
{
color: #34D070;
}
.AnyTagClassName
{
color: #34D070;
}
</style>
background-color css
<style>
a { background-color: #34D070; }
a { background-color: rgb(52,208,112); }
div.DivClassName
{
background-color: #34D070;
}
.BgClassName
{
background-color: #34D070;
}
</style>
border-color css
<style>
span { border-color: #34D070; }
span { border-color: rgb(52,208,112); }
td.TdClassName
{
border-color: #34D070;
}
.TagClassName
{
border-color: #34D070;
}
</style>