Shades of Malachite #21D357
Tints of Malachite #21D357
RGB
CMYK
RGB Variations
Color information
#21D357 (or 0x21D357) is known color: Malachite. HEX triplet: 21, D3 and 57. RGB value is (33,211,87). Sum of RGB (Red+Green+Blue) = 33+211+87=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 211 (82.81% from 255 or 63.75% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 211 - color contains mainly: green. Hex color #21D357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D357 is #DE2CA8. Grayscale: #8F8F8F. Windows color (decimal): -14560425 or 5755681. OLE color: 5755681.
HSL color Cylindrical-coordinate representation of color #21D357: hue angle of 138.2º 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 #21D357 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 87 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.17 |
| HSL | 138.2º | 0.73% | 0.48% | - |
| HSV(B) | 138.2º | 0.84% | 0.83% | - |
| XYZ | 25.64 | 47.6 | 16.85 | - |
| YUV | 143.64 | 96.03 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 87 | 0.84 | 0 | 0.59 | 0.17 | 138.2 | 0.73 | 0.48 |
| Hex | 21 | D3 | 57 | 54 | 0 | 3B | 11 | 8A | 49 | 30 |
| Octal | 41 | 323 | 127 | 124 | 0 | 73 | 21 | 212 | 111 | 60 |
| Binary | 100001 | 11010011 | 1010111 | 1010100 | 0 | 111011 | 10001 | 10001010 | 1001001 | 110000 |
Color Harmonies of #21D357
Complementary color
Monochromatic Colors of #21D357
Black with #21D357
Text Example
Text Example
White with #21D357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D357; }
p { color: rgb(33,211,87); }
H1.HeaderClassName
{
color: #21D357;
}
.AnyTagClassName
{
color: #21D357;
}
</style>
background-color css
<style>
a { background-color: #21D357; }
a { background-color: rgb(33,211,87); }
div.DivClassName
{
background-color: #21D357;
}
.BgClassName
{
background-color: #21D357;
}
</style>
border-color css
<style>
span { border-color: #21D357; }
span { border-color: rgb(33,211,87); }
td.TdClassName
{
border-color: #21D357;
}
.TagClassName
{
border-color: #21D357;
}
</style>