Shades of Emerald #33DC62
Tints of Emerald #33DC62
RGB
CMYK
RGB Variations
Color information
#33DC62 (or 0x33DC62) is known color: Emerald. HEX triplet: 33, DC and 62. RGB value is (51,220,98). Sum of RGB (Red+Green+Blue) = 51+220+98=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC62 is #CC239D. Grayscale: #9B9B9B. Windows color (decimal): -13378462 or 6478899. OLE color: 6478899.
HSL color Cylindrical-coordinate representation of color #33DC62: hue angle of 136.69º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DC62 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 98 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.14 |
| HSL | 136.69º | 0.71% | 0.53% | - |
| HSV(B) | 136.69º | 0.77% | 0.86% | - |
| XYZ | 29.16 | 52.77 | 20.2 | - |
| YUV | 155.56 | 95.51 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 98 | 0.77 | 0 | 0.55 | 0.14 | 136.69 | 0.71 | 0.53 |
| Hex | 33 | DC | 62 | 4D | 0 | 37 | E | 89 | 47 | 35 |
| Octal | 63 | 334 | 142 | 115 | 0 | 67 | 16 | 211 | 107 | 65 |
| Binary | 110011 | 11011100 | 1100010 | 1001101 | 0 | 110111 | 1110 | 10001001 | 1000111 | 110101 |
Color Harmonies of #33DC62
Complementary color
Monochromatic Colors of #33DC62
Black with #33DC62
Text Example
Text Example
White with #33DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC62; }
p { color: rgb(51,220,98); }
H1.HeaderClassName
{
color: #33DC62;
}
.AnyTagClassName
{
color: #33DC62;
}
</style>
background-color css
<style>
a { background-color: #33DC62; }
a { background-color: rgb(51,220,98); }
div.DivClassName
{
background-color: #33DC62;
}
.BgClassName
{
background-color: #33DC62;
}
</style>
border-color css
<style>
span { border-color: #33DC62; }
span { border-color: rgb(51,220,98); }
td.TdClassName
{
border-color: #33DC62;
}
.TagClassName
{
border-color: #33DC62;
}
</style>