Shades of Malachite #21DF74
Tints of Malachite #21DF74
RGB
CMYK
RGB Variations
Color information
#21DF74 (or 0x21DF74) is known color: Malachite. HEX triplet: 21, DF and 74. RGB value is (33,223,116). Sum of RGB (Red+Green+Blue) = 33+223+116=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DF74 is #DE208B. Grayscale: #9A9A9A. Windows color (decimal): -14557324 or 7659297. OLE color: 7659297.
HSL color Cylindrical-coordinate representation of color #21DF74: hue angle of 146.21º 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 #21DF74 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 116 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.13 |
| HSL | 146.21º | 0.75% | 0.5% | - |
| HSV(B) | 146.21º | 0.85% | 0.87% | - |
| XYZ | 30.17 | 54.36 | 25.43 | - |
| YUV | 153.99 | 106.55 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 116 | 0.85 | 0 | 0.48 | 0.13 | 146.21 | 0.75 | 0.5 |
| Hex | 21 | DF | 74 | 55 | 0 | 30 | D | 92 | 4B | 32 |
| Octal | 41 | 337 | 164 | 125 | 0 | 60 | 15 | 222 | 113 | 62 |
| Binary | 100001 | 11011111 | 1110100 | 1010101 | 0 | 110000 | 1101 | 10010010 | 1001011 | 110010 |
Color Harmonies of #21DF74
Complementary color
Monochromatic Colors of #21DF74
Black with #21DF74
Text Example
Text Example
White with #21DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF74; }
p { color: rgb(33,223,116); }
H1.HeaderClassName
{
color: #21DF74;
}
.AnyTagClassName
{
color: #21DF74;
}
</style>
background-color css
<style>
a { background-color: #21DF74; }
a { background-color: rgb(33,223,116); }
div.DivClassName
{
background-color: #21DF74;
}
.BgClassName
{
background-color: #21DF74;
}
</style>
border-color css
<style>
span { border-color: #21DF74; }
span { border-color: rgb(33,223,116); }
td.TdClassName
{
border-color: #21DF74;
}
.TagClassName
{
border-color: #21DF74;
}
</style>