Shades of Emerald #33D76F
Tints of Emerald #33D76F
RGB
CMYK
RGB Variations
Color information
#33D76F (or 0x33D76F) is known color: Emerald. HEX triplet: 33, D7 and 6F. RGB value is (51,215,111). Sum of RGB (Red+Green+Blue) = 51+215+111=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #33D76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D76F is #CC2890. Grayscale: #9A9A9A. Windows color (decimal): -13379729 or 7329587. OLE color: 7329587.
HSL color Cylindrical-coordinate representation of color #33D76F: hue angle of 141.95º 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 #33D76F is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 111 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.16 |
| HSL | 141.95º | 0.67% | 0.52% | - |
| HSV(B) | 141.95º | 0.76% | 0.84% | - |
| XYZ | 28.53 | 50.45 | 23.27 | - |
| YUV | 154.11 | 103.67 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 111 | 0.76 | 0 | 0.48 | 0.16 | 141.95 | 0.67 | 0.52 |
| Hex | 33 | D7 | 6F | 4C | 0 | 30 | 10 | 8E | 43 | 34 |
| Octal | 63 | 327 | 157 | 114 | 0 | 60 | 20 | 216 | 103 | 64 |
| Binary | 110011 | 11010111 | 1101111 | 1001100 | 0 | 110000 | 10000 | 10001110 | 1000011 | 110100 |
Color Harmonies of #33D76F
Complementary color
Monochromatic Colors of #33D76F
Black with #33D76F
Text Example
Text Example
White with #33D76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D76F; }
p { color: rgb(51,215,111); }
H1.HeaderClassName
{
color: #33D76F;
}
.AnyTagClassName
{
color: #33D76F;
}
</style>
background-color css
<style>
a { background-color: #33D76F; }
a { background-color: rgb(51,215,111); }
div.DivClassName
{
background-color: #33D76F;
}
.BgClassName
{
background-color: #33D76F;
}
</style>
border-color css
<style>
span { border-color: #33D76F; }
span { border-color: rgb(51,215,111); }
td.TdClassName
{
border-color: #33D76F;
}
.TagClassName
{
border-color: #33D76F;
}
</style>