Shades of Emerald #34DF6E
Tints of Emerald #34DF6E
RGB
CMYK
RGB Variations
Color information
#34DF6E (or 0x34DF6E) is known color: Emerald. HEX triplet: 34, DF and 6E. RGB value is (52,223,110). Sum of RGB (Red+Green+Blue) = 52+223+110=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DF6E is #CB2091. Grayscale: #9F9F9F. Windows color (decimal): -13312146 or 7266100. OLE color: 7266100.
HSL color Cylindrical-coordinate representation of color #34DF6E: hue angle of 140.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF6E is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 110 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.13 |
| HSL | 140.35º | 0.73% | 0.54% | - |
| HSV(B) | 140.35º | 0.77% | 0.87% | - |
| XYZ | 30.62 | 54.63 | 23.68 | - |
| YUV | 158.99 | 100.35 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 110 | 0.77 | 0 | 0.51 | 0.13 | 140.35 | 0.73 | 0.54 |
| Hex | 34 | DF | 6E | 4D | 0 | 33 | D | 8C | 49 | 36 |
| Octal | 64 | 337 | 156 | 115 | 0 | 63 | 15 | 214 | 111 | 66 |
| Binary | 110100 | 11011111 | 1101110 | 1001101 | 0 | 110011 | 1101 | 10001100 | 1001001 | 110110 |
Color Harmonies of #34DF6E
Complementary color
Monochromatic Colors of #34DF6E
Black with #34DF6E
Text Example
Text Example
White with #34DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DF6E; }
p { color: rgb(52,223,110); }
H1.HeaderClassName
{
color: #34DF6E;
}
.AnyTagClassName
{
color: #34DF6E;
}
</style>
background-color css
<style>
a { background-color: #34DF6E; }
a { background-color: rgb(52,223,110); }
div.DivClassName
{
background-color: #34DF6E;
}
.BgClassName
{
background-color: #34DF6E;
}
</style>
border-color css
<style>
span { border-color: #34DF6E; }
span { border-color: rgb(52,223,110); }
td.TdClassName
{
border-color: #34DF6E;
}
.TagClassName
{
border-color: #34DF6E;
}
</style>