Shades of Malachite #21DF68
Tints of Malachite #21DF68
RGB
CMYK
RGB Variations
Color information
#21DF68 (or 0x21DF68) is known color: Malachite. HEX triplet: 21, DF and 68. RGB value is (33,223,104). Sum of RGB (Red+Green+Blue) = 33+223+104=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DF68 is #DE2097. Grayscale: #989898. Windows color (decimal): -14557336 or 6872865. OLE color: 6872865.
HSL color Cylindrical-coordinate representation of color #21DF68: hue angle of 142.42º degrees, saturation: 0.75, 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 #21DF68 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 104 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.13 |
| HSL | 142.42º | 0.75% | 0.5% | - |
| HSV(B) | 142.42º | 0.85% | 0.87% | - |
| XYZ | 29.51 | 54.1 | 21.98 | - |
| YUV | 152.62 | 100.55 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 104 | 0.85 | 0 | 0.53 | 0.13 | 142.42 | 0.75 | 0.5 |
| Hex | 21 | DF | 68 | 55 | 0 | 35 | D | 8E | 4B | 32 |
| Octal | 41 | 337 | 150 | 125 | 0 | 65 | 15 | 216 | 113 | 62 |
| Binary | 100001 | 11011111 | 1101000 | 1010101 | 0 | 110101 | 1101 | 10001110 | 1001011 | 110010 |
Color Harmonies of #21DF68
Complementary color
Monochromatic Colors of #21DF68
Black with #21DF68
Text Example
Text Example
White with #21DF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF68; }
p { color: rgb(33,223,104); }
H1.HeaderClassName
{
color: #21DF68;
}
.AnyTagClassName
{
color: #21DF68;
}
</style>
background-color css
<style>
a { background-color: #21DF68; }
a { background-color: rgb(33,223,104); }
div.DivClassName
{
background-color: #21DF68;
}
.BgClassName
{
background-color: #21DF68;
}
</style>
border-color css
<style>
span { border-color: #21DF68; }
span { border-color: rgb(33,223,104); }
td.TdClassName
{
border-color: #21DF68;
}
.TagClassName
{
border-color: #21DF68;
}
</style>