Shades of Emerald #34E670
Tints of Emerald #34E670
RGB
CMYK
RGB Variations
Color information
#34E670 (or 0x34E670) is known color: Emerald. HEX triplet: 34, E6 and 70. RGB value is (52,230,112). Sum of RGB (Red+Green+Blue) = 52+230+112=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 230 (90.23% from 255 or 58.38% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 230 - color contains mainly: green. Hex color #34E670 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E670 is #CB198F. Grayscale: #A3A3A3. Windows color (decimal): -13310352 or 7398964. OLE color: 7398964.
HSL color Cylindrical-coordinate representation of color #34E670: hue angle of 140.22º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E670 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 112 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.10 |
| HSL | 140.22º | 0.78% | 0.55% | - |
| HSV(B) | 140.22º | 0.77% | 0.9% | - |
| XYZ | 32.64 | 58.49 | 24.9 | - |
| YUV | 163.33 | 99.03 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 112 | 0.77 | 0 | 0.51 | 0.10 | 140.22 | 0.78 | 0.55 |
| Hex | 34 | E6 | 70 | 4D | 0 | 33 | A | 8C | 4E | 37 |
| Octal | 64 | 346 | 160 | 115 | 0 | 63 | 12 | 214 | 116 | 67 |
| Binary | 110100 | 11100110 | 1110000 | 1001101 | 0 | 110011 | 1010 | 10001100 | 1001110 | 110111 |
Color Harmonies of #34E670
Complementary color
Monochromatic Colors of #34E670
Black with #34E670
Text Example
Text Example
White with #34E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E670; }
p { color: rgb(52,230,112); }
H1.HeaderClassName
{
color: #34E670;
}
.AnyTagClassName
{
color: #34E670;
}
</style>
background-color css
<style>
a { background-color: #34E670; }
a { background-color: rgb(52,230,112); }
div.DivClassName
{
background-color: #34E670;
}
.BgClassName
{
background-color: #34E670;
}
</style>
border-color css
<style>
span { border-color: #34E670; }
span { border-color: rgb(52,230,112); }
td.TdClassName
{
border-color: #34E670;
}
.TagClassName
{
border-color: #34E670;
}
</style>