Shades of Emerald #33DD7B
Tints of Emerald #33DD7B
RGB
CMYK
RGB Variations
Color information
#33DD7B (or 0x33DD7B) is known color: Emerald. HEX triplet: 33, DD and 7B. RGB value is (51,221,123). Sum of RGB (Red+Green+Blue) = 51+221+123=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD7B is #CC2284. Grayscale: #9F9F9F. Windows color (decimal): -13378181 or 8117555. OLE color: 8117555.
HSL color Cylindrical-coordinate representation of color #33DD7B: hue angle of 145.41º 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 #33DD7B is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 123 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.13 |
| HSL | 145.41º | 0.71% | 0.53% | - |
| HSV(B) | 145.41º | 0.77% | 0.87% | - |
| XYZ | 30.8 | 53.85 | 27.51 | - |
| YUV | 159 | 107.68 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 123 | 0.77 | 0 | 0.44 | 0.13 | 145.41 | 0.71 | 0.53 |
| Hex | 33 | DD | 7B | 4D | 0 | 2C | D | 91 | 47 | 35 |
| Octal | 63 | 335 | 173 | 115 | 0 | 54 | 15 | 221 | 107 | 65 |
| Binary | 110011 | 11011101 | 1111011 | 1001101 | 0 | 101100 | 1101 | 10010001 | 1000111 | 110101 |
Color Harmonies of #33DD7B
Complementary color
Monochromatic Colors of #33DD7B
Black with #33DD7B
Text Example
Text Example
White with #33DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD7B; }
p { color: rgb(51,221,123); }
H1.HeaderClassName
{
color: #33DD7B;
}
.AnyTagClassName
{
color: #33DD7B;
}
</style>
background-color css
<style>
a { background-color: #33DD7B; }
a { background-color: rgb(51,221,123); }
div.DivClassName
{
background-color: #33DD7B;
}
.BgClassName
{
background-color: #33DD7B;
}
</style>
border-color css
<style>
span { border-color: #33DD7B; }
span { border-color: rgb(51,221,123); }
td.TdClassName
{
border-color: #33DD7B;
}
.TagClassName
{
border-color: #33DD7B;
}
</style>