Shades of Malachite #21CC55
Tints of Malachite #21CC55
RGB
CMYK
RGB Variations
Color information
#21CC55 (or 0x21CC55) is known color: Malachite. HEX triplet: 21, CC and 55. RGB value is (33,204,85). Sum of RGB (Red+Green+Blue) = 33+204+85=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC55 is #DE33AA. Grayscale: #8B8B8B. Windows color (decimal): -14562219 or 5622817. OLE color: 5622817.
HSL color Cylindrical-coordinate representation of color #21CC55: hue angle of 138.25º 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 #21CC55 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 85 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.2 |
| HSL | 138.25º | 0.72% | 0.46% | - |
| HSV(B) | 138.25º | 0.84% | 0.8% | - |
| XYZ | 23.86 | 44.16 | 15.86 | - |
| YUV | 139.31 | 97.35 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 85 | 0.84 | 0 | 0.58 | 0.2 | 138.25 | 0.72 | 0.46 |
| Hex | 21 | CC | 55 | 54 | 0 | 3A | 14 | 8A | 48 | 2E |
| Octal | 41 | 314 | 125 | 124 | 0 | 72 | 24 | 212 | 110 | 56 |
| Binary | 100001 | 11001100 | 1010101 | 1010100 | 0 | 111010 | 10100 | 10001010 | 1001000 | 101110 |
Color Harmonies of #21CC55
Complementary color
Monochromatic Colors of #21CC55
Black with #21CC55
Text Example
Text Example
White with #21CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC55; }
p { color: rgb(33,204,85); }
H1.HeaderClassName
{
color: #21CC55;
}
.AnyTagClassName
{
color: #21CC55;
}
</style>
background-color css
<style>
a { background-color: #21CC55; }
a { background-color: rgb(33,204,85); }
div.DivClassName
{
background-color: #21CC55;
}
.BgClassName
{
background-color: #21CC55;
}
</style>
border-color css
<style>
span { border-color: #21CC55; }
span { border-color: rgb(33,204,85); }
td.TdClassName
{
border-color: #21CC55;
}
.TagClassName
{
border-color: #21CC55;
}
</style>