Shades of Malachite #21E869
Tints of Malachite #21E869
RGB
CMYK
RGB Variations
Color information
#21E869 (or 0x21E869) is known color: Malachite. HEX triplet: 21, E8 and 69. RGB value is (33,232,105). Sum of RGB (Red+Green+Blue) = 33+232+105=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 232 (91.02% from 255 or 62.70% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 232 - color contains mainly: green. Hex color #21E869 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E869 is #DE1796. Grayscale: #9E9E9E. Windows color (decimal): -14555031 or 6940705. OLE color: 6940705.
HSL color Cylindrical-coordinate representation of color #21E869: hue angle of 141.71º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E869 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 105 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.09 |
| HSL | 141.71º | 0.81% | 0.52% | - |
| HSV(B) | 141.71º | 0.86% | 0.91% | - |
| XYZ | 32.03 | 59.06 | 23.08 | - |
| YUV | 158.02 | 98.07 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 105 | 0.86 | 0 | 0.55 | 0.09 | 141.71 | 0.81 | 0.52 |
| Hex | 21 | E8 | 69 | 56 | 0 | 37 | 9 | 8E | 51 | 34 |
| Octal | 41 | 350 | 151 | 126 | 0 | 67 | 11 | 216 | 121 | 64 |
| Binary | 100001 | 11101000 | 1101001 | 1010110 | 0 | 110111 | 1001 | 10001110 | 1010001 | 110100 |
Color Harmonies of #21E869
Complementary color
Monochromatic Colors of #21E869
Black with #21E869
Text Example
Text Example
White with #21E869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E869; }
p { color: rgb(33,232,105); }
H1.HeaderClassName
{
color: #21E869;
}
.AnyTagClassName
{
color: #21E869;
}
</style>
background-color css
<style>
a { background-color: #21E869; }
a { background-color: rgb(33,232,105); }
div.DivClassName
{
background-color: #21E869;
}
.BgClassName
{
background-color: #21E869;
}
</style>
border-color css
<style>
span { border-color: #21E869; }
span { border-color: rgb(33,232,105); }
td.TdClassName
{
border-color: #21E869;
}
.TagClassName
{
border-color: #21E869;
}
</style>