Shades of Malachite #33D85B
Tints of Malachite #33D85B
RGB
CMYK
RGB Variations
Color information
#33D85B (or 0x33D85B) is known color: Malachite. HEX triplet: 33, D8 and 5B. RGB value is (51,216,91). Sum of RGB (Red+Green+Blue) = 51+216+91=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #33D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D85B is #CC27A4. Grayscale: #989898. Windows color (decimal): -13379493 or 6019123. OLE color: 6019123.
HSL color Cylindrical-coordinate representation of color #33D85B: hue angle of 134.55º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D85B is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 216 | 91 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.15 |
| HSL | 134.55º | 0.68% | 0.52% | - |
| HSV(B) | 134.55º | 0.76% | 0.85% | - |
| XYZ | 27.81 | 50.57 | 18.19 | - |
| YUV | 152.42 | 93.34 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 216 | 91 | 0.76 | 0 | 0.58 | 0.15 | 134.55 | 0.68 | 0.52 |
| Hex | 33 | D8 | 5B | 4C | 0 | 3A | F | 87 | 44 | 34 |
| Octal | 63 | 330 | 133 | 114 | 0 | 72 | 17 | 207 | 104 | 64 |
| Binary | 110011 | 11011000 | 1011011 | 1001100 | 0 | 111010 | 1111 | 10000111 | 1000100 | 110100 |
Color Harmonies of #33D85B
Complementary color
Monochromatic Colors of #33D85B
Black with #33D85B
Text Example
Text Example
White with #33D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D85B; }
p { color: rgb(51,216,91); }
H1.HeaderClassName
{
color: #33D85B;
}
.AnyTagClassName
{
color: #33D85B;
}
</style>
background-color css
<style>
a { background-color: #33D85B; }
a { background-color: rgb(51,216,91); }
div.DivClassName
{
background-color: #33D85B;
}
.BgClassName
{
background-color: #33D85B;
}
</style>
border-color css
<style>
span { border-color: #33D85B; }
span { border-color: rgb(51,216,91); }
td.TdClassName
{
border-color: #33D85B;
}
.TagClassName
{
border-color: #33D85B;
}
</style>