Shades of Malachite #21F754
Tints of Malachite #21F754
RGB
CMYK
RGB Variations
Color information
#21F754 (or 0x21F754) is known color: Malachite. HEX triplet: 21, F7 and 54. RGB value is (33,247,84). Sum of RGB (Red+Green+Blue) = 33+247+84=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #21F754 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F754 is #DE08AB. Grayscale: #A4A4A4. Windows color (decimal): -14551212 or 5568289. OLE color: 5568289.
HSL color Cylindrical-coordinate representation of color #21F754: hue angle of 134.3º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F754 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 247 | 84 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.03 |
| HSL | 134.3º | 0.93% | 0.55% | - |
| HSV(B) | 134.3º | 0.87% | 0.97% | - |
| XYZ | 35.49 | 67.48 | 19.54 | - |
| YUV | 164.43 | 82.6 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 247 | 84 | 0.87 | 0 | 0.66 | 0.03 | 134.3 | 0.93 | 0.55 |
| Hex | 21 | F7 | 54 | 57 | 0 | 42 | 3 | 86 | 5D | 37 |
| Octal | 41 | 367 | 124 | 127 | 0 | 102 | 3 | 206 | 135 | 67 |
| Binary | 100001 | 11110111 | 1010100 | 1010111 | 0 | 1000010 | 11 | 10000110 | 1011101 | 110111 |
Color Harmonies of #21F754
Complementary color
Monochromatic Colors of #21F754
Black with #21F754
Text Example
Text Example
White with #21F754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F754; }
p { color: rgb(33,247,84); }
H1.HeaderClassName
{
color: #21F754;
}
.AnyTagClassName
{
color: #21F754;
}
</style>
background-color css
<style>
a { background-color: #21F754; }
a { background-color: rgb(33,247,84); }
div.DivClassName
{
background-color: #21F754;
}
.BgClassName
{
background-color: #21F754;
}
</style>
border-color css
<style>
span { border-color: #21F754; }
span { border-color: rgb(33,247,84); }
td.TdClassName
{
border-color: #21F754;
}
.TagClassName
{
border-color: #21F754;
}
</style>