Shades of Malachite #21DE60
Tints of Malachite #21DE60
RGB
CMYK
RGB Variations
Color information
#21DE60 (or 0x21DE60) is known color: Malachite. HEX triplet: 21, DE and 60. RGB value is (33,222,96). Sum of RGB (Red+Green+Blue) = 33+222+96=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 222 (87.11% from 255 or 63.25% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DE60 is #DE219F. Grayscale: #979797. Windows color (decimal): -14557600 or 6348321. OLE color: 6348321.
HSL color Cylindrical-coordinate representation of color #21DE60: hue angle of 140º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DE60 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 96 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.13 |
| HSL | 140º | 0.74% | 0.5% | - |
| HSV(B) | 140º | 0.85% | 0.87% | - |
| XYZ | 28.86 | 53.41 | 19.85 | - |
| YUV | 151.13 | 96.88 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 96 | 0.85 | 0 | 0.57 | 0.13 | 140 | 0.74 | 0.5 |
| Hex | 21 | DE | 60 | 55 | 0 | 39 | D | 8C | 4A | 32 |
| Octal | 41 | 336 | 140 | 125 | 0 | 71 | 15 | 214 | 112 | 62 |
| Binary | 100001 | 11011110 | 1100000 | 1010101 | 0 | 111001 | 1101 | 10001100 | 1001010 | 110010 |
Color Harmonies of #21DE60
Complementary color
Monochromatic Colors of #21DE60
Black with #21DE60
Text Example
Text Example
White with #21DE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE60; }
p { color: rgb(33,222,96); }
H1.HeaderClassName
{
color: #21DE60;
}
.AnyTagClassName
{
color: #21DE60;
}
</style>
background-color css
<style>
a { background-color: #21DE60; }
a { background-color: rgb(33,222,96); }
div.DivClassName
{
background-color: #21DE60;
}
.BgClassName
{
background-color: #21DE60;
}
</style>
border-color css
<style>
span { border-color: #21DE60; }
span { border-color: rgb(33,222,96); }
td.TdClassName
{
border-color: #21DE60;
}
.TagClassName
{
border-color: #21DE60;
}
</style>