Shades of Malachite #21BC58
Tints of Malachite #21BC58
RGB
CMYK
RGB Variations
Color information
#21BC58 (or 0x21BC58) is known color: Malachite. HEX triplet: 21, BC and 58. RGB value is (33,188,88). Sum of RGB (Red+Green+Blue) = 33+188+88=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC58 is #DE43A7. Grayscale: #828282. Windows color (decimal): -14566312 or 5815329. OLE color: 5815329.
HSL color Cylindrical-coordinate representation of color #21BC58: hue angle of 141.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC58 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 88 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.26 |
| HSL | 141.29º | 0.7% | 0.43% | - |
| HSV(B) | 141.29º | 0.82% | 0.74% | - |
| XYZ | 20.37 | 36.99 | 15.3 | - |
| YUV | 130.26 | 104.15 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 88 | 0.82 | 0 | 0.53 | 0.26 | 141.29 | 0.7 | 0.43 |
| Hex | 21 | BC | 58 | 52 | 0 | 35 | 1A | 8D | 46 | 2B |
| Octal | 41 | 274 | 130 | 122 | 0 | 65 | 32 | 215 | 106 | 53 |
| Binary | 100001 | 10111100 | 1011000 | 1010010 | 0 | 110101 | 11010 | 10001101 | 1000110 | 101011 |
Color Harmonies of #21BC58
Complementary color
Monochromatic Colors of #21BC58
Black with #21BC58
Text Example
Text Example
White with #21BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC58; }
p { color: rgb(33,188,88); }
H1.HeaderClassName
{
color: #21BC58;
}
.AnyTagClassName
{
color: #21BC58;
}
</style>
background-color css
<style>
a { background-color: #21BC58; }
a { background-color: rgb(33,188,88); }
div.DivClassName
{
background-color: #21BC58;
}
.BgClassName
{
background-color: #21BC58;
}
</style>
border-color css
<style>
span { border-color: #21BC58; }
span { border-color: rgb(33,188,88); }
td.TdClassName
{
border-color: #21BC58;
}
.TagClassName
{
border-color: #21BC58;
}
</style>