Shades of Malachite #32F253
Tints of Malachite #32F253
RGB
CMYK
RGB Variations
Color information
#32F253 (or 0x32F253) is known color: Malachite. HEX triplet: 32, F2 and 53. RGB value is (50,242,83). Sum of RGB (Red+Green+Blue) = 50+242+83=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #32F253 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F253 is #CD0DAC. Grayscale: #A6A6A6. Windows color (decimal): -13438381 or 5501490. OLE color: 5501490.
HSL color Cylindrical-coordinate representation of color #32F253: hue angle of 130.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F253 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 83 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.05 |
| HSL | 130.31º | 0.88% | 0.57% | - |
| HSV(B) | 130.31º | 0.79% | 0.95% | - |
| XYZ | 34.63 | 64.81 | 18.87 | - |
| YUV | 166.47 | 80.89 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 83 | 0.79 | 0 | 0.66 | 0.05 | 130.31 | 0.88 | 0.57 |
| Hex | 32 | F2 | 53 | 4F | 0 | 42 | 5 | 82 | 58 | 39 |
| Octal | 62 | 362 | 123 | 117 | 0 | 102 | 5 | 202 | 130 | 71 |
| Binary | 110010 | 11110010 | 1010011 | 1001111 | 0 | 1000010 | 101 | 10000010 | 1011000 | 111001 |
Color Harmonies of #32F253
Complementary color
Monochromatic Colors of #32F253
Black with #32F253
Text Example
Text Example
White with #32F253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F253; }
p { color: rgb(50,242,83); }
H1.HeaderClassName
{
color: #32F253;
}
.AnyTagClassName
{
color: #32F253;
}
</style>
background-color css
<style>
a { background-color: #32F253; }
a { background-color: rgb(50,242,83); }
div.DivClassName
{
background-color: #32F253;
}
.BgClassName
{
background-color: #32F253;
}
</style>
border-color css
<style>
span { border-color: #32F253; }
span { border-color: rgb(50,242,83); }
td.TdClassName
{
border-color: #32F253;
}
.TagClassName
{
border-color: #32F253;
}
</style>