Shades of Malachite #21CB5D
Tints of Malachite #21CB5D
RGB
CMYK
RGB Variations
Color information
#21CB5D (or 0x21CB5D) is known color: Malachite. HEX triplet: 21, CB and 5D. RGB value is (33,203,93). Sum of RGB (Red+Green+Blue) = 33+203+93=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB5D is #DE34A2. Grayscale: #8B8B8B. Windows color (decimal): -14562467 or 6146849. OLE color: 6146849.
HSL color Cylindrical-coordinate representation of color #21CB5D: hue angle of 141.18º 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 #21CB5D is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 93 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.20 |
| HSL | 141.18º | 0.72% | 0.46% | - |
| HSV(B) | 141.18º | 0.84% | 0.8% | - |
| XYZ | 23.96 | 43.83 | 17.55 | - |
| YUV | 139.63 | 101.68 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 93 | 0.84 | 0 | 0.54 | 0.20 | 141.18 | 0.72 | 0.46 |
| Hex | 21 | CB | 5D | 54 | 0 | 36 | 14 | 8D | 48 | 2E |
| Octal | 41 | 313 | 135 | 124 | 0 | 66 | 24 | 215 | 110 | 56 |
| Binary | 100001 | 11001011 | 1011101 | 1010100 | 0 | 110110 | 10100 | 10001101 | 1001000 | 101110 |
Color Harmonies of #21CB5D
Complementary color
Monochromatic Colors of #21CB5D
Black with #21CB5D
Text Example
Text Example
White with #21CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB5D; }
p { color: rgb(33,203,93); }
H1.HeaderClassName
{
color: #21CB5D;
}
.AnyTagClassName
{
color: #21CB5D;
}
</style>
background-color css
<style>
a { background-color: #21CB5D; }
a { background-color: rgb(33,203,93); }
div.DivClassName
{
background-color: #21CB5D;
}
.BgClassName
{
background-color: #21CB5D;
}
</style>
border-color css
<style>
span { border-color: #21CB5D; }
span { border-color: rgb(33,203,93); }
td.TdClassName
{
border-color: #21CB5D;
}
.TagClassName
{
border-color: #21CB5D;
}
</style>