Shades of Malachite #21BF4F
Tints of Malachite #21BF4F
RGB
CMYK
RGB Variations
Color information
#21BF4F (or 0x21BF4F) is known color: Malachite. HEX triplet: 21, BF and 4F. RGB value is (33,191,79). Sum of RGB (Red+Green+Blue) = 33+191+79=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BF4F is #DE40B0. Grayscale: #838383. Windows color (decimal): -14565553 or 5226273. OLE color: 5226273.
HSL color Cylindrical-coordinate representation of color #21BF4F: hue angle of 137.47º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BF4F is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 79 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.25 |
| HSL | 137.47º | 0.71% | 0.44% | - |
| HSV(B) | 137.47º | 0.83% | 0.75% | - |
| XYZ | 20.67 | 38.15 | 13.67 | - |
| YUV | 130.99 | 98.65 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 79 | 0.83 | 0 | 0.59 | 0.25 | 137.47 | 0.71 | 0.44 |
| Hex | 21 | BF | 4F | 53 | 0 | 3B | 19 | 89 | 47 | 2C |
| Octal | 41 | 277 | 117 | 123 | 0 | 73 | 31 | 211 | 107 | 54 |
| Binary | 100001 | 10111111 | 1001111 | 1010011 | 0 | 111011 | 11001 | 10001001 | 1000111 | 101100 |
Color Harmonies of #21BF4F
Complementary color
Monochromatic Colors of #21BF4F
Black with #21BF4F
Text Example
Text Example
White with #21BF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF4F; }
p { color: rgb(33,191,79); }
H1.HeaderClassName
{
color: #21BF4F;
}
.AnyTagClassName
{
color: #21BF4F;
}
</style>
background-color css
<style>
a { background-color: #21BF4F; }
a { background-color: rgb(33,191,79); }
div.DivClassName
{
background-color: #21BF4F;
}
.BgClassName
{
background-color: #21BF4F;
}
</style>
border-color css
<style>
span { border-color: #21BF4F; }
span { border-color: rgb(33,191,79); }
td.TdClassName
{
border-color: #21BF4F;
}
.TagClassName
{
border-color: #21BF4F;
}
</style>