Shades of Malachite #21CC4C
Tints of Malachite #21CC4C
RGB
CMYK
RGB Variations
Color information
#21CC4C (or 0x21CC4C) is known color: Malachite. HEX triplet: 21, CC and 4C. RGB value is (33,204,76). Sum of RGB (Red+Green+Blue) = 33+204+76=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC4C is #DE33B3. Grayscale: #8A8A8A. Windows color (decimal): -14562228 or 5032993. OLE color: 5032993.
HSL color Cylindrical-coordinate representation of color #21CC4C: hue angle of 135.09º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC4C is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 76 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.2 |
| HSL | 135.09º | 0.72% | 0.46% | - |
| HSV(B) | 135.09º | 0.84% | 0.8% | - |
| XYZ | 23.52 | 44.03 | 14.1 | - |
| YUV | 138.28 | 92.85 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 76 | 0.84 | 0 | 0.63 | 0.2 | 135.09 | 0.72 | 0.46 |
| Hex | 21 | CC | 4C | 54 | 0 | 3F | 14 | 87 | 48 | 2E |
| Octal | 41 | 314 | 114 | 124 | 0 | 77 | 24 | 207 | 110 | 56 |
| Binary | 100001 | 11001100 | 1001100 | 1010100 | 0 | 111111 | 10100 | 10000111 | 1001000 | 101110 |
Color Harmonies of #21CC4C
Complementary color
Monochromatic Colors of #21CC4C
Black with #21CC4C
Text Example
Text Example
White with #21CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC4C; }
p { color: rgb(33,204,76); }
H1.HeaderClassName
{
color: #21CC4C;
}
.AnyTagClassName
{
color: #21CC4C;
}
</style>
background-color css
<style>
a { background-color: #21CC4C; }
a { background-color: rgb(33,204,76); }
div.DivClassName
{
background-color: #21CC4C;
}
.BgClassName
{
background-color: #21CC4C;
}
</style>
border-color css
<style>
span { border-color: #21CC4C; }
span { border-color: rgb(33,204,76); }
td.TdClassName
{
border-color: #21CC4C;
}
.TagClassName
{
border-color: #21CC4C;
}
</style>