Shades of Malachite #33E65D
Tints of Malachite #33E65D
RGB
CMYK
RGB Variations
Color information
#33E65D (or 0x33E65D) is known color: Malachite. HEX triplet: 33, E6 and 5D. RGB value is (51,230,93). Sum of RGB (Red+Green+Blue) = 51+230+93=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 230 (90.23% from 255 or 61.50% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 230 - color contains mainly: green. Hex color #33E65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33E65D is #CC19A2. Grayscale: #A1A1A1. Windows color (decimal): -13375907 or 6153779. OLE color: 6153779.
HSL color Cylindrical-coordinate representation of color #33E65D: hue angle of 134.08º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E65D is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 230 | 93 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.10 |
| HSL | 134.08º | 0.78% | 0.55% | - |
| HSV(B) | 134.08º | 0.78% | 0.9% | - |
| XYZ | 31.64 | 58.09 | 19.9 | - |
| YUV | 160.86 | 89.7 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 230 | 93 | 0.78 | 0 | 0.60 | 0.10 | 134.08 | 0.78 | 0.55 |
| Hex | 33 | E6 | 5D | 4E | 0 | 3C | A | 86 | 4E | 37 |
| Octal | 63 | 346 | 135 | 116 | 0 | 74 | 12 | 206 | 116 | 67 |
| Binary | 110011 | 11100110 | 1011101 | 1001110 | 0 | 111100 | 1010 | 10000110 | 1001110 | 110111 |
Color Harmonies of #33E65D
Complementary color
Monochromatic Colors of #33E65D
Black with #33E65D
Text Example
Text Example
White with #33E65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E65D; }
p { color: rgb(51,230,93); }
H1.HeaderClassName
{
color: #33E65D;
}
.AnyTagClassName
{
color: #33E65D;
}
</style>
background-color css
<style>
a { background-color: #33E65D; }
a { background-color: rgb(51,230,93); }
div.DivClassName
{
background-color: #33E65D;
}
.BgClassName
{
background-color: #33E65D;
}
</style>
border-color css
<style>
span { border-color: #33E65D; }
span { border-color: rgb(51,230,93); }
td.TdClassName
{
border-color: #33E65D;
}
.TagClassName
{
border-color: #33E65D;
}
</style>