Shades of Malachite #21E965
Tints of Malachite #21E965
RGB
CMYK
RGB Variations
Color information
#21E965 (or 0x21E965) is known color: Malachite. HEX triplet: 21, E9 and 65. RGB value is (33,233,101). Sum of RGB (Red+Green+Blue) = 33+233+101=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #21E965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E965 is #DE169A. Grayscale: #9E9E9E. Windows color (decimal): -14554779 or 6678817. OLE color: 6678817.
HSL color Cylindrical-coordinate representation of color #21E965: hue angle of 140.4º degrees, saturation: 0.82, 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 #21E965 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 101 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.09 |
| HSL | 140.4º | 0.82% | 0.52% | - |
| HSV(B) | 140.4º | 0.86% | 0.91% | - |
| XYZ | 32.12 | 59.54 | 22.11 | - |
| YUV | 158.15 | 95.74 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 101 | 0.86 | 0 | 0.57 | 0.09 | 140.4 | 0.82 | 0.52 |
| Hex | 21 | E9 | 65 | 56 | 0 | 39 | 9 | 8C | 52 | 34 |
| Octal | 41 | 351 | 145 | 126 | 0 | 71 | 11 | 214 | 122 | 64 |
| Binary | 100001 | 11101001 | 1100101 | 1010110 | 0 | 111001 | 1001 | 10001100 | 1010010 | 110100 |
Color Harmonies of #21E965
Complementary color
Monochromatic Colors of #21E965
Black with #21E965
Text Example
Text Example
White with #21E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E965; }
p { color: rgb(33,233,101); }
H1.HeaderClassName
{
color: #21E965;
}
.AnyTagClassName
{
color: #21E965;
}
</style>
background-color css
<style>
a { background-color: #21E965; }
a { background-color: rgb(33,233,101); }
div.DivClassName
{
background-color: #21E965;
}
.BgClassName
{
background-color: #21E965;
}
</style>
border-color css
<style>
span { border-color: #21E965; }
span { border-color: rgb(33,233,101); }
td.TdClassName
{
border-color: #21E965;
}
.TagClassName
{
border-color: #21E965;
}
</style>