Shades of Emerald #33D96B
Tints of Emerald #33D96B
RGB
CMYK
RGB Variations
Color information
#33D96B (or 0x33D96B) is known color: Emerald. HEX triplet: 33, D9 and 6B. RGB value is (51,217,107). Sum of RGB (Red+Green+Blue) = 51+217+107=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #33D96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D96B is #CC2694. Grayscale: #9B9B9B. Windows color (decimal): -13379221 or 7067955. OLE color: 7067955.
HSL color Cylindrical-coordinate representation of color #33D96B: hue angle of 140.24º 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 #33D96B is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 107 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.15 |
| HSL | 140.24º | 0.69% | 0.53% | - |
| HSV(B) | 140.24º | 0.76% | 0.85% | - |
| XYZ | 28.83 | 51.39 | 22.31 | - |
| YUV | 154.83 | 101 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 107 | 0.76 | 0 | 0.51 | 0.15 | 140.24 | 0.69 | 0.53 |
| Hex | 33 | D9 | 6B | 4C | 0 | 33 | F | 8C | 45 | 35 |
| Octal | 63 | 331 | 153 | 114 | 0 | 63 | 17 | 214 | 105 | 65 |
| Binary | 110011 | 11011001 | 1101011 | 1001100 | 0 | 110011 | 1111 | 10001100 | 1000101 | 110101 |
Color Harmonies of #33D96B
Complementary color
Monochromatic Colors of #33D96B
Black with #33D96B
Text Example
Text Example
White with #33D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D96B; }
p { color: rgb(51,217,107); }
H1.HeaderClassName
{
color: #33D96B;
}
.AnyTagClassName
{
color: #33D96B;
}
</style>
background-color css
<style>
a { background-color: #33D96B; }
a { background-color: rgb(51,217,107); }
div.DivClassName
{
background-color: #33D96B;
}
.BgClassName
{
background-color: #33D96B;
}
</style>
border-color css
<style>
span { border-color: #33D96B; }
span { border-color: rgb(51,217,107); }
td.TdClassName
{
border-color: #33D96B;
}
.TagClassName
{
border-color: #33D96B;
}
</style>