Shades of Malachite #21D361
Tints of Malachite #21D361
RGB
CMYK
RGB Variations
Color information
#21D361 (or 0x21D361) is known color: Malachite. HEX triplet: 21, D3 and 61. RGB value is (33,211,97). Sum of RGB (Red+Green+Blue) = 33+211+97=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 211 (82.81% from 255 or 61.88% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 211 - color contains mainly: green. Hex color #21D361 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D361 is #DE2C9E. Grayscale: #919191. Windows color (decimal): -14560415 or 6411041. OLE color: 6411041.
HSL color Cylindrical-coordinate representation of color #21D361: hue angle of 141.57º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D361 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 97 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.17 |
| HSL | 141.57º | 0.73% | 0.48% | - |
| HSV(B) | 141.57º | 0.84% | 0.83% | - |
| XYZ | 26.08 | 47.77 | 19.16 | - |
| YUV | 144.78 | 101.03 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 97 | 0.84 | 0 | 0.54 | 0.17 | 141.57 | 0.73 | 0.48 |
| Hex | 21 | D3 | 61 | 54 | 0 | 36 | 11 | 8E | 49 | 30 |
| Octal | 41 | 323 | 141 | 124 | 0 | 66 | 21 | 216 | 111 | 60 |
| Binary | 100001 | 11010011 | 1100001 | 1010100 | 0 | 110110 | 10001 | 10001110 | 1001001 | 110000 |
Color Harmonies of #21D361
Complementary color
Monochromatic Colors of #21D361
Black with #21D361
Text Example
Text Example
White with #21D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D361; }
p { color: rgb(33,211,97); }
H1.HeaderClassName
{
color: #21D361;
}
.AnyTagClassName
{
color: #21D361;
}
</style>
background-color css
<style>
a { background-color: #21D361; }
a { background-color: rgb(33,211,97); }
div.DivClassName
{
background-color: #21D361;
}
.BgClassName
{
background-color: #21D361;
}
</style>
border-color css
<style>
span { border-color: #21D361; }
span { border-color: rgb(33,211,97); }
td.TdClassName
{
border-color: #21D361;
}
.TagClassName
{
border-color: #21D361;
}
</style>