Shades of Malachite #20CF60
Tints of Malachite #20CF60
RGB
CMYK
RGB Variations
Color information
#20CF60 (or 0x20CF60) is known color: Malachite. HEX triplet: 20, CF and 60. RGB value is (32,207,96). Sum of RGB (Red+Green+Blue) = 32+207+96=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CF60 is #DF309F. Grayscale: #8E8E8E. Windows color (decimal): -14626976 or 6344480. OLE color: 6344480.
HSL color Cylindrical-coordinate representation of color #20CF60: hue angle of 141.94º 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 #20CF60 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 96 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.19 |
| HSL | 141.94º | 0.73% | 0.47% | - |
| HSV(B) | 141.94º | 0.85% | 0.81% | - |
| XYZ | 25.02 | 45.78 | 18.58 | - |
| YUV | 142.02 | 102.02 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 96 | 0.85 | 0 | 0.54 | 0.19 | 141.94 | 0.73 | 0.47 |
| Hex | 20 | CF | 60 | 55 | 0 | 36 | 13 | 8E | 49 | 2F |
| Octal | 40 | 317 | 140 | 125 | 0 | 66 | 23 | 216 | 111 | 57 |
| Binary | 100000 | 11001111 | 1100000 | 1010101 | 0 | 110110 | 10011 | 10001110 | 1001001 | 101111 |
Color Harmonies of #20CF60
Complementary color
Monochromatic Colors of #20CF60
Black with #20CF60
Text Example
Text Example
White with #20CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF60; }
p { color: rgb(32,207,96); }
H1.HeaderClassName
{
color: #20CF60;
}
.AnyTagClassName
{
color: #20CF60;
}
</style>
background-color css
<style>
a { background-color: #20CF60; }
a { background-color: rgb(32,207,96); }
div.DivClassName
{
background-color: #20CF60;
}
.BgClassName
{
background-color: #20CF60;
}
</style>
border-color css
<style>
span { border-color: #20CF60; }
span { border-color: rgb(32,207,96); }
td.TdClassName
{
border-color: #20CF60;
}
.TagClassName
{
border-color: #20CF60;
}
</style>