Shades of Emerald #34D664
Tints of Emerald #34D664
RGB
CMYK
RGB Variations
Color information
#34D664 (or 0x34D664) is known color: Emerald. HEX triplet: 34, D6 and 64. RGB value is (52,214,100). Sum of RGB (Red+Green+Blue) = 52+214+100=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #34D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D664 is #CB299B. Grayscale: #989898. Windows color (decimal): -13314460 or 6608436. OLE color: 6608436.
HSL color Cylindrical-coordinate representation of color #34D664: hue angle of 137.78º degrees, saturation: 0.66, 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 #34D664 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 100 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.16 |
| HSL | 137.78º | 0.66% | 0.52% | - |
| HSV(B) | 137.78º | 0.76% | 0.84% | - |
| XYZ | 27.76 | 49.74 | 20.19 | - |
| YUV | 152.57 | 98.33 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 100 | 0.76 | 0 | 0.53 | 0.16 | 137.78 | 0.66 | 0.52 |
| Hex | 34 | D6 | 64 | 4C | 0 | 35 | 10 | 8A | 42 | 34 |
| Octal | 64 | 326 | 144 | 114 | 0 | 65 | 20 | 212 | 102 | 64 |
| Binary | 110100 | 11010110 | 1100100 | 1001100 | 0 | 110101 | 10000 | 10001010 | 1000010 | 110100 |
Color Harmonies of #34D664
Complementary color
Monochromatic Colors of #34D664
Black with #34D664
Text Example
Text Example
White with #34D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D664; }
p { color: rgb(52,214,100); }
H1.HeaderClassName
{
color: #34D664;
}
.AnyTagClassName
{
color: #34D664;
}
</style>
background-color css
<style>
a { background-color: #34D664; }
a { background-color: rgb(52,214,100); }
div.DivClassName
{
background-color: #34D664;
}
.BgClassName
{
background-color: #34D664;
}
</style>
border-color css
<style>
span { border-color: #34D664; }
span { border-color: rgb(52,214,100); }
td.TdClassName
{
border-color: #34D664;
}
.TagClassName
{
border-color: #34D664;
}
</style>