Shades of Malachite #2ADF53
Tints of Malachite #2ADF53
RGB
CMYK
RGB Variations
Color information
#2ADF53 (or 0x2ADF53) is known color: Malachite. HEX triplet: 2A, DF and 53. RGB value is (42,223,83). Sum of RGB (Red+Green+Blue) = 42+223+83=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF53 is #D520AC. Grayscale: #999999. Windows color (decimal): -13967533 or 5496618. OLE color: 5496618.
HSL color Cylindrical-coordinate representation of color #2ADF53: hue angle of 133.59º 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 #2ADF53 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 83 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.13 |
| HSL | 133.59º | 0.74% | 0.52% | - |
| HSV(B) | 133.59º | 0.81% | 0.87% | - |
| XYZ | 28.9 | 53.89 | 17.06 | - |
| YUV | 152.92 | 88.53 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 83 | 0.81 | 0 | 0.63 | 0.13 | 133.59 | 0.74 | 0.52 |
| Hex | 2A | DF | 53 | 51 | 0 | 3F | D | 86 | 4A | 34 |
| Octal | 52 | 337 | 123 | 121 | 0 | 77 | 15 | 206 | 112 | 64 |
| Binary | 101010 | 11011111 | 1010011 | 1010001 | 0 | 111111 | 1101 | 10000110 | 1001010 | 110100 |
Color Harmonies of #2ADF53
Complementary color
Monochromatic Colors of #2ADF53
Black with #2ADF53
Text Example
Text Example
White with #2ADF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF53; }
p { color: rgb(42,223,83); }
H1.HeaderClassName
{
color: #2ADF53;
}
.AnyTagClassName
{
color: #2ADF53;
}
</style>
background-color css
<style>
a { background-color: #2ADF53; }
a { background-color: rgb(42,223,83); }
div.DivClassName
{
background-color: #2ADF53;
}
.BgClassName
{
background-color: #2ADF53;
}
</style>
border-color css
<style>
span { border-color: #2ADF53; }
span { border-color: rgb(42,223,83); }
td.TdClassName
{
border-color: #2ADF53;
}
.TagClassName
{
border-color: #2ADF53;
}
</style>