Shades of Emerald #34D669
Tints of Emerald #34D669
RGB
CMYK
RGB Variations
Color information
#34D669 (or 0x34D669) is known color: Emerald. HEX triplet: 34, D6 and 69. RGB value is (52,214,105). Sum of RGB (Red+Green+Blue) = 52+214+105=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #34D669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D669 is #CB2996. Grayscale: #999999. Windows color (decimal): -13314455 or 6936116. OLE color: 6936116.
HSL color Cylindrical-coordinate representation of color #34D669: hue angle of 139.63º 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 #34D669 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 105 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.16 |
| HSL | 139.63º | 0.66% | 0.52% | - |
| HSV(B) | 139.63º | 0.76% | 0.84% | - |
| XYZ | 28.01 | 49.84 | 21.51 | - |
| YUV | 153.14 | 100.83 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 105 | 0.76 | 0 | 0.51 | 0.16 | 139.63 | 0.66 | 0.52 |
| Hex | 34 | D6 | 69 | 4C | 0 | 33 | 10 | 8C | 42 | 34 |
| Octal | 64 | 326 | 151 | 114 | 0 | 63 | 20 | 214 | 102 | 64 |
| Binary | 110100 | 11010110 | 1101001 | 1001100 | 0 | 110011 | 10000 | 10001100 | 1000010 | 110100 |
Color Harmonies of #34D669
Complementary color
Monochromatic Colors of #34D669
Black with #34D669
Text Example
Text Example
White with #34D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D669; }
p { color: rgb(52,214,105); }
H1.HeaderClassName
{
color: #34D669;
}
.AnyTagClassName
{
color: #34D669;
}
</style>
background-color css
<style>
a { background-color: #34D669; }
a { background-color: rgb(52,214,105); }
div.DivClassName
{
background-color: #34D669;
}
.BgClassName
{
background-color: #34D669;
}
</style>
border-color css
<style>
span { border-color: #34D669; }
span { border-color: rgb(52,214,105); }
td.TdClassName
{
border-color: #34D669;
}
.TagClassName
{
border-color: #34D669;
}
</style>