Shades of Malachite #20CF5C
Tints of Malachite #20CF5C
RGB
CMYK
RGB Variations
Color information
#20CF5C (or 0x20CF5C) is known color: Malachite. HEX triplet: 20, CF and 5C. RGB value is (32,207,92). Sum of RGB (Red+Green+Blue) = 32+207+92=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CF5C is #DF30A3. Grayscale: #8D8D8D. Windows color (decimal): -14626980 or 6082336. OLE color: 6082336.
HSL color Cylindrical-coordinate representation of color #20CF5C: hue angle of 140.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF5C is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 92 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.19 |
| HSL | 140.57º | 0.73% | 0.47% | - |
| HSV(B) | 140.57º | 0.85% | 0.81% | - |
| XYZ | 24.84 | 45.71 | 17.64 | - |
| YUV | 141.57 | 100.02 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 92 | 0.85 | 0 | 0.56 | 0.19 | 140.57 | 0.73 | 0.47 |
| Hex | 20 | CF | 5C | 55 | 0 | 38 | 13 | 8D | 49 | 2F |
| Octal | 40 | 317 | 134 | 125 | 0 | 70 | 23 | 215 | 111 | 57 |
| Binary | 100000 | 11001111 | 1011100 | 1010101 | 0 | 111000 | 10011 | 10001101 | 1001001 | 101111 |
Color Harmonies of #20CF5C
Complementary color
Monochromatic Colors of #20CF5C
Black with #20CF5C
Text Example
Text Example
White with #20CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF5C; }
p { color: rgb(32,207,92); }
H1.HeaderClassName
{
color: #20CF5C;
}
.AnyTagClassName
{
color: #20CF5C;
}
</style>
background-color css
<style>
a { background-color: #20CF5C; }
a { background-color: rgb(32,207,92); }
div.DivClassName
{
background-color: #20CF5C;
}
.BgClassName
{
background-color: #20CF5C;
}
</style>
border-color css
<style>
span { border-color: #20CF5C; }
span { border-color: rgb(32,207,92); }
td.TdClassName
{
border-color: #20CF5C;
}
.TagClassName
{
border-color: #20CF5C;
}
</style>