Shades of Malachite #21E666
Tints of Malachite #21E666
RGB
CMYK
RGB Variations
Color information
#21E666 (or 0x21E666) is known color: Malachite. HEX triplet: 21, E6 and 66. RGB value is (33,230,102). Sum of RGB (Red+Green+Blue) = 33+230+102=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 230 (90.23% from 255 or 63.01% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 230 - color contains mainly: green. Hex color #21E666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E666 is #DE1999. Grayscale: #9C9C9C. Windows color (decimal): -14555546 or 6743585. OLE color: 6743585.
HSL color Cylindrical-coordinate representation of color #21E666: hue angle of 141.02º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E666 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 102 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.10 |
| HSL | 141.02º | 0.8% | 0.52% | - |
| HSV(B) | 141.02º | 0.86% | 0.9% | - |
| XYZ | 31.32 | 57.88 | 22.09 | - |
| YUV | 156.51 | 97.23 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 102 | 0.86 | 0 | 0.56 | 0.10 | 141.02 | 0.8 | 0.52 |
| Hex | 21 | E6 | 66 | 56 | 0 | 38 | A | 8D | 50 | 34 |
| Octal | 41 | 346 | 146 | 126 | 0 | 70 | 12 | 215 | 120 | 64 |
| Binary | 100001 | 11100110 | 1100110 | 1010110 | 0 | 111000 | 1010 | 10001101 | 1010000 | 110100 |
Color Harmonies of #21E666
Complementary color
Monochromatic Colors of #21E666
Black with #21E666
Text Example
Text Example
White with #21E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E666; }
p { color: rgb(33,230,102); }
H1.HeaderClassName
{
color: #21E666;
}
.AnyTagClassName
{
color: #21E666;
}
</style>
background-color css
<style>
a { background-color: #21E666; }
a { background-color: rgb(33,230,102); }
div.DivClassName
{
background-color: #21E666;
}
.BgClassName
{
background-color: #21E666;
}
</style>
border-color css
<style>
span { border-color: #21E666; }
span { border-color: rgb(33,230,102); }
td.TdClassName
{
border-color: #21E666;
}
.TagClassName
{
border-color: #21E666;
}
</style>