Shades of Malachite #33DC5B
Tints of Malachite #33DC5B
RGB
CMYK
RGB Variations
Color information
#33DC5B (or 0x33DC5B) is known color: Malachite. HEX triplet: 33, DC and 5B. RGB value is (51,220,91). Sum of RGB (Red+Green+Blue) = 51+220+91=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC5B is #CC23A4. Grayscale: #9B9B9B. Windows color (decimal): -13378469 or 6020147. OLE color: 6020147.
HSL color Cylindrical-coordinate representation of color #33DC5B: hue angle of 134.2º 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 #33DC5B is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 91 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.14 |
| HSL | 134.2º | 0.71% | 0.53% | - |
| HSV(B) | 134.2º | 0.77% | 0.86% | - |
| XYZ | 28.85 | 52.65 | 18.54 | - |
| YUV | 154.76 | 92.01 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 91 | 0.77 | 0 | 0.59 | 0.14 | 134.2 | 0.71 | 0.53 |
| Hex | 33 | DC | 5B | 4D | 0 | 3B | E | 86 | 47 | 35 |
| Octal | 63 | 334 | 133 | 115 | 0 | 73 | 16 | 206 | 107 | 65 |
| Binary | 110011 | 11011100 | 1011011 | 1001101 | 0 | 111011 | 1110 | 10000110 | 1000111 | 110101 |
Color Harmonies of #33DC5B
Complementary color
Monochromatic Colors of #33DC5B
Black with #33DC5B
Text Example
Text Example
White with #33DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC5B; }
p { color: rgb(51,220,91); }
H1.HeaderClassName
{
color: #33DC5B;
}
.AnyTagClassName
{
color: #33DC5B;
}
</style>
background-color css
<style>
a { background-color: #33DC5B; }
a { background-color: rgb(51,220,91); }
div.DivClassName
{
background-color: #33DC5B;
}
.BgClassName
{
background-color: #33DC5B;
}
</style>
border-color css
<style>
span { border-color: #33DC5B; }
span { border-color: rgb(51,220,91); }
td.TdClassName
{
border-color: #33DC5B;
}
.TagClassName
{
border-color: #33DC5B;
}
</style>