Shades of Malachite #21DA55
Tints of Malachite #21DA55
RGB
CMYK
RGB Variations
Color information
#21DA55 (or 0x21DA55) is known color: Malachite. HEX triplet: 21, DA and 55. RGB value is (33,218,85). Sum of RGB (Red+Green+Blue) = 33+218+85=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DA55 is #DE25AA. Grayscale: #939393. Windows color (decimal): -14558635 or 5626401. OLE color: 5626401.
HSL color Cylindrical-coordinate representation of color #21DA55: hue angle of 136.86º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DA55 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 85 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.15 |
| HSL | 136.86º | 0.74% | 0.49% | - |
| HSV(B) | 136.86º | 0.85% | 0.85% | - |
| XYZ | 27.34 | 51.12 | 17.02 | - |
| YUV | 147.52 | 92.71 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 85 | 0.85 | 0 | 0.61 | 0.15 | 136.86 | 0.74 | 0.49 |
| Hex | 21 | DA | 55 | 55 | 0 | 3D | F | 89 | 4A | 31 |
| Octal | 41 | 332 | 125 | 125 | 0 | 75 | 17 | 211 | 112 | 61 |
| Binary | 100001 | 11011010 | 1010101 | 1010101 | 0 | 111101 | 1111 | 10001001 | 1001010 | 110001 |
Color Harmonies of #21DA55
Complementary color
Monochromatic Colors of #21DA55
Black with #21DA55
Text Example
Text Example
White with #21DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DA55; }
p { color: rgb(33,218,85); }
H1.HeaderClassName
{
color: #21DA55;
}
.AnyTagClassName
{
color: #21DA55;
}
</style>
background-color css
<style>
a { background-color: #21DA55; }
a { background-color: rgb(33,218,85); }
div.DivClassName
{
background-color: #21DA55;
}
.BgClassName
{
background-color: #21DA55;
}
</style>
border-color css
<style>
span { border-color: #21DA55; }
span { border-color: rgb(33,218,85); }
td.TdClassName
{
border-color: #21DA55;
}
.TagClassName
{
border-color: #21DA55;
}
</style>