Shades of Malachite #2AFE47
Tints of Malachite #2AFE47
RGB
CMYK
RGB Variations
Color information
#2AFE47 (or 0x2AFE47) is known color: Malachite. HEX triplet: 2A, FE and 47. RGB value is (42,254,71). Sum of RGB (Red+Green+Blue) = 42+254+71=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 254 (99.61% from 255 or 69.21% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFE47 is #D501B8. Grayscale: #AAAAAA. Windows color (decimal): -13959609 or 4718122. OLE color: 4718122.
HSL color Cylindrical-coordinate representation of color #2AFE47: hue angle of 128.21º 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 #2AFE47 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 71 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.00 |
| HSL | 128.21º | 0.99% | 0.58% | - |
| HSV(B) | 128.21º | 0.83% | 1% | - |
| XYZ | 37.53 | 71.83 | 17.85 | - |
| YUV | 169.75 | 72.26 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 71 | 0.83 | 0 | 0.72 | 0.00 | 128.21 | 0.99 | 0.58 |
| Hex | 2A | FE | 47 | 53 | 0 | 48 | 0 | 80 | 63 | 3A |
| Octal | 52 | 376 | 107 | 123 | 0 | 110 | 0 | 200 | 143 | 72 |
| Binary | 101010 | 11111110 | 1000111 | 1010011 | 0 | 1001000 | 0 | 10000000 | 1100011 | 111010 |
Color Harmonies of #2AFE47
Complementary color
Monochromatic Colors of #2AFE47
Black with #2AFE47
Text Example
Text Example
White with #2AFE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE47; }
p { color: rgb(42,254,71); }
H1.HeaderClassName
{
color: #2AFE47;
}
.AnyTagClassName
{
color: #2AFE47;
}
</style>
background-color css
<style>
a { background-color: #2AFE47; }
a { background-color: rgb(42,254,71); }
div.DivClassName
{
background-color: #2AFE47;
}
.BgClassName
{
background-color: #2AFE47;
}
</style>
border-color css
<style>
span { border-color: #2AFE47; }
span { border-color: rgb(42,254,71); }
td.TdClassName
{
border-color: #2AFE47;
}
.TagClassName
{
border-color: #2AFE47;
}
</style>