Shades of Emerald #34E671
Tints of Emerald #34E671
RGB
CMYK
RGB Variations
Color information
#34E671 (or 0x34E671) is known color: Emerald. HEX triplet: 34, E6 and 71. RGB value is (52,230,113). Sum of RGB (Red+Green+Blue) = 52+230+113=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 230 (90.23% from 255 or 58.23% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 230 - color contains mainly: green. Hex color #34E671 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E671 is #CB198E. Grayscale: #A3A3A3. Windows color (decimal): -13310351 or 7464500. OLE color: 7464500.
HSL color Cylindrical-coordinate representation of color #34E671: hue angle of 140.56º 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 #34E671 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 113 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.10 |
| HSL | 140.56º | 0.78% | 0.55% | - |
| HSV(B) | 140.56º | 0.77% | 0.9% | - |
| XYZ | 32.69 | 58.52 | 25.19 | - |
| YUV | 163.44 | 99.53 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 113 | 0.77 | 0 | 0.51 | 0.10 | 140.56 | 0.78 | 0.55 |
| Hex | 34 | E6 | 71 | 4D | 0 | 33 | A | 8D | 4E | 37 |
| Octal | 64 | 346 | 161 | 115 | 0 | 63 | 12 | 215 | 116 | 67 |
| Binary | 110100 | 11100110 | 1110001 | 1001101 | 0 | 110011 | 1010 | 10001101 | 1001110 | 110111 |
Color Harmonies of #34E671
Complementary color
Monochromatic Colors of #34E671
Black with #34E671
Text Example
Text Example
White with #34E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E671; }
p { color: rgb(52,230,113); }
H1.HeaderClassName
{
color: #34E671;
}
.AnyTagClassName
{
color: #34E671;
}
</style>
background-color css
<style>
a { background-color: #34E671; }
a { background-color: rgb(52,230,113); }
div.DivClassName
{
background-color: #34E671;
}
.BgClassName
{
background-color: #34E671;
}
</style>
border-color css
<style>
span { border-color: #34E671; }
span { border-color: rgb(52,230,113); }
td.TdClassName
{
border-color: #34E671;
}
.TagClassName
{
border-color: #34E671;
}
</style>