Shades of Emerald #33D770
Tints of Emerald #33D770
RGB
CMYK
RGB Variations
Color information
#33D770 (or 0x33D770) is known color: Emerald. HEX triplet: 33, D7 and 70. RGB value is (51,215,112). Sum of RGB (Red+Green+Blue) = 51+215+112=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #33D770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D770 is #CC288F. Grayscale: #9A9A9A. Windows color (decimal): -13379728 or 7395123. OLE color: 7395123.
HSL color Cylindrical-coordinate representation of color #33D770: hue angle of 142.32º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D770 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 112 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.16 |
| HSL | 142.32º | 0.67% | 0.52% | - |
| HSV(B) | 142.32º | 0.76% | 0.84% | - |
| XYZ | 28.59 | 50.47 | 23.56 | - |
| YUV | 154.22 | 104.17 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 112 | 0.76 | 0 | 0.48 | 0.16 | 142.32 | 0.67 | 0.52 |
| Hex | 33 | D7 | 70 | 4C | 0 | 30 | 10 | 8E | 43 | 34 |
| Octal | 63 | 327 | 160 | 114 | 0 | 60 | 20 | 216 | 103 | 64 |
| Binary | 110011 | 11010111 | 1110000 | 1001100 | 0 | 110000 | 10000 | 10001110 | 1000011 | 110100 |
Color Harmonies of #33D770
Complementary color
Monochromatic Colors of #33D770
Black with #33D770
Text Example
Text Example
White with #33D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D770; }
p { color: rgb(51,215,112); }
H1.HeaderClassName
{
color: #33D770;
}
.AnyTagClassName
{
color: #33D770;
}
</style>
background-color css
<style>
a { background-color: #33D770; }
a { background-color: rgb(51,215,112); }
div.DivClassName
{
background-color: #33D770;
}
.BgClassName
{
background-color: #33D770;
}
</style>
border-color css
<style>
span { border-color: #33D770; }
span { border-color: rgb(51,215,112); }
td.TdClassName
{
border-color: #33D770;
}
.TagClassName
{
border-color: #33D770;
}
</style>