Shades of Malachite #32F95B
Tints of Malachite #32F95B
RGB
CMYK
RGB Variations
Color information
#32F95B (or 0x32F95B) is known color: Malachite. HEX triplet: 32, F9 and 5B. RGB value is (50,249,91). Sum of RGB (Red+Green+Blue) = 50+249+91=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 249 (97.66% from 255 or 63.85% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 249 - color contains mainly: green. Hex color #32F95B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F95B is #CD06A4. Grayscale: #ABABAB. Windows color (decimal): -13436581 or 6027570. OLE color: 6027570.
HSL color Cylindrical-coordinate representation of color #32F95B: hue angle of 132.36º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F95B is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 91 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.02 |
| HSL | 132.36º | 0.94% | 0.59% | - |
| HSV(B) | 132.36º | 0.8% | 0.98% | - |
| XYZ | 37.08 | 69.18 | 21.3 | - |
| YUV | 171.49 | 82.57 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 91 | 0.80 | 0 | 0.63 | 0.02 | 132.36 | 0.94 | 0.59 |
| Hex | 32 | F9 | 5B | 50 | 0 | 3F | 2 | 84 | 5E | 3B |
| Octal | 62 | 371 | 133 | 120 | 0 | 77 | 2 | 204 | 136 | 73 |
| Binary | 110010 | 11111001 | 1011011 | 1010000 | 0 | 111111 | 10 | 10000100 | 1011110 | 111011 |
Color Harmonies of #32F95B
Complementary color
Monochromatic Colors of #32F95B
Black with #32F95B
Text Example
Text Example
White with #32F95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F95B; }
p { color: rgb(50,249,91); }
H1.HeaderClassName
{
color: #32F95B;
}
.AnyTagClassName
{
color: #32F95B;
}
</style>
background-color css
<style>
a { background-color: #32F95B; }
a { background-color: rgb(50,249,91); }
div.DivClassName
{
background-color: #32F95B;
}
.BgClassName
{
background-color: #32F95B;
}
</style>
border-color css
<style>
span { border-color: #32F95B; }
span { border-color: rgb(50,249,91); }
td.TdClassName
{
border-color: #32F95B;
}
.TagClassName
{
border-color: #32F95B;
}
</style>