Shades of Malachite #21CB63
Tints of Malachite #21CB63
RGB
CMYK
RGB Variations
Color information
#21CB63 (or 0x21CB63) is known color: Malachite. HEX triplet: 21, CB and 63. RGB value is (33,203,99). Sum of RGB (Red+Green+Blue) = 33+203+99=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB63 is #DE349C. Grayscale: #8C8C8C. Windows color (decimal): -14562461 or 6540065. OLE color: 6540065.
HSL color Cylindrical-coordinate representation of color #21CB63: hue angle of 143.29º 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 #21CB63 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 99 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.20 |
| HSL | 143.29º | 0.72% | 0.46% | - |
| HSV(B) | 143.29º | 0.84% | 0.8% | - |
| XYZ | 24.24 | 43.94 | 19.01 | - |
| YUV | 140.31 | 104.68 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 99 | 0.84 | 0 | 0.51 | 0.20 | 143.29 | 0.72 | 0.46 |
| Hex | 21 | CB | 63 | 54 | 0 | 33 | 14 | 8F | 48 | 2E |
| Octal | 41 | 313 | 143 | 124 | 0 | 63 | 24 | 217 | 110 | 56 |
| Binary | 100001 | 11001011 | 1100011 | 1010100 | 0 | 110011 | 10100 | 10001111 | 1001000 | 101110 |
Color Harmonies of #21CB63
Complementary color
Monochromatic Colors of #21CB63
Black with #21CB63
Text Example
Text Example
White with #21CB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB63; }
p { color: rgb(33,203,99); }
H1.HeaderClassName
{
color: #21CB63;
}
.AnyTagClassName
{
color: #21CB63;
}
</style>
background-color css
<style>
a { background-color: #21CB63; }
a { background-color: rgb(33,203,99); }
div.DivClassName
{
background-color: #21CB63;
}
.BgClassName
{
background-color: #21CB63;
}
</style>
border-color css
<style>
span { border-color: #21CB63; }
span { border-color: rgb(33,203,99); }
td.TdClassName
{
border-color: #21CB63;
}
.TagClassName
{
border-color: #21CB63;
}
</style>