Shades of Malachite #21D350
Tints of Malachite #21D350
RGB
CMYK
RGB Variations
Color information
#21D350 (or 0x21D350) is known color: Malachite. HEX triplet: 21, D3 and 50. RGB value is (33,211,80). Sum of RGB (Red+Green+Blue) = 33+211+80=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 211 (82.81% from 255 or 65.12% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 211 - color contains mainly: green. Hex color #21D350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D350 is #DE2CAF. Grayscale: #8F8F8F. Windows color (decimal): -14560432 or 5296929. OLE color: 5296929.
HSL color Cylindrical-coordinate representation of color #21D350: hue angle of 135.84º 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 #21D350 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 80 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.17 |
| HSL | 135.84º | 0.73% | 0.48% | - |
| HSV(B) | 135.84º | 0.84% | 0.83% | - |
| XYZ | 25.37 | 47.49 | 15.42 | - |
| YUV | 142.84 | 92.53 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 80 | 0.84 | 0 | 0.62 | 0.17 | 135.84 | 0.73 | 0.48 |
| Hex | 21 | D3 | 50 | 54 | 0 | 3E | 11 | 88 | 49 | 30 |
| Octal | 41 | 323 | 120 | 124 | 0 | 76 | 21 | 210 | 111 | 60 |
| Binary | 100001 | 11010011 | 1010000 | 1010100 | 0 | 111110 | 10001 | 10001000 | 1001001 | 110000 |
Color Harmonies of #21D350
Complementary color
Monochromatic Colors of #21D350
Black with #21D350
Text Example
Text Example
White with #21D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D350; }
p { color: rgb(33,211,80); }
H1.HeaderClassName
{
color: #21D350;
}
.AnyTagClassName
{
color: #21D350;
}
</style>
background-color css
<style>
a { background-color: #21D350; }
a { background-color: rgb(33,211,80); }
div.DivClassName
{
background-color: #21D350;
}
.BgClassName
{
background-color: #21D350;
}
</style>
border-color css
<style>
span { border-color: #21D350; }
span { border-color: rgb(33,211,80); }
td.TdClassName
{
border-color: #21D350;
}
.TagClassName
{
border-color: #21D350;
}
</style>