Shades of Malachite #21F366
Tints of Malachite #21F366
RGB
CMYK
RGB Variations
Color information
#21F366 (or 0x21F366) is known color: Malachite. HEX triplet: 21, F3 and 66. RGB value is (33,243,102). Sum of RGB (Red+Green+Blue) = 33+243+102=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #21F366 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F366 is #DE0C99. Grayscale: #A4A4A4. Windows color (decimal): -14552218 or 6746913. OLE color: 6746913.
HSL color Cylindrical-coordinate representation of color #21F366: hue angle of 139.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F366 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 102 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.05 |
| HSL | 139.71º | 0.9% | 0.54% | - |
| HSV(B) | 139.71º | 0.86% | 0.95% | - |
| XYZ | 35.08 | 65.38 | 23.34 | - |
| YUV | 164.14 | 92.93 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 102 | 0.86 | 0 | 0.58 | 0.05 | 139.71 | 0.9 | 0.54 |
| Hex | 21 | F3 | 66 | 56 | 0 | 3A | 5 | 8C | 5A | 36 |
| Octal | 41 | 363 | 146 | 126 | 0 | 72 | 5 | 214 | 132 | 66 |
| Binary | 100001 | 11110011 | 1100110 | 1010110 | 0 | 111010 | 101 | 10001100 | 1011010 | 110110 |
Color Harmonies of #21F366
Complementary color
Monochromatic Colors of #21F366
Black with #21F366
Text Example
Text Example
White with #21F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F366; }
p { color: rgb(33,243,102); }
H1.HeaderClassName
{
color: #21F366;
}
.AnyTagClassName
{
color: #21F366;
}
</style>
background-color css
<style>
a { background-color: #21F366; }
a { background-color: rgb(33,243,102); }
div.DivClassName
{
background-color: #21F366;
}
.BgClassName
{
background-color: #21F366;
}
</style>
border-color css
<style>
span { border-color: #21F366; }
span { border-color: rgb(33,243,102); }
td.TdClassName
{
border-color: #21F366;
}
.TagClassName
{
border-color: #21F366;
}
</style>