Shades of Emerald #34DE7B
Tints of Emerald #34DE7B
RGB
CMYK
RGB Variations
Color information
#34DE7B (or 0x34DE7B) is known color: Emerald. HEX triplet: 34, DE and 7B. RGB value is (52,222,123). Sum of RGB (Red+Green+Blue) = 52+222+123=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DE7B is #CB2184. Grayscale: #A0A0A0. Windows color (decimal): -13312389 or 8117812. OLE color: 8117812.
HSL color Cylindrical-coordinate representation of color #34DE7B: hue angle of 145.06º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DE7B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 123 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.13 |
| HSL | 145.06º | 0.72% | 0.54% | - |
| HSV(B) | 145.06º | 0.77% | 0.87% | - |
| XYZ | 31.11 | 54.4 | 27.6 | - |
| YUV | 159.88 | 107.18 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 123 | 0.77 | 0 | 0.45 | 0.13 | 145.06 | 0.72 | 0.54 |
| Hex | 34 | DE | 7B | 4D | 0 | 2D | D | 91 | 48 | 36 |
| Octal | 64 | 336 | 173 | 115 | 0 | 55 | 15 | 221 | 110 | 66 |
| Binary | 110100 | 11011110 | 1111011 | 1001101 | 0 | 101101 | 1101 | 10010001 | 1001000 | 110110 |
Color Harmonies of #34DE7B
Complementary color
Monochromatic Colors of #34DE7B
Black with #34DE7B
Text Example
Text Example
White with #34DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DE7B; }
p { color: rgb(52,222,123); }
H1.HeaderClassName
{
color: #34DE7B;
}
.AnyTagClassName
{
color: #34DE7B;
}
</style>
background-color css
<style>
a { background-color: #34DE7B; }
a { background-color: rgb(52,222,123); }
div.DivClassName
{
background-color: #34DE7B;
}
.BgClassName
{
background-color: #34DE7B;
}
</style>
border-color css
<style>
span { border-color: #34DE7B; }
span { border-color: rgb(52,222,123); }
td.TdClassName
{
border-color: #34DE7B;
}
.TagClassName
{
border-color: #34DE7B;
}
</style>