Shades of Malachite #32EB54
Tints of Malachite #32EB54
RGB
CMYK
RGB Variations
Color information
#32EB54 (or 0x32EB54) is known color: Malachite. HEX triplet: 32, EB and 54. RGB value is (50,235,84). Sum of RGB (Red+Green+Blue) = 50+235+84=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 235 (92.19% from 255 or 63.69% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EB54 is #CD14AB. Grayscale: #A2A2A2. Windows color (decimal): -13440172 or 5565234. OLE color: 5565234.
HSL color Cylindrical-coordinate representation of color #32EB54: hue angle of 131.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EB54 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 84 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.08 |
| HSL | 131.03º | 0.82% | 0.56% | - |
| HSV(B) | 131.03º | 0.79% | 0.92% | - |
| XYZ | 32.62 | 60.73 | 18.39 | - |
| YUV | 162.47 | 83.71 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 84 | 0.79 | 0 | 0.64 | 0.08 | 131.03 | 0.82 | 0.56 |
| Hex | 32 | EB | 54 | 4F | 0 | 40 | 8 | 83 | 52 | 38 |
| Octal | 62 | 353 | 124 | 117 | 0 | 100 | 10 | 203 | 122 | 70 |
| Binary | 110010 | 11101011 | 1010100 | 1001111 | 0 | 1000000 | 1000 | 10000011 | 1010010 | 111000 |
Color Harmonies of #32EB54
Complementary color
Monochromatic Colors of #32EB54
Black with #32EB54
Text Example
Text Example
White with #32EB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EB54; }
p { color: rgb(50,235,84); }
H1.HeaderClassName
{
color: #32EB54;
}
.AnyTagClassName
{
color: #32EB54;
}
</style>
background-color css
<style>
a { background-color: #32EB54; }
a { background-color: rgb(50,235,84); }
div.DivClassName
{
background-color: #32EB54;
}
.BgClassName
{
background-color: #32EB54;
}
</style>
border-color css
<style>
span { border-color: #32EB54; }
span { border-color: rgb(50,235,84); }
td.TdClassName
{
border-color: #32EB54;
}
.TagClassName
{
border-color: #32EB54;
}
</style>