Shades of Emerald #33D96A
Tints of Emerald #33D96A
RGB
CMYK
RGB Variations
Color information
#33D96A (or 0x33D96A) is known color: Emerald. HEX triplet: 33, D9 and 6A. RGB value is (51,217,106). Sum of RGB (Red+Green+Blue) = 51+217+106=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 217 (85.16% from 255 or 58.02% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 217 - color contains mainly: green. Hex color #33D96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D96A is #CC2695. Grayscale: #9A9A9A. Windows color (decimal): -13379222 or 7002419. OLE color: 7002419.
HSL color Cylindrical-coordinate representation of color #33D96A: hue angle of 139.88º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D96A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 106 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.15 |
| HSL | 139.88º | 0.69% | 0.53% | - |
| HSV(B) | 139.88º | 0.76% | 0.85% | - |
| XYZ | 28.78 | 51.37 | 22.03 | - |
| YUV | 154.71 | 100.5 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 106 | 0.76 | 0 | 0.51 | 0.15 | 139.88 | 0.69 | 0.53 |
| Hex | 33 | D9 | 6A | 4C | 0 | 33 | F | 8C | 45 | 35 |
| Octal | 63 | 331 | 152 | 114 | 0 | 63 | 17 | 214 | 105 | 65 |
| Binary | 110011 | 11011001 | 1101010 | 1001100 | 0 | 110011 | 1111 | 10001100 | 1000101 | 110101 |
Color Harmonies of #33D96A
Complementary color
Monochromatic Colors of #33D96A
Black with #33D96A
Text Example
Text Example
White with #33D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D96A; }
p { color: rgb(51,217,106); }
H1.HeaderClassName
{
color: #33D96A;
}
.AnyTagClassName
{
color: #33D96A;
}
</style>
background-color css
<style>
a { background-color: #33D96A; }
a { background-color: rgb(51,217,106); }
div.DivClassName
{
background-color: #33D96A;
}
.BgClassName
{
background-color: #33D96A;
}
</style>
border-color css
<style>
span { border-color: #33D96A; }
span { border-color: rgb(51,217,106); }
td.TdClassName
{
border-color: #33D96A;
}
.TagClassName
{
border-color: #33D96A;
}
</style>