Shades of Malachite #2ADF50
Tints of Malachite #2ADF50
RGB
CMYK
RGB Variations
Color information
#2ADF50 (or 0x2ADF50) is known color: Malachite. HEX triplet: 2A, DF and 50. RGB value is (42,223,80). Sum of RGB (Red+Green+Blue) = 42+223+80=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF50 is #D520AF. Grayscale: #989898. Windows color (decimal): -13967536 or 5300010. OLE color: 5300010.
HSL color Cylindrical-coordinate representation of color #2ADF50: hue angle of 132.6º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF50 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 80 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.13 |
| HSL | 132.6º | 0.74% | 0.52% | - |
| HSV(B) | 132.6º | 0.81% | 0.87% | - |
| XYZ | 28.79 | 53.85 | 16.47 | - |
| YUV | 152.58 | 87.03 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 80 | 0.81 | 0 | 0.64 | 0.13 | 132.6 | 0.74 | 0.52 |
| Hex | 2A | DF | 50 | 51 | 0 | 40 | D | 85 | 4A | 34 |
| Octal | 52 | 337 | 120 | 121 | 0 | 100 | 15 | 205 | 112 | 64 |
| Binary | 101010 | 11011111 | 1010000 | 1010001 | 0 | 1000000 | 1101 | 10000101 | 1001010 | 110100 |
Color Harmonies of #2ADF50
Complementary color
Monochromatic Colors of #2ADF50
Black with #2ADF50
Text Example
Text Example
White with #2ADF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF50; }
p { color: rgb(42,223,80); }
H1.HeaderClassName
{
color: #2ADF50;
}
.AnyTagClassName
{
color: #2ADF50;
}
</style>
background-color css
<style>
a { background-color: #2ADF50; }
a { background-color: rgb(42,223,80); }
div.DivClassName
{
background-color: #2ADF50;
}
.BgClassName
{
background-color: #2ADF50;
}
</style>
border-color css
<style>
span { border-color: #2ADF50; }
span { border-color: rgb(42,223,80); }
td.TdClassName
{
border-color: #2ADF50;
}
.TagClassName
{
border-color: #2ADF50;
}
</style>