Shades of Malachite #21F363
Tints of Malachite #21F363
RGB
CMYK
RGB Variations
Color information
#21F363 (or 0x21F363) is known color: Malachite. HEX triplet: 21, F3 and 63. RGB value is (33,243,99). Sum of RGB (Red+Green+Blue) = 33+243+99=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #21F363 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F363 is #DE0C9C. Grayscale: #A4A4A4. Windows color (decimal): -14552221 or 6550305. OLE color: 6550305.
HSL color Cylindrical-coordinate representation of color #21F363: hue angle of 138.86º 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 #21F363 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 99 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.05 |
| HSL | 138.86º | 0.9% | 0.54% | - |
| HSV(B) | 138.86º | 0.86% | 0.95% | - |
| XYZ | 34.93 | 65.33 | 22.57 | - |
| YUV | 163.79 | 91.43 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 99 | 0.86 | 0 | 0.59 | 0.05 | 138.86 | 0.9 | 0.54 |
| Hex | 21 | F3 | 63 | 56 | 0 | 3B | 5 | 8B | 5A | 36 |
| Octal | 41 | 363 | 143 | 126 | 0 | 73 | 5 | 213 | 132 | 66 |
| Binary | 100001 | 11110011 | 1100011 | 1010110 | 0 | 111011 | 101 | 10001011 | 1011010 | 110110 |
Color Harmonies of #21F363
Complementary color
Monochromatic Colors of #21F363
Black with #21F363
Text Example
Text Example
White with #21F363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F363; }
p { color: rgb(33,243,99); }
H1.HeaderClassName
{
color: #21F363;
}
.AnyTagClassName
{
color: #21F363;
}
</style>
background-color css
<style>
a { background-color: #21F363; }
a { background-color: rgb(33,243,99); }
div.DivClassName
{
background-color: #21F363;
}
.BgClassName
{
background-color: #21F363;
}
</style>
border-color css
<style>
span { border-color: #21F363; }
span { border-color: rgb(33,243,99); }
td.TdClassName
{
border-color: #21F363;
}
.TagClassName
{
border-color: #21F363;
}
</style>