Shades of Malachite #33D25A
Tints of Malachite #33D25A
RGB
CMYK
RGB Variations
Color information
#33D25A (or 0x33D25A) is known color: Malachite. HEX triplet: 33, D2 and 5A. RGB value is (51,210,90). Sum of RGB (Red+Green+Blue) = 51+210+90=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #33D25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D25A is #CC2DA5. Grayscale: #959595. Windows color (decimal): -13381030 or 5952051. OLE color: 5952051.
HSL color Cylindrical-coordinate representation of color #33D25A: hue angle of 134.72º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D25A is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 90 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.18 |
| HSL | 134.72º | 0.64% | 0.51% | - |
| HSV(B) | 134.72º | 0.76% | 0.82% | - |
| XYZ | 26.26 | 47.54 | 17.46 | - |
| YUV | 148.78 | 94.82 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 90 | 0.76 | 0 | 0.57 | 0.18 | 134.72 | 0.64 | 0.51 |
| Hex | 33 | D2 | 5A | 4C | 0 | 39 | 12 | 87 | 40 | 33 |
| Octal | 63 | 322 | 132 | 114 | 0 | 71 | 22 | 207 | 100 | 63 |
| Binary | 110011 | 11010010 | 1011010 | 1001100 | 0 | 111001 | 10010 | 10000111 | 1000000 | 110011 |
Color Harmonies of #33D25A
Complementary color
Monochromatic Colors of #33D25A
Black with #33D25A
Text Example
Text Example
White with #33D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D25A; }
p { color: rgb(51,210,90); }
H1.HeaderClassName
{
color: #33D25A;
}
.AnyTagClassName
{
color: #33D25A;
}
</style>
background-color css
<style>
a { background-color: #33D25A; }
a { background-color: rgb(51,210,90); }
div.DivClassName
{
background-color: #33D25A;
}
.BgClassName
{
background-color: #33D25A;
}
</style>
border-color css
<style>
span { border-color: #33D25A; }
span { border-color: rgb(51,210,90); }
td.TdClassName
{
border-color: #33D25A;
}
.TagClassName
{
border-color: #33D25A;
}
</style>