Shades of Emerald #33DD6D
Tints of Emerald #33DD6D
RGB
CMYK
RGB Variations
Color information
#33DD6D (or 0x33DD6D) is known color: Emerald. HEX triplet: 33, DD and 6D. RGB value is (51,221,109). Sum of RGB (Red+Green+Blue) = 51+221+109=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD6D is #CC2292. Grayscale: #9D9D9D. Windows color (decimal): -13378195 or 7200051. OLE color: 7200051.
HSL color Cylindrical-coordinate representation of color #33DD6D: hue angle of 140.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD6D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 109 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.13 |
| HSL | 140.47º | 0.71% | 0.53% | - |
| HSV(B) | 140.47º | 0.77% | 0.87% | - |
| XYZ | 29.98 | 53.52 | 23.22 | - |
| YUV | 157.4 | 100.68 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 109 | 0.77 | 0 | 0.51 | 0.13 | 140.47 | 0.71 | 0.53 |
| Hex | 33 | DD | 6D | 4D | 0 | 33 | D | 8C | 47 | 35 |
| Octal | 63 | 335 | 155 | 115 | 0 | 63 | 15 | 214 | 107 | 65 |
| Binary | 110011 | 11011101 | 1101101 | 1001101 | 0 | 110011 | 1101 | 10001100 | 1000111 | 110101 |
Color Harmonies of #33DD6D
Complementary color
Monochromatic Colors of #33DD6D
Black with #33DD6D
Text Example
Text Example
White with #33DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD6D; }
p { color: rgb(51,221,109); }
H1.HeaderClassName
{
color: #33DD6D;
}
.AnyTagClassName
{
color: #33DD6D;
}
</style>
background-color css
<style>
a { background-color: #33DD6D; }
a { background-color: rgb(51,221,109); }
div.DivClassName
{
background-color: #33DD6D;
}
.BgClassName
{
background-color: #33DD6D;
}
</style>
border-color css
<style>
span { border-color: #33DD6D; }
span { border-color: rgb(51,221,109); }
td.TdClassName
{
border-color: #33DD6D;
}
.TagClassName
{
border-color: #33DD6D;
}
</style>