Shades of Malachite #21FF61
Tints of Malachite #21FF61
RGB
CMYK
RGB Variations
Color information
#21FF61 (or 0x21FF61) is known color: Malachite. HEX triplet: 21, FF and 61. RGB value is (33,255,97). Sum of RGB (Red+Green+Blue) = 33+255+97=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FF61 is #DE009E. Grayscale: #ABABAB. Windows color (decimal): -14549151 or 6422305. OLE color: 6422305.
HSL color Cylindrical-coordinate representation of color #21FF61: hue angle of 137.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FF61 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 97 | - |
| CMYK | 0.87 | 0 | 0.62 | 0 |
| HSL | 137.3º | 1% | 0.56% | - |
| HSV(B) | 137.3º | 0.87% | 1% | - |
| XYZ | 38.54 | 72.71 | 23.31 | - |
| YUV | 170.61 | 86.45 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 97 | 0.87 | 0 | 0.62 | 0 | 137.3 | 1 | 0.56 |
| Hex | 21 | FF | 61 | 57 | 0 | 3E | 0 | 89 | 64 | 38 |
| Octal | 41 | 377 | 141 | 127 | 0 | 76 | 0 | 211 | 144 | 70 |
| Binary | 100001 | 11111111 | 1100001 | 1010111 | 0 | 111110 | 0 | 10001001 | 1100100 | 111000 |
Color Harmonies of #21FF61
Complementary color
Monochromatic Colors of #21FF61
Black with #21FF61
Text Example
Text Example
White with #21FF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF61; }
p { color: rgb(33,255,97); }
H1.HeaderClassName
{
color: #21FF61;
}
.AnyTagClassName
{
color: #21FF61;
}
</style>
background-color css
<style>
a { background-color: #21FF61; }
a { background-color: rgb(33,255,97); }
div.DivClassName
{
background-color: #21FF61;
}
.BgClassName
{
background-color: #21FF61;
}
</style>
border-color css
<style>
span { border-color: #21FF61; }
span { border-color: rgb(33,255,97); }
td.TdClassName
{
border-color: #21FF61;
}
.TagClassName
{
border-color: #21FF61;
}
</style>