Shades of Malachite #21CF4C
Tints of Malachite #21CF4C
RGB
CMYK
RGB Variations
Color information
#21CF4C (or 0x21CF4C) is known color: Malachite. HEX triplet: 21, CF and 4C. RGB value is (33,207,76). Sum of RGB (Red+Green+Blue) = 33+207+76=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF4C is #DE30B3. Grayscale: #8C8C8C. Windows color (decimal): -14561460 or 5033761. OLE color: 5033761.
HSL color Cylindrical-coordinate representation of color #21CF4C: hue angle of 134.83º 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 #21CF4C is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 76 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.19 |
| HSL | 134.83º | 0.73% | 0.47% | - |
| HSV(B) | 134.83º | 0.84% | 0.81% | - |
| XYZ | 24.24 | 45.47 | 14.34 | - |
| YUV | 140.04 | 91.85 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 76 | 0.84 | 0 | 0.63 | 0.19 | 134.83 | 0.73 | 0.47 |
| Hex | 21 | CF | 4C | 54 | 0 | 3F | 13 | 87 | 48 | 2F |
| Octal | 41 | 317 | 114 | 124 | 0 | 77 | 23 | 207 | 110 | 57 |
| Binary | 100001 | 11001111 | 1001100 | 1010100 | 0 | 111111 | 10011 | 10000111 | 1001000 | 101111 |
Color Harmonies of #21CF4C
Complementary color
Monochromatic Colors of #21CF4C
Black with #21CF4C
Text Example
Text Example
White with #21CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF4C; }
p { color: rgb(33,207,76); }
H1.HeaderClassName
{
color: #21CF4C;
}
.AnyTagClassName
{
color: #21CF4C;
}
</style>
background-color css
<style>
a { background-color: #21CF4C; }
a { background-color: rgb(33,207,76); }
div.DivClassName
{
background-color: #21CF4C;
}
.BgClassName
{
background-color: #21CF4C;
}
</style>
border-color css
<style>
span { border-color: #21CF4C; }
span { border-color: rgb(33,207,76); }
td.TdClassName
{
border-color: #21CF4C;
}
.TagClassName
{
border-color: #21CF4C;
}
</style>