Shades of Emerald #33D07D
Tints of Emerald #33D07D
RGB
CMYK
RGB Variations
Color information
#33D07D (or 0x33D07D) is known color: Emerald. HEX triplet: 33, D0 and 7D. RGB value is (51,208,125). Sum of RGB (Red+Green+Blue) = 51+208+125=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #33D07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D07D is #CC2F82. Grayscale: #979797. Windows color (decimal): -13381507 or 8245299. OLE color: 8245299.
HSL color Cylindrical-coordinate representation of color #33D07D: hue angle of 148.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33D07D is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 125 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.18 |
| HSL | 148.28º | 0.63% | 0.51% | - |
| HSV(B) | 148.28º | 0.75% | 0.82% | - |
| XYZ | 27.62 | 47.3 | 27.08 | - |
| YUV | 151.6 | 112.99 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 125 | 0.75 | 0 | 0.40 | 0.18 | 148.28 | 0.63 | 0.51 |
| Hex | 33 | D0 | 7D | 4B | 0 | 28 | 12 | 94 | 3F | 33 |
| Octal | 63 | 320 | 175 | 113 | 0 | 50 | 22 | 224 | 77 | 63 |
| Binary | 110011 | 11010000 | 1111101 | 1001011 | 0 | 101000 | 10010 | 10010100 | 111111 | 110011 |
Color Harmonies of #33D07D
Complementary color
Monochromatic Colors of #33D07D
Black with #33D07D
Text Example
Text Example
White with #33D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D07D; }
p { color: rgb(51,208,125); }
H1.HeaderClassName
{
color: #33D07D;
}
.AnyTagClassName
{
color: #33D07D;
}
</style>
background-color css
<style>
a { background-color: #33D07D; }
a { background-color: rgb(51,208,125); }
div.DivClassName
{
background-color: #33D07D;
}
.BgClassName
{
background-color: #33D07D;
}
</style>
border-color css
<style>
span { border-color: #33D07D; }
span { border-color: rgb(51,208,125); }
td.TdClassName
{
border-color: #33D07D;
}
.TagClassName
{
border-color: #33D07D;
}
</style>