Shades of Malachite #21D968
Tints of Malachite #21D968
RGB
CMYK
RGB Variations
Color information
#21D968 (or 0x21D968) is known color: Malachite. HEX triplet: 21, D9 and 68. RGB value is (33,217,104). Sum of RGB (Red+Green+Blue) = 33+217+104=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 217 (85.16% from 255 or 61.30% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 217 - color contains mainly: green. Hex color #21D968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D968 is #DE2697. Grayscale: #959595. Windows color (decimal): -14558872 or 6871329. OLE color: 6871329.
HSL color Cylindrical-coordinate representation of color #21D968: hue angle of 143.15º 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 #21D968 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 104 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.15 |
| HSL | 143.15º | 0.74% | 0.49% | - |
| HSV(B) | 143.15º | 0.85% | 0.85% | - |
| XYZ | 27.94 | 50.95 | 21.46 | - |
| YUV | 149.1 | 102.54 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 104 | 0.85 | 0 | 0.52 | 0.15 | 143.15 | 0.74 | 0.49 |
| Hex | 21 | D9 | 68 | 55 | 0 | 34 | F | 8F | 4A | 31 |
| Octal | 41 | 331 | 150 | 125 | 0 | 64 | 17 | 217 | 112 | 61 |
| Binary | 100001 | 11011001 | 1101000 | 1010101 | 0 | 110100 | 1111 | 10001111 | 1001010 | 110001 |
Color Harmonies of #21D968
Complementary color
Monochromatic Colors of #21D968
Black with #21D968
Text Example
Text Example
White with #21D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D968; }
p { color: rgb(33,217,104); }
H1.HeaderClassName
{
color: #21D968;
}
.AnyTagClassName
{
color: #21D968;
}
</style>
background-color css
<style>
a { background-color: #21D968; }
a { background-color: rgb(33,217,104); }
div.DivClassName
{
background-color: #21D968;
}
.BgClassName
{
background-color: #21D968;
}
</style>
border-color css
<style>
span { border-color: #21D968; }
span { border-color: rgb(33,217,104); }
td.TdClassName
{
border-color: #21D968;
}
.TagClassName
{
border-color: #21D968;
}
</style>