Shades of Emerald #33DD7A
Tints of Emerald #33DD7A
RGB
CMYK
RGB Variations
Color information
#33DD7A (or 0x33DD7A) is known color: Emerald. HEX triplet: 33, DD and 7A. RGB value is (51,221,122). Sum of RGB (Red+Green+Blue) = 51+221+122=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD7A is #CC2285. Grayscale: #9F9F9F. Windows color (decimal): -13378182 or 8052019. OLE color: 8052019.
HSL color Cylindrical-coordinate representation of color #33DD7A: hue angle of 145.06º 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 #33DD7A is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 122 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.13 |
| HSL | 145.06º | 0.71% | 0.53% | - |
| HSV(B) | 145.06º | 0.77% | 0.87% | - |
| XYZ | 30.73 | 53.82 | 27.18 | - |
| YUV | 158.88 | 107.18 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 122 | 0.77 | 0 | 0.45 | 0.13 | 145.06 | 0.71 | 0.53 |
| Hex | 33 | DD | 7A | 4D | 0 | 2D | D | 91 | 47 | 35 |
| Octal | 63 | 335 | 172 | 115 | 0 | 55 | 15 | 221 | 107 | 65 |
| Binary | 110011 | 11011101 | 1111010 | 1001101 | 0 | 101101 | 1101 | 10010001 | 1000111 | 110101 |
Color Harmonies of #33DD7A
Complementary color
Monochromatic Colors of #33DD7A
Black with #33DD7A
Text Example
Text Example
White with #33DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD7A; }
p { color: rgb(51,221,122); }
H1.HeaderClassName
{
color: #33DD7A;
}
.AnyTagClassName
{
color: #33DD7A;
}
</style>
background-color css
<style>
a { background-color: #33DD7A; }
a { background-color: rgb(51,221,122); }
div.DivClassName
{
background-color: #33DD7A;
}
.BgClassName
{
background-color: #33DD7A;
}
</style>
border-color css
<style>
span { border-color: #33DD7A; }
span { border-color: rgb(51,221,122); }
td.TdClassName
{
border-color: #33DD7A;
}
.TagClassName
{
border-color: #33DD7A;
}
</style>