Shades of Malachite #21CC65
Tints of Malachite #21CC65
RGB
CMYK
RGB Variations
Color information
#21CC65 (or 0x21CC65) is known color: Malachite. HEX triplet: 21, CC and 65. RGB value is (33,204,101). Sum of RGB (Red+Green+Blue) = 33+204+101=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC65 is #DE339A. Grayscale: #8D8D8D. Windows color (decimal): -14562203 or 6671393. OLE color: 6671393.
HSL color Cylindrical-coordinate representation of color #21CC65: hue angle of 143.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC65 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 101 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.2 |
| HSL | 143.86º | 0.72% | 0.46% | - |
| HSV(B) | 143.86º | 0.84% | 0.8% | - |
| XYZ | 24.57 | 44.45 | 19.6 | - |
| YUV | 141.13 | 105.35 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 101 | 0.84 | 0 | 0.50 | 0.2 | 143.86 | 0.72 | 0.46 |
| Hex | 21 | CC | 65 | 54 | 0 | 32 | 14 | 90 | 48 | 2E |
| Octal | 41 | 314 | 145 | 124 | 0 | 62 | 24 | 220 | 110 | 56 |
| Binary | 100001 | 11001100 | 1100101 | 1010100 | 0 | 110010 | 10100 | 10010000 | 1001000 | 101110 |
Color Harmonies of #21CC65
Complementary color
Monochromatic Colors of #21CC65
Black with #21CC65
Text Example
Text Example
White with #21CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC65; }
p { color: rgb(33,204,101); }
H1.HeaderClassName
{
color: #21CC65;
}
.AnyTagClassName
{
color: #21CC65;
}
</style>
background-color css
<style>
a { background-color: #21CC65; }
a { background-color: rgb(33,204,101); }
div.DivClassName
{
background-color: #21CC65;
}
.BgClassName
{
background-color: #21CC65;
}
</style>
border-color css
<style>
span { border-color: #21CC65; }
span { border-color: rgb(33,204,101); }
td.TdClassName
{
border-color: #21CC65;
}
.TagClassName
{
border-color: #21CC65;
}
</style>