Shades of Malachite #21C965
Tints of Malachite #21C965
RGB
CMYK
RGB Variations
Color information
#21C965 (or 0x21C965) is known color: Malachite. HEX triplet: 21, C9 and 65. RGB value is (33,201,101). Sum of RGB (Red+Green+Blue) = 33+201+101=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #21C965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C965 is #DE369A. Grayscale: #8B8B8B. Windows color (decimal): -14562971 or 6670625. OLE color: 6670625.
HSL color Cylindrical-coordinate representation of color #21C965: hue angle of 144.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C965 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 101 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.21 |
| HSL | 144.29º | 0.72% | 0.46% | - |
| HSV(B) | 144.29º | 0.84% | 0.79% | - |
| XYZ | 23.86 | 43.04 | 19.36 | - |
| YUV | 139.37 | 106.34 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 101 | 0.84 | 0 | 0.50 | 0.21 | 144.29 | 0.72 | 0.46 |
| Hex | 21 | C9 | 65 | 54 | 0 | 32 | 15 | 90 | 48 | 2E |
| Octal | 41 | 311 | 145 | 124 | 0 | 62 | 25 | 220 | 110 | 56 |
| Binary | 100001 | 11001001 | 1100101 | 1010100 | 0 | 110010 | 10101 | 10010000 | 1001000 | 101110 |
Color Harmonies of #21C965
Complementary color
Monochromatic Colors of #21C965
Black with #21C965
Text Example
Text Example
White with #21C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C965; }
p { color: rgb(33,201,101); }
H1.HeaderClassName
{
color: #21C965;
}
.AnyTagClassName
{
color: #21C965;
}
</style>
background-color css
<style>
a { background-color: #21C965; }
a { background-color: rgb(33,201,101); }
div.DivClassName
{
background-color: #21C965;
}
.BgClassName
{
background-color: #21C965;
}
</style>
border-color css
<style>
span { border-color: #21C965; }
span { border-color: rgb(33,201,101); }
td.TdClassName
{
border-color: #21C965;
}
.TagClassName
{
border-color: #21C965;
}
</style>