Shades of Malachite #21E661
Tints of Malachite #21E661
RGB
CMYK
RGB Variations
Color information
#21E661 (or 0x21E661) is known color: Malachite. HEX triplet: 21, E6 and 61. RGB value is (33,230,97). Sum of RGB (Red+Green+Blue) = 33+230+97=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 230 (90.23% from 255 or 63.89% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 230 - color contains mainly: green. Hex color #21E661 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E661 is #DE199E. Grayscale: #9C9C9C. Windows color (decimal): -14555551 or 6415905. OLE color: 6415905.
HSL color Cylindrical-coordinate representation of color #21E661: hue angle of 139.49º 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 #21E661 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 97 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.10 |
| HSL | 139.49º | 0.8% | 0.52% | - |
| HSV(B) | 139.49º | 0.86% | 0.9% | - |
| XYZ | 31.08 | 57.78 | 20.82 | - |
| YUV | 155.94 | 94.73 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 97 | 0.86 | 0 | 0.58 | 0.10 | 139.49 | 0.8 | 0.52 |
| Hex | 21 | E6 | 61 | 56 | 0 | 3A | A | 8B | 50 | 34 |
| Octal | 41 | 346 | 141 | 126 | 0 | 72 | 12 | 213 | 120 | 64 |
| Binary | 100001 | 11100110 | 1100001 | 1010110 | 0 | 111010 | 1010 | 10001011 | 1010000 | 110100 |
Color Harmonies of #21E661
Complementary color
Monochromatic Colors of #21E661
Black with #21E661
Text Example
Text Example
White with #21E661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E661; }
p { color: rgb(33,230,97); }
H1.HeaderClassName
{
color: #21E661;
}
.AnyTagClassName
{
color: #21E661;
}
</style>
background-color css
<style>
a { background-color: #21E661; }
a { background-color: rgb(33,230,97); }
div.DivClassName
{
background-color: #21E661;
}
.BgClassName
{
background-color: #21E661;
}
</style>
border-color css
<style>
span { border-color: #21E661; }
span { border-color: rgb(33,230,97); }
td.TdClassName
{
border-color: #21E661;
}
.TagClassName
{
border-color: #21E661;
}
</style>