Shades of Malachite #21C54B
Tints of Malachite #21C54B
RGB
CMYK
RGB Variations
Color information
#21C54B (or 0x21C54B) is known color: Malachite. HEX triplet: 21, C5 and 4B. RGB value is (33,197,75). Sum of RGB (Red+Green+Blue) = 33+197+75=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #21C54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C54B is #DE3AB4. Grayscale: #868686. Windows color (decimal): -14564021 or 4965665. OLE color: 4965665.
HSL color Cylindrical-coordinate representation of color #21C54B: hue angle of 135.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C54B is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 197 | 75 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.23 |
| HSL | 135.37º | 0.71% | 0.45% | - |
| HSV(B) | 135.37º | 0.83% | 0.77% | - |
| XYZ | 21.86 | 40.76 | 13.37 | - |
| YUV | 134.06 | 94.67 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 75 | 0.83 | 0 | 0.62 | 0.23 | 135.37 | 0.71 | 0.45 |
| Hex | 21 | C5 | 4B | 53 | 0 | 3E | 17 | 87 | 47 | 2D |
| Octal | 41 | 305 | 113 | 123 | 0 | 76 | 27 | 207 | 107 | 55 |
| Binary | 100001 | 11000101 | 1001011 | 1010011 | 0 | 111110 | 10111 | 10000111 | 1000111 | 101101 |
Color Harmonies of #21C54B
Complementary color
Monochromatic Colors of #21C54B
Black with #21C54B
Text Example
Text Example
White with #21C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C54B; }
p { color: rgb(33,197,75); }
H1.HeaderClassName
{
color: #21C54B;
}
.AnyTagClassName
{
color: #21C54B;
}
</style>
background-color css
<style>
a { background-color: #21C54B; }
a { background-color: rgb(33,197,75); }
div.DivClassName
{
background-color: #21C54B;
}
.BgClassName
{
background-color: #21C54B;
}
</style>
border-color css
<style>
span { border-color: #21C54B; }
span { border-color: rgb(33,197,75); }
td.TdClassName
{
border-color: #21C54B;
}
.TagClassName
{
border-color: #21C54B;
}
</style>