Shades of Malachite #2AFE56
Tints of Malachite #2AFE56
RGB
CMYK
RGB Variations
Color information
#2AFE56 (or 0x2AFE56) is known color: Malachite. HEX triplet: 2A, FE and 56. RGB value is (42,254,86). Sum of RGB (Red+Green+Blue) = 42+254+86=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 254 (99.61% from 255 or 66.49% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE56 is #D501A9. Grayscale: #ABABAB. Windows color (decimal): -13959594 or 5701162. OLE color: 5701162.
HSL color Cylindrical-coordinate representation of color #2AFE56: hue angle of 132.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE56 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 86 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.00 |
| HSL | 132.45º | 0.99% | 0.58% | - |
| HSV(B) | 132.45º | 0.83% | 1% | - |
| XYZ | 38.08 | 72.05 | 20.7 | - |
| YUV | 171.46 | 79.76 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 86 | 0.83 | 0 | 0.66 | 0.00 | 132.45 | 0.99 | 0.58 |
| Hex | 2A | FE | 56 | 53 | 0 | 42 | 0 | 84 | 63 | 3A |
| Octal | 52 | 376 | 126 | 123 | 0 | 102 | 0 | 204 | 143 | 72 |
| Binary | 101010 | 11111110 | 1010110 | 1010011 | 0 | 1000010 | 0 | 10000100 | 1100011 | 111010 |
Color Harmonies of #2AFE56
Complementary color
Monochromatic Colors of #2AFE56
Black with #2AFE56
Text Example
Text Example
White with #2AFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE56; }
p { color: rgb(42,254,86); }
H1.HeaderClassName
{
color: #2AFE56;
}
.AnyTagClassName
{
color: #2AFE56;
}
</style>
background-color css
<style>
a { background-color: #2AFE56; }
a { background-color: rgb(42,254,86); }
div.DivClassName
{
background-color: #2AFE56;
}
.BgClassName
{
background-color: #2AFE56;
}
</style>
border-color css
<style>
span { border-color: #2AFE56; }
span { border-color: rgb(42,254,86); }
td.TdClassName
{
border-color: #2AFE56;
}
.TagClassName
{
border-color: #2AFE56;
}
</style>