Shades of Malachite #2ADF66
Tints of Malachite #2ADF66
RGB
CMYK
RGB Variations
Color information
#2ADF66 (or 0x2ADF66) is known color: Malachite. HEX triplet: 2A, DF and 66. RGB value is (42,223,102). Sum of RGB (Red+Green+Blue) = 42+223+102=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF66 is #D52099. Grayscale: #9B9B9B. Windows color (decimal): -13967514 or 6741802. OLE color: 6741802.
HSL color Cylindrical-coordinate representation of color #2ADF66: hue angle of 139.89º 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 #2ADF66 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 102 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.13 |
| HSL | 139.89º | 0.74% | 0.52% | - |
| HSV(B) | 139.89º | 0.81% | 0.87% | - |
| XYZ | 29.74 | 54.23 | 21.47 | - |
| YUV | 155.09 | 98.03 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 102 | 0.81 | 0 | 0.54 | 0.13 | 139.89 | 0.74 | 0.52 |
| Hex | 2A | DF | 66 | 51 | 0 | 36 | D | 8C | 4A | 34 |
| Octal | 52 | 337 | 146 | 121 | 0 | 66 | 15 | 214 | 112 | 64 |
| Binary | 101010 | 11011111 | 1100110 | 1010001 | 0 | 110110 | 1101 | 10001100 | 1001010 | 110100 |
Color Harmonies of #2ADF66
Complementary color
Monochromatic Colors of #2ADF66
Black with #2ADF66
Text Example
Text Example
White with #2ADF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF66; }
p { color: rgb(42,223,102); }
H1.HeaderClassName
{
color: #2ADF66;
}
.AnyTagClassName
{
color: #2ADF66;
}
</style>
background-color css
<style>
a { background-color: #2ADF66; }
a { background-color: rgb(42,223,102); }
div.DivClassName
{
background-color: #2ADF66;
}
.BgClassName
{
background-color: #2ADF66;
}
</style>
border-color css
<style>
span { border-color: #2ADF66; }
span { border-color: rgb(42,223,102); }
td.TdClassName
{
border-color: #2ADF66;
}
.TagClassName
{
border-color: #2ADF66;
}
</style>