Shades of Malachite #33DD5A
Tints of Malachite #33DD5A
RGB
CMYK
RGB Variations
Color information
#33DD5A (or 0x33DD5A) is known color: Malachite. HEX triplet: 33, DD and 5A. RGB value is (51,221,90). Sum of RGB (Red+Green+Blue) = 51+221+90=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD5A is #CC22A5. Grayscale: #9B9B9B. Windows color (decimal): -13378214 or 5954867. OLE color: 5954867.
HSL color Cylindrical-coordinate representation of color #33DD5A: hue angle of 133.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD5A is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 90 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.13 |
| HSL | 133.76º | 0.71% | 0.53% | - |
| HSV(B) | 133.76º | 0.77% | 0.87% | - |
| XYZ | 29.07 | 53.15 | 18.4 | - |
| YUV | 155.24 | 91.18 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 90 | 0.77 | 0 | 0.59 | 0.13 | 133.76 | 0.71 | 0.53 |
| Hex | 33 | DD | 5A | 4D | 0 | 3B | D | 86 | 47 | 35 |
| Octal | 63 | 335 | 132 | 115 | 0 | 73 | 15 | 206 | 107 | 65 |
| Binary | 110011 | 11011101 | 1011010 | 1001101 | 0 | 111011 | 1101 | 10000110 | 1000111 | 110101 |
Color Harmonies of #33DD5A
Complementary color
Monochromatic Colors of #33DD5A
Black with #33DD5A
Text Example
Text Example
White with #33DD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD5A; }
p { color: rgb(51,221,90); }
H1.HeaderClassName
{
color: #33DD5A;
}
.AnyTagClassName
{
color: #33DD5A;
}
</style>
background-color css
<style>
a { background-color: #33DD5A; }
a { background-color: rgb(51,221,90); }
div.DivClassName
{
background-color: #33DD5A;
}
.BgClassName
{
background-color: #33DD5A;
}
</style>
border-color css
<style>
span { border-color: #33DD5A; }
span { border-color: rgb(51,221,90); }
td.TdClassName
{
border-color: #33DD5A;
}
.TagClassName
{
border-color: #33DD5A;
}
</style>