Shades of Malachite #21D650
Tints of Malachite #21D650
RGB
CMYK
RGB Variations
Color information
#21D650 (or 0x21D650) is known color: Malachite. HEX triplet: 21, D6 and 50. RGB value is (33,214,80). Sum of RGB (Red+Green+Blue) = 33+214+80=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #21D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D650 is #DE29AF. Grayscale: #909090. Windows color (decimal): -14559664 or 5297697. OLE color: 5297697.
HSL color Cylindrical-coordinate representation of color #21D650: hue angle of 135.58º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D650 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 80 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.16 |
| HSL | 135.58º | 0.73% | 0.48% | - |
| HSV(B) | 135.58º | 0.85% | 0.84% | - |
| XYZ | 26.12 | 49 | 15.67 | - |
| YUV | 144.61 | 91.53 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 80 | 0.85 | 0 | 0.63 | 0.16 | 135.58 | 0.73 | 0.48 |
| Hex | 21 | D6 | 50 | 55 | 0 | 3F | 10 | 88 | 49 | 30 |
| Octal | 41 | 326 | 120 | 125 | 0 | 77 | 20 | 210 | 111 | 60 |
| Binary | 100001 | 11010110 | 1010000 | 1010101 | 0 | 111111 | 10000 | 10001000 | 1001001 | 110000 |
Color Harmonies of #21D650
Complementary color
Monochromatic Colors of #21D650
Black with #21D650
Text Example
Text Example
White with #21D650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D650; }
p { color: rgb(33,214,80); }
H1.HeaderClassName
{
color: #21D650;
}
.AnyTagClassName
{
color: #21D650;
}
</style>
background-color css
<style>
a { background-color: #21D650; }
a { background-color: rgb(33,214,80); }
div.DivClassName
{
background-color: #21D650;
}
.BgClassName
{
background-color: #21D650;
}
</style>
border-color css
<style>
span { border-color: #21D650; }
span { border-color: rgb(33,214,80); }
td.TdClassName
{
border-color: #21D650;
}
.TagClassName
{
border-color: #21D650;
}
</style>