Shades of Malachite #2AFF51
Tints of Malachite #2AFF51
RGB
CMYK
RGB Variations
Color information
#2AFF51 (or 0x2AFF51) is known color: Malachite. HEX triplet: 2A, FF and 51. RGB value is (42,255,81). Sum of RGB (Red+Green+Blue) = 42+255+81=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF51 is #D500AE. Grayscale: #ABABAB. Windows color (decimal): -13959343 or 5373738. OLE color: 5373738.
HSL color Cylindrical-coordinate representation of color #2AFF51: hue angle of 130.99º 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 #2AFF51 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 81 | - |
| CMYK | 0.84 | 0 | 0.68 | 0 |
| HSL | 130.99º | 1% | 0.58% | - |
| HSV(B) | 130.99º | 0.84% | 1% | - |
| XYZ | 38.2 | 72.61 | 19.79 | - |
| YUV | 171.48 | 76.93 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 81 | 0.84 | 0 | 0.68 | 0 | 130.99 | 1 | 0.58 |
| Hex | 2A | FF | 51 | 54 | 0 | 44 | 0 | 83 | 64 | 3A |
| Octal | 52 | 377 | 121 | 124 | 0 | 104 | 0 | 203 | 144 | 72 |
| Binary | 101010 | 11111111 | 1010001 | 1010100 | 0 | 1000100 | 0 | 10000011 | 1100100 | 111010 |
Color Harmonies of #2AFF51
Complementary color
Monochromatic Colors of #2AFF51
Black with #2AFF51
Text Example
Text Example
White with #2AFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF51; }
p { color: rgb(42,255,81); }
H1.HeaderClassName
{
color: #2AFF51;
}
.AnyTagClassName
{
color: #2AFF51;
}
</style>
background-color css
<style>
a { background-color: #2AFF51; }
a { background-color: rgb(42,255,81); }
div.DivClassName
{
background-color: #2AFF51;
}
.BgClassName
{
background-color: #2AFF51;
}
</style>
border-color css
<style>
span { border-color: #2AFF51; }
span { border-color: rgb(42,255,81); }
td.TdClassName
{
border-color: #2AFF51;
}
.TagClassName
{
border-color: #2AFF51;
}
</style>