Shades of Malachite #2AFE51
Tints of Malachite #2AFE51
RGB
CMYK
RGB Variations
Color information
#2AFE51 (or 0x2AFE51) is known color: Malachite. HEX triplet: 2A, FE and 51. RGB value is (42,254,81). Sum of RGB (Red+Green+Blue) = 42+254+81=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE51 is #D501AE. Grayscale: #ABABAB. Windows color (decimal): -13959599 or 5373482. OLE color: 5373482.
HSL color Cylindrical-coordinate representation of color #2AFE51: hue angle of 131.04º 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 #2AFE51 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 81 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.00 |
| HSL | 131.04º | 0.99% | 0.58% | - |
| HSV(B) | 131.04º | 0.83% | 1% | - |
| XYZ | 37.88 | 71.97 | 19.68 | - |
| YUV | 170.89 | 77.26 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 81 | 0.83 | 0 | 0.68 | 0.00 | 131.04 | 0.99 | 0.58 |
| Hex | 2A | FE | 51 | 53 | 0 | 44 | 0 | 83 | 63 | 3A |
| Octal | 52 | 376 | 121 | 123 | 0 | 104 | 0 | 203 | 143 | 72 |
| Binary | 101010 | 11111110 | 1010001 | 1010011 | 0 | 1000100 | 0 | 10000011 | 1100011 | 111010 |
Color Harmonies of #2AFE51
Complementary color
Monochromatic Colors of #2AFE51
Black with #2AFE51
Text Example
Text Example
White with #2AFE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE51; }
p { color: rgb(42,254,81); }
H1.HeaderClassName
{
color: #2AFE51;
}
.AnyTagClassName
{
color: #2AFE51;
}
</style>
background-color css
<style>
a { background-color: #2AFE51; }
a { background-color: rgb(42,254,81); }
div.DivClassName
{
background-color: #2AFE51;
}
.BgClassName
{
background-color: #2AFE51;
}
</style>
border-color css
<style>
span { border-color: #2AFE51; }
span { border-color: rgb(42,254,81); }
td.TdClassName
{
border-color: #2AFE51;
}
.TagClassName
{
border-color: #2AFE51;
}
</style>