Shades of Malachite #21D355
Tints of Malachite #21D355
RGB
CMYK
RGB Variations
Color information
#21D355 (or 0x21D355) is known color: Malachite. HEX triplet: 21, D3 and 55. RGB value is (33,211,85). Sum of RGB (Red+Green+Blue) = 33+211+85=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 211 (82.81% from 255 or 64.13% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 211 - color contains mainly: green. Hex color #21D355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D355 is #DE2CAA. Grayscale: #8F8F8F. Windows color (decimal): -14560427 or 5624609. OLE color: 5624609.
HSL color Cylindrical-coordinate representation of color #21D355: hue angle of 137.53º 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 #21D355 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 85 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.17 |
| HSL | 137.53º | 0.73% | 0.48% | - |
| HSV(B) | 137.53º | 0.84% | 0.83% | - |
| XYZ | 25.56 | 47.57 | 16.43 | - |
| YUV | 143.41 | 95.03 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 85 | 0.84 | 0 | 0.60 | 0.17 | 137.53 | 0.73 | 0.48 |
| Hex | 21 | D3 | 55 | 54 | 0 | 3C | 11 | 8A | 49 | 30 |
| Octal | 41 | 323 | 125 | 124 | 0 | 74 | 21 | 212 | 111 | 60 |
| Binary | 100001 | 11010011 | 1010101 | 1010100 | 0 | 111100 | 10001 | 10001010 | 1001001 | 110000 |
Color Harmonies of #21D355
Complementary color
Monochromatic Colors of #21D355
Black with #21D355
Text Example
Text Example
White with #21D355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D355; }
p { color: rgb(33,211,85); }
H1.HeaderClassName
{
color: #21D355;
}
.AnyTagClassName
{
color: #21D355;
}
</style>
background-color css
<style>
a { background-color: #21D355; }
a { background-color: rgb(33,211,85); }
div.DivClassName
{
background-color: #21D355;
}
.BgClassName
{
background-color: #21D355;
}
</style>
border-color css
<style>
span { border-color: #21D355; }
span { border-color: rgb(33,211,85); }
td.TdClassName
{
border-color: #21D355;
}
.TagClassName
{
border-color: #21D355;
}
</style>