Shades of Emerald #33D86A
Tints of Emerald #33D86A
RGB
CMYK
RGB Variations
Color information
#33D86A (or 0x33D86A) is known color: Emerald. HEX triplet: 33, D8 and 6A. RGB value is (51,216,106). Sum of RGB (Red+Green+Blue) = 51+216+106=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #33D86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D86A is #CC2795. Grayscale: #9A9A9A. Windows color (decimal): -13379478 or 7002163. OLE color: 7002163.
HSL color Cylindrical-coordinate representation of color #33D86A: hue angle of 140º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D86A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 216 | 106 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.15 |
| HSL | 140º | 0.68% | 0.52% | - |
| HSV(B) | 140º | 0.76% | 0.85% | - |
| XYZ | 28.52 | 50.86 | 21.95 | - |
| YUV | 154.13 | 100.84 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 216 | 106 | 0.76 | 0 | 0.51 | 0.15 | 140 | 0.68 | 0.52 |
| Hex | 33 | D8 | 6A | 4C | 0 | 33 | F | 8C | 44 | 34 |
| Octal | 63 | 330 | 152 | 114 | 0 | 63 | 17 | 214 | 104 | 64 |
| Binary | 110011 | 11011000 | 1101010 | 1001100 | 0 | 110011 | 1111 | 10001100 | 1000100 | 110100 |
Color Harmonies of #33D86A
Complementary color
Monochromatic Colors of #33D86A
Black with #33D86A
Text Example
Text Example
White with #33D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D86A; }
p { color: rgb(51,216,106); }
H1.HeaderClassName
{
color: #33D86A;
}
.AnyTagClassName
{
color: #33D86A;
}
</style>
background-color css
<style>
a { background-color: #33D86A; }
a { background-color: rgb(51,216,106); }
div.DivClassName
{
background-color: #33D86A;
}
.BgClassName
{
background-color: #33D86A;
}
</style>
border-color css
<style>
span { border-color: #33D86A; }
span { border-color: rgb(51,216,106); }
td.TdClassName
{
border-color: #33D86A;
}
.TagClassName
{
border-color: #33D86A;
}
</style>