Shades of Malachite #32EB5C
Tints of Malachite #32EB5C
RGB
CMYK
RGB Variations
Color information
#32EB5C (or 0x32EB5C) is known color: Malachite. HEX triplet: 32, EB and 5C. RGB value is (50,235,92). Sum of RGB (Red+Green+Blue) = 50+235+92=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 235 (92.19% from 255 or 62.33% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EB5C is #CD14A3. Grayscale: #A3A3A3. Windows color (decimal): -13440164 or 6089522. OLE color: 6089522.
HSL color Cylindrical-coordinate representation of color #32EB5C: hue angle of 133.62º 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 #32EB5C is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 92 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.08 |
| HSL | 133.62º | 0.82% | 0.56% | - |
| HSV(B) | 133.62º | 0.79% | 0.92% | - |
| XYZ | 32.96 | 60.87 | 20.14 | - |
| YUV | 163.38 | 87.71 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 92 | 0.79 | 0 | 0.61 | 0.08 | 133.62 | 0.82 | 0.56 |
| Hex | 32 | EB | 5C | 4F | 0 | 3D | 8 | 86 | 52 | 38 |
| Octal | 62 | 353 | 134 | 117 | 0 | 75 | 10 | 206 | 122 | 70 |
| Binary | 110010 | 11101011 | 1011100 | 1001111 | 0 | 111101 | 1000 | 10000110 | 1010010 | 111000 |
Color Harmonies of #32EB5C
Complementary color
Monochromatic Colors of #32EB5C
Black with #32EB5C
Text Example
Text Example
White with #32EB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EB5C; }
p { color: rgb(50,235,92); }
H1.HeaderClassName
{
color: #32EB5C;
}
.AnyTagClassName
{
color: #32EB5C;
}
</style>
background-color css
<style>
a { background-color: #32EB5C; }
a { background-color: rgb(50,235,92); }
div.DivClassName
{
background-color: #32EB5C;
}
.BgClassName
{
background-color: #32EB5C;
}
</style>
border-color css
<style>
span { border-color: #32EB5C; }
span { border-color: rgb(50,235,92); }
td.TdClassName
{
border-color: #32EB5C;
}
.TagClassName
{
border-color: #32EB5C;
}
</style>