Shades of Malachite #21D750
Tints of Malachite #21D750
RGB
CMYK
RGB Variations
Color information
#21D750 (or 0x21D750) is known color: Malachite. HEX triplet: 21, D7 and 50. RGB value is (33,215,80). Sum of RGB (Red+Green+Blue) = 33+215+80=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 215 (84.38% from 255 or 65.55% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 215 - color contains mainly: green. Hex color #21D750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D750 is #DE28AF. Grayscale: #919191. Windows color (decimal): -14559408 or 5297953. OLE color: 5297953.
HSL color Cylindrical-coordinate representation of color #21D750: hue angle of 135.49º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D750 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 80 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.16 |
| HSL | 135.49º | 0.73% | 0.49% | - |
| HSV(B) | 135.49º | 0.85% | 0.84% | - |
| XYZ | 26.38 | 49.5 | 15.75 | - |
| YUV | 145.19 | 91.2 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 80 | 0.85 | 0 | 0.63 | 0.16 | 135.49 | 0.73 | 0.49 |
| Hex | 21 | D7 | 50 | 55 | 0 | 3F | 10 | 87 | 49 | 31 |
| Octal | 41 | 327 | 120 | 125 | 0 | 77 | 20 | 207 | 111 | 61 |
| Binary | 100001 | 11010111 | 1010000 | 1010101 | 0 | 111111 | 10000 | 10000111 | 1001001 | 110001 |
Color Harmonies of #21D750
Complementary color
Monochromatic Colors of #21D750
Black with #21D750
Text Example
Text Example
White with #21D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D750; }
p { color: rgb(33,215,80); }
H1.HeaderClassName
{
color: #21D750;
}
.AnyTagClassName
{
color: #21D750;
}
</style>
background-color css
<style>
a { background-color: #21D750; }
a { background-color: rgb(33,215,80); }
div.DivClassName
{
background-color: #21D750;
}
.BgClassName
{
background-color: #21D750;
}
</style>
border-color css
<style>
span { border-color: #21D750; }
span { border-color: rgb(33,215,80); }
td.TdClassName
{
border-color: #21D750;
}
.TagClassName
{
border-color: #21D750;
}
</style>