Shades of Malachite #21CB4E
Tints of Malachite #21CB4E
RGB
CMYK
RGB Variations
Color information
#21CB4E (or 0x21CB4E) is known color: Malachite. HEX triplet: 21, CB and 4E. RGB value is (33,203,78). Sum of RGB (Red+Green+Blue) = 33+203+78=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB4E is #DE34B1. Grayscale: #8A8A8A. Windows color (decimal): -14562482 or 5163809. OLE color: 5163809.
HSL color Cylindrical-coordinate representation of color #21CB4E: hue angle of 135.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CB4E is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 78 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.20 |
| HSL | 135.88º | 0.72% | 0.46% | - |
| HSV(B) | 135.88º | 0.84% | 0.8% | - |
| XYZ | 23.36 | 43.59 | 14.39 | - |
| YUV | 137.92 | 94.18 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 78 | 0.84 | 0 | 0.62 | 0.20 | 135.88 | 0.72 | 0.46 |
| Hex | 21 | CB | 4E | 54 | 0 | 3E | 14 | 88 | 48 | 2E |
| Octal | 41 | 313 | 116 | 124 | 0 | 76 | 24 | 210 | 110 | 56 |
| Binary | 100001 | 11001011 | 1001110 | 1010100 | 0 | 111110 | 10100 | 10001000 | 1001000 | 101110 |
Color Harmonies of #21CB4E
Complementary color
Monochromatic Colors of #21CB4E
Black with #21CB4E
Text Example
Text Example
White with #21CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB4E; }
p { color: rgb(33,203,78); }
H1.HeaderClassName
{
color: #21CB4E;
}
.AnyTagClassName
{
color: #21CB4E;
}
</style>
background-color css
<style>
a { background-color: #21CB4E; }
a { background-color: rgb(33,203,78); }
div.DivClassName
{
background-color: #21CB4E;
}
.BgClassName
{
background-color: #21CB4E;
}
</style>
border-color css
<style>
span { border-color: #21CB4E; }
span { border-color: rgb(33,203,78); }
td.TdClassName
{
border-color: #21CB4E;
}
.TagClassName
{
border-color: #21CB4E;
}
</style>