Shades of Malachite #21D268
Tints of Malachite #21D268
RGB
CMYK
RGB Variations
Color information
#21D268 (or 0x21D268) is known color: Malachite. HEX triplet: 21, D2 and 68. RGB value is (33,210,104). Sum of RGB (Red+Green+Blue) = 33+210+104=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #21D268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D268 is #DE2D97. Grayscale: #919191. Windows color (decimal): -14560664 or 6869537. OLE color: 6869537.
HSL color Cylindrical-coordinate representation of color #21D268: hue angle of 144.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D268 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 104 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.18 |
| HSL | 144.07º | 0.73% | 0.48% | - |
| HSV(B) | 144.07º | 0.84% | 0.82% | - |
| XYZ | 26.17 | 47.42 | 20.87 | - |
| YUV | 144.99 | 104.86 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 104 | 0.84 | 0 | 0.50 | 0.18 | 144.07 | 0.73 | 0.48 |
| Hex | 21 | D2 | 68 | 54 | 0 | 32 | 12 | 90 | 49 | 30 |
| Octal | 41 | 322 | 150 | 124 | 0 | 62 | 22 | 220 | 111 | 60 |
| Binary | 100001 | 11010010 | 1101000 | 1010100 | 0 | 110010 | 10010 | 10010000 | 1001001 | 110000 |
Color Harmonies of #21D268
Complementary color
Monochromatic Colors of #21D268
Black with #21D268
Text Example
Text Example
White with #21D268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D268; }
p { color: rgb(33,210,104); }
H1.HeaderClassName
{
color: #21D268;
}
.AnyTagClassName
{
color: #21D268;
}
</style>
background-color css
<style>
a { background-color: #21D268; }
a { background-color: rgb(33,210,104); }
div.DivClassName
{
background-color: #21D268;
}
.BgClassName
{
background-color: #21D268;
}
</style>
border-color css
<style>
span { border-color: #21D268; }
span { border-color: rgb(33,210,104); }
td.TdClassName
{
border-color: #21D268;
}
.TagClassName
{
border-color: #21D268;
}
</style>