Shades of Malachite #20F255
Tints of Malachite #20F255
RGB
CMYK
RGB Variations
Color information
#20F255 (or 0x20F255) is known color: Malachite. HEX triplet: 20, F2 and 55. RGB value is (32,242,85). Sum of RGB (Red+Green+Blue) = 32+242+85=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #20F255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F255 is #DF0DAA. Grayscale: #A1A1A1. Windows color (decimal): -14618027 or 5632544. OLE color: 5632544.
HSL color Cylindrical-coordinate representation of color #20F255: hue angle of 135.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F255 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 85 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.05 |
| HSL | 135.14º | 0.89% | 0.54% | - |
| HSV(B) | 135.14º | 0.87% | 0.95% | - |
| XYZ | 33.99 | 64.47 | 19.25 | - |
| YUV | 161.31 | 84.93 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 85 | 0.87 | 0 | 0.65 | 0.05 | 135.14 | 0.89 | 0.54 |
| Hex | 20 | F2 | 55 | 57 | 0 | 41 | 5 | 87 | 59 | 36 |
| Octal | 40 | 362 | 125 | 127 | 0 | 101 | 5 | 207 | 131 | 66 |
| Binary | 100000 | 11110010 | 1010101 | 1010111 | 0 | 1000001 | 101 | 10000111 | 1011001 | 110110 |
Color Harmonies of #20F255
Complementary color
Monochromatic Colors of #20F255
Black with #20F255
Text Example
Text Example
White with #20F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F255; }
p { color: rgb(32,242,85); }
H1.HeaderClassName
{
color: #20F255;
}
.AnyTagClassName
{
color: #20F255;
}
</style>
background-color css
<style>
a { background-color: #20F255; }
a { background-color: rgb(32,242,85); }
div.DivClassName
{
background-color: #20F255;
}
.BgClassName
{
background-color: #20F255;
}
</style>
border-color css
<style>
span { border-color: #20F255; }
span { border-color: rgb(32,242,85); }
td.TdClassName
{
border-color: #20F255;
}
.TagClassName
{
border-color: #20F255;
}
</style>