Shades of Malachite #21CF5B
Tints of Malachite #21CF5B
RGB
CMYK
RGB Variations
Color information
#21CF5B (or 0x21CF5B) is known color: Malachite. HEX triplet: 21, CF and 5B. RGB value is (33,207,91). Sum of RGB (Red+Green+Blue) = 33+207+91=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF5B is #DE30A4. Grayscale: #8E8E8E. Windows color (decimal): -14561445 or 6016801. OLE color: 6016801.
HSL color Cylindrical-coordinate representation of color #21CF5B: hue angle of 140º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF5B is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 91 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.19 |
| HSL | 140º | 0.73% | 0.47% | - |
| HSV(B) | 140º | 0.84% | 0.81% | - |
| XYZ | 24.83 | 45.7 | 17.41 | - |
| YUV | 141.75 | 99.35 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 91 | 0.84 | 0 | 0.56 | 0.19 | 140 | 0.73 | 0.47 |
| Hex | 21 | CF | 5B | 54 | 0 | 38 | 13 | 8C | 48 | 2F |
| Octal | 41 | 317 | 133 | 124 | 0 | 70 | 23 | 214 | 110 | 57 |
| Binary | 100001 | 11001111 | 1011011 | 1010100 | 0 | 111000 | 10011 | 10001100 | 1001000 | 101111 |
Color Harmonies of #21CF5B
Complementary color
Monochromatic Colors of #21CF5B
Black with #21CF5B
Text Example
Text Example
White with #21CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF5B; }
p { color: rgb(33,207,91); }
H1.HeaderClassName
{
color: #21CF5B;
}
.AnyTagClassName
{
color: #21CF5B;
}
</style>
background-color css
<style>
a { background-color: #21CF5B; }
a { background-color: rgb(33,207,91); }
div.DivClassName
{
background-color: #21CF5B;
}
.BgClassName
{
background-color: #21CF5B;
}
</style>
border-color css
<style>
span { border-color: #21CF5B; }
span { border-color: rgb(33,207,91); }
td.TdClassName
{
border-color: #21CF5B;
}
.TagClassName
{
border-color: #21CF5B;
}
</style>