Shades of Malachite #32F95C
Tints of Malachite #32F95C
RGB
CMYK
RGB Variations
Color information
#32F95C (or 0x32F95C) is known color: Malachite. HEX triplet: 32, F9 and 5C. RGB value is (50,249,92). Sum of RGB (Red+Green+Blue) = 50+249+92=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #32F95C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F95C is #CD06A3. Grayscale: #ACACAC. Windows color (decimal): -13436580 or 6093106. OLE color: 6093106.
HSL color Cylindrical-coordinate representation of color #32F95C: hue angle of 132.66º 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 #32F95C is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 92 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.02 |
| HSL | 132.66º | 0.94% | 0.59% | - |
| HSV(B) | 132.66º | 0.8% | 0.98% | - |
| XYZ | 37.12 | 69.2 | 21.53 | - |
| YUV | 171.6 | 83.07 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 92 | 0.80 | 0 | 0.63 | 0.02 | 132.66 | 0.94 | 0.59 |
| Hex | 32 | F9 | 5C | 50 | 0 | 3F | 2 | 85 | 5E | 3B |
| Octal | 62 | 371 | 134 | 120 | 0 | 77 | 2 | 205 | 136 | 73 |
| Binary | 110010 | 11111001 | 1011100 | 1010000 | 0 | 111111 | 10 | 10000101 | 1011110 | 111011 |
Color Harmonies of #32F95C
Complementary color
Monochromatic Colors of #32F95C
Black with #32F95C
Text Example
Text Example
White with #32F95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F95C; }
p { color: rgb(50,249,92); }
H1.HeaderClassName
{
color: #32F95C;
}
.AnyTagClassName
{
color: #32F95C;
}
</style>
background-color css
<style>
a { background-color: #32F95C; }
a { background-color: rgb(50,249,92); }
div.DivClassName
{
background-color: #32F95C;
}
.BgClassName
{
background-color: #32F95C;
}
</style>
border-color css
<style>
span { border-color: #32F95C; }
span { border-color: rgb(50,249,92); }
td.TdClassName
{
border-color: #32F95C;
}
.TagClassName
{
border-color: #32F95C;
}
</style>