Shades of Emerald #34DD63
Tints of Emerald #34DD63
RGB
CMYK
RGB Variations
Color information
#34DD63 (or 0x34DD63) is known color: Emerald. HEX triplet: 34, DD and 63. RGB value is (52,221,99). Sum of RGB (Red+Green+Blue) = 52+221+99=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD63 is #CB229C. Grayscale: #9C9C9C. Windows color (decimal): -13312669 or 6544692. OLE color: 6544692.
HSL color Cylindrical-coordinate representation of color #34DD63: hue angle of 136.69º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD63 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 99 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.13 |
| HSL | 136.69º | 0.71% | 0.54% | - |
| HSV(B) | 136.69º | 0.76% | 0.87% | - |
| XYZ | 29.52 | 53.34 | 20.54 | - |
| YUV | 156.56 | 95.51 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 99 | 0.76 | 0 | 0.55 | 0.13 | 136.69 | 0.71 | 0.54 |
| Hex | 34 | DD | 63 | 4C | 0 | 37 | D | 89 | 47 | 36 |
| Octal | 64 | 335 | 143 | 114 | 0 | 67 | 15 | 211 | 107 | 66 |
| Binary | 110100 | 11011101 | 1100011 | 1001100 | 0 | 110111 | 1101 | 10001001 | 1000111 | 110110 |
Color Harmonies of #34DD63
Complementary color
Monochromatic Colors of #34DD63
Black with #34DD63
Text Example
Text Example
White with #34DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD63; }
p { color: rgb(52,221,99); }
H1.HeaderClassName
{
color: #34DD63;
}
.AnyTagClassName
{
color: #34DD63;
}
</style>
background-color css
<style>
a { background-color: #34DD63; }
a { background-color: rgb(52,221,99); }
div.DivClassName
{
background-color: #34DD63;
}
.BgClassName
{
background-color: #34DD63;
}
</style>
border-color css
<style>
span { border-color: #34DD63; }
span { border-color: rgb(52,221,99); }
td.TdClassName
{
border-color: #34DD63;
}
.TagClassName
{
border-color: #34DD63;
}
</style>