Shades of Emerald #34DE68
Tints of Emerald #34DE68
RGB
CMYK
RGB Variations
Color information
#34DE68 (or 0x34DE68) is known color: Emerald. HEX triplet: 34, DE and 68. RGB value is (52,222,104). Sum of RGB (Red+Green+Blue) = 52+222+104=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DE68 is #CB2197. Grayscale: #9E9E9E. Windows color (decimal): -13312408 or 6872628. OLE color: 6872628.
HSL color Cylindrical-coordinate representation of color #34DE68: hue angle of 138.35º degrees, saturation: 0.72, 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 #34DE68 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 104 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.13 |
| HSL | 138.35º | 0.72% | 0.54% | - |
| HSV(B) | 138.35º | 0.77% | 0.87% | - |
| XYZ | 30.04 | 53.97 | 21.93 | - |
| YUV | 157.72 | 97.68 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 104 | 0.77 | 0 | 0.53 | 0.13 | 138.35 | 0.72 | 0.54 |
| Hex | 34 | DE | 68 | 4D | 0 | 35 | D | 8A | 48 | 36 |
| Octal | 64 | 336 | 150 | 115 | 0 | 65 | 15 | 212 | 110 | 66 |
| Binary | 110100 | 11011110 | 1101000 | 1001101 | 0 | 110101 | 1101 | 10001010 | 1001000 | 110110 |
Color Harmonies of #34DE68
Complementary color
Monochromatic Colors of #34DE68
Black with #34DE68
Text Example
Text Example
White with #34DE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DE68; }
p { color: rgb(52,222,104); }
H1.HeaderClassName
{
color: #34DE68;
}
.AnyTagClassName
{
color: #34DE68;
}
</style>
background-color css
<style>
a { background-color: #34DE68; }
a { background-color: rgb(52,222,104); }
div.DivClassName
{
background-color: #34DE68;
}
.BgClassName
{
background-color: #34DE68;
}
</style>
border-color css
<style>
span { border-color: #34DE68; }
span { border-color: rgb(52,222,104); }
td.TdClassName
{
border-color: #34DE68;
}
.TagClassName
{
border-color: #34DE68;
}
</style>