Shades of Malachite #21CE68
Tints of Malachite #21CE68
RGB
CMYK
RGB Variations
Color information
#21CE68 (or 0x21CE68) is known color: Malachite. HEX triplet: 21, CE and 68. RGB value is (33,206,104). Sum of RGB (Red+Green+Blue) = 33+206+104=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CE68 is #DE3197. Grayscale: #8E8E8E. Windows color (decimal): -14561688 or 6868513. OLE color: 6868513.
HSL color Cylindrical-coordinate representation of color #21CE68: hue angle of 144.62º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE68 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 104 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.19 |
| HSL | 144.62º | 0.72% | 0.47% | - |
| HSV(B) | 144.62º | 0.84% | 0.81% | - |
| XYZ | 25.2 | 45.47 | 20.54 | - |
| YUV | 142.65 | 106.19 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 104 | 0.84 | 0 | 0.50 | 0.19 | 144.62 | 0.72 | 0.47 |
| Hex | 21 | CE | 68 | 54 | 0 | 32 | 13 | 91 | 48 | 2F |
| Octal | 41 | 316 | 150 | 124 | 0 | 62 | 23 | 221 | 110 | 57 |
| Binary | 100001 | 11001110 | 1101000 | 1010100 | 0 | 110010 | 10011 | 10010001 | 1001000 | 101111 |
Color Harmonies of #21CE68
Complementary color
Monochromatic Colors of #21CE68
Black with #21CE68
Text Example
Text Example
White with #21CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE68; }
p { color: rgb(33,206,104); }
H1.HeaderClassName
{
color: #21CE68;
}
.AnyTagClassName
{
color: #21CE68;
}
</style>
background-color css
<style>
a { background-color: #21CE68; }
a { background-color: rgb(33,206,104); }
div.DivClassName
{
background-color: #21CE68;
}
.BgClassName
{
background-color: #21CE68;
}
</style>
border-color css
<style>
span { border-color: #21CE68; }
span { border-color: rgb(33,206,104); }
td.TdClassName
{
border-color: #21CE68;
}
.TagClassName
{
border-color: #21CE68;
}
</style>