Shades of Malachite #2AFF56
Tints of Malachite #2AFF56
RGB
CMYK
RGB Variations
Color information
#2AFF56 (or 0x2AFF56) is known color: Malachite. HEX triplet: 2A, FF and 56. RGB value is (42,255,86). Sum of RGB (Red+Green+Blue) = 42+255+86=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 255 (100% from 255 or 66.58% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF56 is #D500A9. Grayscale: #ACACAC. Windows color (decimal): -13959338 or 5701418. OLE color: 5701418.
HSL color Cylindrical-coordinate representation of color #2AFF56: hue angle of 132.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF56 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 86 | - |
| CMYK | 0.84 | 0 | 0.66 | 0 |
| HSL | 132.39º | 1% | 0.58% | - |
| HSV(B) | 132.39º | 0.84% | 1% | - |
| XYZ | 38.39 | 72.68 | 20.81 | - |
| YUV | 172.05 | 79.43 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 86 | 0.84 | 0 | 0.66 | 0 | 132.39 | 1 | 0.58 |
| Hex | 2A | FF | 56 | 54 | 0 | 42 | 0 | 84 | 64 | 3A |
| Octal | 52 | 377 | 126 | 124 | 0 | 102 | 0 | 204 | 144 | 72 |
| Binary | 101010 | 11111111 | 1010110 | 1010100 | 0 | 1000010 | 0 | 10000100 | 1100100 | 111010 |
Color Harmonies of #2AFF56
Complementary color
Monochromatic Colors of #2AFF56
Black with #2AFF56
Text Example
Text Example
White with #2AFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF56; }
p { color: rgb(42,255,86); }
H1.HeaderClassName
{
color: #2AFF56;
}
.AnyTagClassName
{
color: #2AFF56;
}
</style>
background-color css
<style>
a { background-color: #2AFF56; }
a { background-color: rgb(42,255,86); }
div.DivClassName
{
background-color: #2AFF56;
}
.BgClassName
{
background-color: #2AFF56;
}
</style>
border-color css
<style>
span { border-color: #2AFF56; }
span { border-color: rgb(42,255,86); }
td.TdClassName
{
border-color: #2AFF56;
}
.TagClassName
{
border-color: #2AFF56;
}
</style>