Shades of Emerald #33DD64
Tints of Emerald #33DD64
RGB
CMYK
RGB Variations
Color information
#33DD64 (or 0x33DD64) is known color: Emerald. HEX triplet: 33, DD and 64. RGB value is (51,221,100). Sum of RGB (Red+Green+Blue) = 51+221+100=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD64 is #CC229B. Grayscale: #9C9C9C. Windows color (decimal): -13378204 or 6610227. OLE color: 6610227.
HSL color Cylindrical-coordinate representation of color #33DD64: hue angle of 137.29º 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 #33DD64 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 100 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.13 |
| HSL | 137.29º | 0.71% | 0.53% | - |
| HSV(B) | 137.29º | 0.77% | 0.87% | - |
| XYZ | 29.52 | 53.34 | 20.8 | - |
| YUV | 156.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 100 | 0.77 | 0 | 0.55 | 0.13 | 137.29 | 0.71 | 0.53 |
| Hex | 33 | DD | 64 | 4D | 0 | 37 | D | 89 | 47 | 35 |
| Octal | 63 | 335 | 144 | 115 | 0 | 67 | 15 | 211 | 107 | 65 |
| Binary | 110011 | 11011101 | 1100100 | 1001101 | 0 | 110111 | 1101 | 10001001 | 1000111 | 110101 |
Color Harmonies of #33DD64
Complementary color
Monochromatic Colors of #33DD64
Black with #33DD64
Text Example
Text Example
White with #33DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD64; }
p { color: rgb(51,221,100); }
H1.HeaderClassName
{
color: #33DD64;
}
.AnyTagClassName
{
color: #33DD64;
}
</style>
background-color css
<style>
a { background-color: #33DD64; }
a { background-color: rgb(51,221,100); }
div.DivClassName
{
background-color: #33DD64;
}
.BgClassName
{
background-color: #33DD64;
}
</style>
border-color css
<style>
span { border-color: #33DD64; }
span { border-color: rgb(51,221,100); }
td.TdClassName
{
border-color: #33DD64;
}
.TagClassName
{
border-color: #33DD64;
}
</style>