Shades of Malachite #2ADF64
Tints of Malachite #2ADF64
RGB
CMYK
RGB Variations
Color information
#2ADF64 (or 0x2ADF64) is known color: Malachite. HEX triplet: 2A, DF and 64. RGB value is (42,223,100). Sum of RGB (Red+Green+Blue) = 42+223+100=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF64 is #D5209B. Grayscale: #9B9B9B. Windows color (decimal): -13967516 or 6610730. OLE color: 6610730.
HSL color Cylindrical-coordinate representation of color #2ADF64: hue angle of 139.23º 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 #2ADF64 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 100 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.13 |
| HSL | 139.23º | 0.74% | 0.52% | - |
| HSV(B) | 139.23º | 0.81% | 0.87% | - |
| XYZ | 29.64 | 54.19 | 20.95 | - |
| YUV | 154.86 | 97.03 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 100 | 0.81 | 0 | 0.55 | 0.13 | 139.23 | 0.74 | 0.52 |
| Hex | 2A | DF | 64 | 51 | 0 | 37 | D | 8B | 4A | 34 |
| Octal | 52 | 337 | 144 | 121 | 0 | 67 | 15 | 213 | 112 | 64 |
| Binary | 101010 | 11011111 | 1100100 | 1010001 | 0 | 110111 | 1101 | 10001011 | 1001010 | 110100 |
Color Harmonies of #2ADF64
Complementary color
Monochromatic Colors of #2ADF64
Black with #2ADF64
Text Example
Text Example
White with #2ADF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF64; }
p { color: rgb(42,223,100); }
H1.HeaderClassName
{
color: #2ADF64;
}
.AnyTagClassName
{
color: #2ADF64;
}
</style>
background-color css
<style>
a { background-color: #2ADF64; }
a { background-color: rgb(42,223,100); }
div.DivClassName
{
background-color: #2ADF64;
}
.BgClassName
{
background-color: #2ADF64;
}
</style>
border-color css
<style>
span { border-color: #2ADF64; }
span { border-color: rgb(42,223,100); }
td.TdClassName
{
border-color: #2ADF64;
}
.TagClassName
{
border-color: #2ADF64;
}
</style>