Shades of Malachite #21CC68
Tints of Malachite #21CC68
RGB
CMYK
RGB Variations
Color information
#21CC68 (or 0x21CC68) is known color: Malachite. HEX triplet: 21, CC and 68. RGB value is (33,204,104). Sum of RGB (Red+Green+Blue) = 33+204+104=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC68 is #DE3397. Grayscale: #8D8D8D. Windows color (decimal): -14562200 or 6868001. OLE color: 6868001.
HSL color Cylindrical-coordinate representation of color #21CC68: hue angle of 144.91º 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 #21CC68 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 104 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.2 |
| HSL | 144.91º | 0.72% | 0.46% | - |
| HSV(B) | 144.91º | 0.84% | 0.8% | - |
| XYZ | 24.72 | 44.51 | 20.38 | - |
| YUV | 141.47 | 106.85 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 104 | 0.84 | 0 | 0.49 | 0.2 | 144.91 | 0.72 | 0.46 |
| Hex | 21 | CC | 68 | 54 | 0 | 31 | 14 | 91 | 48 | 2E |
| Octal | 41 | 314 | 150 | 124 | 0 | 61 | 24 | 221 | 110 | 56 |
| Binary | 100001 | 11001100 | 1101000 | 1010100 | 0 | 110001 | 10100 | 10010001 | 1001000 | 101110 |
Color Harmonies of #21CC68
Complementary color
Monochromatic Colors of #21CC68
Black with #21CC68
Text Example
Text Example
White with #21CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC68; }
p { color: rgb(33,204,104); }
H1.HeaderClassName
{
color: #21CC68;
}
.AnyTagClassName
{
color: #21CC68;
}
</style>
background-color css
<style>
a { background-color: #21CC68; }
a { background-color: rgb(33,204,104); }
div.DivClassName
{
background-color: #21CC68;
}
.BgClassName
{
background-color: #21CC68;
}
</style>
border-color css
<style>
span { border-color: #21CC68; }
span { border-color: rgb(33,204,104); }
td.TdClassName
{
border-color: #21CC68;
}
.TagClassName
{
border-color: #21CC68;
}
</style>