Shades of Malachite #21D15F
Tints of Malachite #21D15F
RGB
CMYK
RGB Variations
Color information
#21D15F (or 0x21D15F) is known color: Malachite. HEX triplet: 21, D1 and 5F. RGB value is (33,209,95). Sum of RGB (Red+Green+Blue) = 33+209+95=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #21D15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D15F is #DE2EA0. Grayscale: #8F8F8F. Windows color (decimal): -14560929 or 6279457. OLE color: 6279457.
HSL color Cylindrical-coordinate representation of color #21D15F: hue angle of 141.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D15F is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 95 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.18 |
| HSL | 141.14º | 0.73% | 0.47% | - |
| HSV(B) | 141.14º | 0.84% | 0.82% | - |
| XYZ | 25.49 | 46.75 | 18.51 | - |
| YUV | 143.38 | 100.69 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 95 | 0.84 | 0 | 0.55 | 0.18 | 141.14 | 0.73 | 0.47 |
| Hex | 21 | D1 | 5F | 54 | 0 | 37 | 12 | 8D | 49 | 2F |
| Octal | 41 | 321 | 137 | 124 | 0 | 67 | 22 | 215 | 111 | 57 |
| Binary | 100001 | 11010001 | 1011111 | 1010100 | 0 | 110111 | 10010 | 10001101 | 1001001 | 101111 |
Color Harmonies of #21D15F
Complementary color
Monochromatic Colors of #21D15F
Black with #21D15F
Text Example
Text Example
White with #21D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D15F; }
p { color: rgb(33,209,95); }
H1.HeaderClassName
{
color: #21D15F;
}
.AnyTagClassName
{
color: #21D15F;
}
</style>
background-color css
<style>
a { background-color: #21D15F; }
a { background-color: rgb(33,209,95); }
div.DivClassName
{
background-color: #21D15F;
}
.BgClassName
{
background-color: #21D15F;
}
</style>
border-color css
<style>
span { border-color: #21D15F; }
span { border-color: rgb(33,209,95); }
td.TdClassName
{
border-color: #21D15F;
}
.TagClassName
{
border-color: #21D15F;
}
</style>