Shades of Malachite #21DE77
Tints of Malachite #21DE77
RGB
CMYK
RGB Variations
Color information
#21DE77 (or 0x21DE77) is known color: Malachite. HEX triplet: 21, DE and 77. RGB value is (33,222,119). Sum of RGB (Red+Green+Blue) = 33+222+119=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 222 (87.11% from 255 or 59.36% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DE77 is #DE2188. Grayscale: #999999. Windows color (decimal): -14557577 or 7855649. OLE color: 7855649.
HSL color Cylindrical-coordinate representation of color #21DE77: hue angle of 147.3º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DE77 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 119 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.13 |
| HSL | 147.3º | 0.74% | 0.5% | - |
| HSV(B) | 147.3º | 0.85% | 0.87% | - |
| XYZ | 30.08 | 53.9 | 26.27 | - |
| YUV | 153.75 | 108.38 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 119 | 0.85 | 0 | 0.46 | 0.13 | 147.3 | 0.74 | 0.5 |
| Hex | 21 | DE | 77 | 55 | 0 | 2E | D | 93 | 4A | 32 |
| Octal | 41 | 336 | 167 | 125 | 0 | 56 | 15 | 223 | 112 | 62 |
| Binary | 100001 | 11011110 | 1110111 | 1010101 | 0 | 101110 | 1101 | 10010011 | 1001010 | 110010 |
Color Harmonies of #21DE77
Complementary color
Monochromatic Colors of #21DE77
Black with #21DE77
Text Example
Text Example
White with #21DE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE77; }
p { color: rgb(33,222,119); }
H1.HeaderClassName
{
color: #21DE77;
}
.AnyTagClassName
{
color: #21DE77;
}
</style>
background-color css
<style>
a { background-color: #21DE77; }
a { background-color: rgb(33,222,119); }
div.DivClassName
{
background-color: #21DE77;
}
.BgClassName
{
background-color: #21DE77;
}
</style>
border-color css
<style>
span { border-color: #21DE77; }
span { border-color: rgb(33,222,119); }
td.TdClassName
{
border-color: #21DE77;
}
.TagClassName
{
border-color: #21DE77;
}
</style>