Shades of Malachite #32FA55
Tints of Malachite #32FA55
RGB
CMYK
RGB Variations
Color information
#32FA55 (or 0x32FA55) is known color: Malachite. HEX triplet: 32, FA and 55. RGB value is (50,250,85). Sum of RGB (Red+Green+Blue) = 50+250+85=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FA55 is #CD05AA. Grayscale: #ABABAB. Windows color (decimal): -13436331 or 5634610. OLE color: 5634610.
HSL color Cylindrical-coordinate representation of color #32FA55: hue angle of 130.5º degrees, saturation: 0.95, 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 #32FA55 is Cyan = 0.8, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 85 | - |
| CMYK | 0.8 | 0 | 0.66 | 0.02 |
| HSL | 130.5º | 0.95% | 0.59% | - |
| HSV(B) | 130.5º | 0.8% | 0.98% | - |
| XYZ | 37.14 | 69.71 | 20.09 | - |
| YUV | 171.39 | 79.24 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 85 | 0.8 | 0 | 0.66 | 0.02 | 130.5 | 0.95 | 0.59 |
| Hex | 32 | FA | 55 | 50 | 0 | 42 | 2 | 82 | 5F | 3B |
| Octal | 62 | 372 | 125 | 120 | 0 | 102 | 2 | 202 | 137 | 73 |
| Binary | 110010 | 11111010 | 1010101 | 1010000 | 0 | 1000010 | 10 | 10000010 | 1011111 | 111011 |
Color Harmonies of #32FA55
Complementary color
Monochromatic Colors of #32FA55
Black with #32FA55
Text Example
Text Example
White with #32FA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA55; }
p { color: rgb(50,250,85); }
H1.HeaderClassName
{
color: #32FA55;
}
.AnyTagClassName
{
color: #32FA55;
}
</style>
background-color css
<style>
a { background-color: #32FA55; }
a { background-color: rgb(50,250,85); }
div.DivClassName
{
background-color: #32FA55;
}
.BgClassName
{
background-color: #32FA55;
}
</style>
border-color css
<style>
span { border-color: #32FA55; }
span { border-color: rgb(50,250,85); }
td.TdClassName
{
border-color: #32FA55;
}
.TagClassName
{
border-color: #32FA55;
}
</style>