Shades of Malachite #21CC5D
Tints of Malachite #21CC5D
RGB
CMYK
RGB Variations
Color information
#21CC5D (or 0x21CC5D) is known color: Malachite. HEX triplet: 21, CC and 5D. RGB value is (33,204,93). Sum of RGB (Red+Green+Blue) = 33+204+93=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC5D is #DE33A2. Grayscale: #8C8C8C. Windows color (decimal): -14562211 or 6147105. OLE color: 6147105.
HSL color Cylindrical-coordinate representation of color #21CC5D: hue angle of 141.05º 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 #21CC5D is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 93 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.2 |
| HSL | 141.05º | 0.72% | 0.46% | - |
| HSV(B) | 141.05º | 0.84% | 0.8% | - |
| XYZ | 24.2 | 44.3 | 17.63 | - |
| YUV | 140.22 | 101.35 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 93 | 0.84 | 0 | 0.54 | 0.2 | 141.05 | 0.72 | 0.46 |
| Hex | 21 | CC | 5D | 54 | 0 | 36 | 14 | 8D | 48 | 2E |
| Octal | 41 | 314 | 135 | 124 | 0 | 66 | 24 | 215 | 110 | 56 |
| Binary | 100001 | 11001100 | 1011101 | 1010100 | 0 | 110110 | 10100 | 10001101 | 1001000 | 101110 |
Color Harmonies of #21CC5D
Complementary color
Monochromatic Colors of #21CC5D
Black with #21CC5D
Text Example
Text Example
White with #21CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC5D; }
p { color: rgb(33,204,93); }
H1.HeaderClassName
{
color: #21CC5D;
}
.AnyTagClassName
{
color: #21CC5D;
}
</style>
background-color css
<style>
a { background-color: #21CC5D; }
a { background-color: rgb(33,204,93); }
div.DivClassName
{
background-color: #21CC5D;
}
.BgClassName
{
background-color: #21CC5D;
}
</style>
border-color css
<style>
span { border-color: #21CC5D; }
span { border-color: rgb(33,204,93); }
td.TdClassName
{
border-color: #21CC5D;
}
.TagClassName
{
border-color: #21CC5D;
}
</style>