Shades of Malachite #21E669
Tints of Malachite #21E669
RGB
CMYK
RGB Variations
Color information
#21E669 (or 0x21E669) is known color: Malachite. HEX triplet: 21, E6 and 69. RGB value is (33,230,105). Sum of RGB (Red+Green+Blue) = 33+230+105=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #21E669 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E669 is #DE1996. Grayscale: #9D9D9D. Windows color (decimal): -14555543 or 6940193. OLE color: 6940193.
HSL color Cylindrical-coordinate representation of color #21E669: hue angle of 141.93º 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 #21E669 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 105 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.10 |
| HSL | 141.93º | 0.8% | 0.52% | - |
| HSV(B) | 141.93º | 0.86% | 0.9% | - |
| XYZ | 31.47 | 57.94 | 22.89 | - |
| YUV | 156.85 | 98.73 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 105 | 0.86 | 0 | 0.54 | 0.10 | 141.93 | 0.8 | 0.52 |
| Hex | 21 | E6 | 69 | 56 | 0 | 36 | A | 8E | 50 | 34 |
| Octal | 41 | 346 | 151 | 126 | 0 | 66 | 12 | 216 | 120 | 64 |
| Binary | 100001 | 11100110 | 1101001 | 1010110 | 0 | 110110 | 1010 | 10001110 | 1010000 | 110100 |
Color Harmonies of #21E669
Complementary color
Monochromatic Colors of #21E669
Black with #21E669
Text Example
Text Example
White with #21E669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E669; }
p { color: rgb(33,230,105); }
H1.HeaderClassName
{
color: #21E669;
}
.AnyTagClassName
{
color: #21E669;
}
</style>
background-color css
<style>
a { background-color: #21E669; }
a { background-color: rgb(33,230,105); }
div.DivClassName
{
background-color: #21E669;
}
.BgClassName
{
background-color: #21E669;
}
</style>
border-color css
<style>
span { border-color: #21E669; }
span { border-color: rgb(33,230,105); }
td.TdClassName
{
border-color: #21E669;
}
.TagClassName
{
border-color: #21E669;
}
</style>