Shades of Malachite #20CF6B
Tints of Malachite #20CF6B
RGB
CMYK
RGB Variations
Color information
#20CF6B (or 0x20CF6B) is known color: Malachite. HEX triplet: 20, CF and 6B. RGB value is (32,207,107). Sum of RGB (Red+Green+Blue) = 32+207+107=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CF6B is #DF3094. Grayscale: #8F8F8F. Windows color (decimal): -14626965 or 7065376. OLE color: 7065376.
HSL color Cylindrical-coordinate representation of color #20CF6B: hue angle of 145.71º 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 #20CF6B is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 107 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.19 |
| HSL | 145.71º | 0.73% | 0.47% | - |
| HSV(B) | 145.71º | 0.85% | 0.81% | - |
| XYZ | 25.56 | 45.99 | 21.44 | - |
| YUV | 143.28 | 107.52 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 107 | 0.85 | 0 | 0.48 | 0.19 | 145.71 | 0.73 | 0.47 |
| Hex | 20 | CF | 6B | 55 | 0 | 30 | 13 | 92 | 49 | 2F |
| Octal | 40 | 317 | 153 | 125 | 0 | 60 | 23 | 222 | 111 | 57 |
| Binary | 100000 | 11001111 | 1101011 | 1010101 | 0 | 110000 | 10011 | 10010010 | 1001001 | 101111 |
Color Harmonies of #20CF6B
Complementary color
Monochromatic Colors of #20CF6B
Black with #20CF6B
Text Example
Text Example
White with #20CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF6B; }
p { color: rgb(32,207,107); }
H1.HeaderClassName
{
color: #20CF6B;
}
.AnyTagClassName
{
color: #20CF6B;
}
</style>
background-color css
<style>
a { background-color: #20CF6B; }
a { background-color: rgb(32,207,107); }
div.DivClassName
{
background-color: #20CF6B;
}
.BgClassName
{
background-color: #20CF6B;
}
</style>
border-color css
<style>
span { border-color: #20CF6B; }
span { border-color: rgb(32,207,107); }
td.TdClassName
{
border-color: #20CF6B;
}
.TagClassName
{
border-color: #20CF6B;
}
</style>