Shades of Malachite #33EC52
Tints of Malachite #33EC52
RGB
CMYK
RGB Variations
Color information
#33EC52 (or 0x33EC52) is known color: Malachite. HEX triplet: 33, EC and 52. RGB value is (51,236,82). Sum of RGB (Red+Green+Blue) = 51+236+82=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #33EC52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33EC52 is #CC13AD. Grayscale: #A3A3A3. Windows color (decimal): -13374382 or 5434419. OLE color: 5434419.
HSL color Cylindrical-coordinate representation of color #33EC52: hue angle of 130.05º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EC52 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 82 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.07 |
| HSL | 130.05º | 0.83% | 0.56% | - |
| HSV(B) | 130.05º | 0.78% | 0.93% | - |
| XYZ | 32.88 | 61.3 | 18.08 | - |
| YUV | 163.13 | 82.21 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 82 | 0.78 | 0 | 0.65 | 0.07 | 130.05 | 0.83 | 0.56 |
| Hex | 33 | EC | 52 | 4E | 0 | 41 | 7 | 82 | 53 | 38 |
| Octal | 63 | 354 | 122 | 116 | 0 | 101 | 7 | 202 | 123 | 70 |
| Binary | 110011 | 11101100 | 1010010 | 1001110 | 0 | 1000001 | 111 | 10000010 | 1010011 | 111000 |
Color Harmonies of #33EC52
Complementary color
Monochromatic Colors of #33EC52
Black with #33EC52
Text Example
Text Example
White with #33EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EC52; }
p { color: rgb(51,236,82); }
H1.HeaderClassName
{
color: #33EC52;
}
.AnyTagClassName
{
color: #33EC52;
}
</style>
background-color css
<style>
a { background-color: #33EC52; }
a { background-color: rgb(51,236,82); }
div.DivClassName
{
background-color: #33EC52;
}
.BgClassName
{
background-color: #33EC52;
}
</style>
border-color css
<style>
span { border-color: #33EC52; }
span { border-color: rgb(51,236,82); }
td.TdClassName
{
border-color: #33EC52;
}
.TagClassName
{
border-color: #33EC52;
}
</style>