Shades of Emerald #34D667
Tints of Emerald #34D667
RGB
CMYK
RGB Variations
Color information
#34D667 (or 0x34D667) is known color: Emerald. HEX triplet: 34, D6 and 67. RGB value is (52,214,103). Sum of RGB (Red+Green+Blue) = 52+214+103=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #34D667 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D667 is #CB2998. Grayscale: #999999. Windows color (decimal): -13314457 or 6805044. OLE color: 6805044.
HSL color Cylindrical-coordinate representation of color #34D667: hue angle of 138.89º 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 #34D667 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 103 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.16 |
| HSL | 138.89º | 0.66% | 0.52% | - |
| HSV(B) | 138.89º | 0.76% | 0.84% | - |
| XYZ | 27.91 | 49.8 | 20.97 | - |
| YUV | 152.91 | 99.83 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 103 | 0.76 | 0 | 0.52 | 0.16 | 138.89 | 0.66 | 0.52 |
| Hex | 34 | D6 | 67 | 4C | 0 | 34 | 10 | 8B | 42 | 34 |
| Octal | 64 | 326 | 147 | 114 | 0 | 64 | 20 | 213 | 102 | 64 |
| Binary | 110100 | 11010110 | 1100111 | 1001100 | 0 | 110100 | 10000 | 10001011 | 1000010 | 110100 |
Color Harmonies of #34D667
Complementary color
Monochromatic Colors of #34D667
Black with #34D667
Text Example
Text Example
White with #34D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D667; }
p { color: rgb(52,214,103); }
H1.HeaderClassName
{
color: #34D667;
}
.AnyTagClassName
{
color: #34D667;
}
</style>
background-color css
<style>
a { background-color: #34D667; }
a { background-color: rgb(52,214,103); }
div.DivClassName
{
background-color: #34D667;
}
.BgClassName
{
background-color: #34D667;
}
</style>
border-color css
<style>
span { border-color: #34D667; }
span { border-color: rgb(52,214,103); }
td.TdClassName
{
border-color: #34D667;
}
.TagClassName
{
border-color: #34D667;
}
</style>