Shades of Malachite #21E65D
Tints of Malachite #21E65D
RGB
CMYK
RGB Variations
Color information
#21E65D (or 0x21E65D) is known color: Malachite. HEX triplet: 21, E6 and 5D. RGB value is (33,230,93). Sum of RGB (Red+Green+Blue) = 33+230+93=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #21E65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E65D is #DE19A2. Grayscale: #9B9B9B. Windows color (decimal): -14555555 or 6153761. OLE color: 6153761.
HSL color Cylindrical-coordinate representation of color #21E65D: hue angle of 138.27º 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 #21E65D is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 93 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.10 |
| HSL | 138.27º | 0.8% | 0.52% | - |
| HSV(B) | 138.27º | 0.86% | 0.9% | - |
| XYZ | 30.9 | 57.71 | 19.87 | - |
| YUV | 155.48 | 92.73 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 93 | 0.86 | 0 | 0.60 | 0.10 | 138.27 | 0.8 | 0.52 |
| Hex | 21 | E6 | 5D | 56 | 0 | 3C | A | 8A | 50 | 34 |
| Octal | 41 | 346 | 135 | 126 | 0 | 74 | 12 | 212 | 120 | 64 |
| Binary | 100001 | 11100110 | 1011101 | 1010110 | 0 | 111100 | 1010 | 10001010 | 1010000 | 110100 |
Color Harmonies of #21E65D
Complementary color
Monochromatic Colors of #21E65D
Black with #21E65D
Text Example
Text Example
White with #21E65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E65D; }
p { color: rgb(33,230,93); }
H1.HeaderClassName
{
color: #21E65D;
}
.AnyTagClassName
{
color: #21E65D;
}
</style>
background-color css
<style>
a { background-color: #21E65D; }
a { background-color: rgb(33,230,93); }
div.DivClassName
{
background-color: #21E65D;
}
.BgClassName
{
background-color: #21E65D;
}
</style>
border-color css
<style>
span { border-color: #21E65D; }
span { border-color: rgb(33,230,93); }
td.TdClassName
{
border-color: #21E65D;
}
.TagClassName
{
border-color: #21E65D;
}
</style>