Shades of Malachite #2AFE50
Tints of Malachite #2AFE50
RGB
CMYK
RGB Variations
Color information
#2AFE50 (or 0x2AFE50) is known color: Malachite. HEX triplet: 2A, FE and 50. RGB value is (42,254,80). Sum of RGB (Red+Green+Blue) = 42+254+80=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE50 is #D501AF. Grayscale: #ABABAB. Windows color (decimal): -13959600 or 5307946. OLE color: 5307946.
HSL color Cylindrical-coordinate representation of color #2AFE50: hue angle of 130.75º 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 #2AFE50 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 80 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.00 |
| HSL | 130.75º | 0.99% | 0.58% | - |
| HSV(B) | 130.75º | 0.83% | 1% | - |
| XYZ | 37.84 | 71.96 | 19.48 | - |
| YUV | 170.78 | 76.76 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 80 | 0.83 | 0 | 0.69 | 0.00 | 130.75 | 0.99 | 0.58 |
| Hex | 2A | FE | 50 | 53 | 0 | 45 | 0 | 83 | 63 | 3A |
| Octal | 52 | 376 | 120 | 123 | 0 | 105 | 0 | 203 | 143 | 72 |
| Binary | 101010 | 11111110 | 1010000 | 1010011 | 0 | 1000101 | 0 | 10000011 | 1100011 | 111010 |
Color Harmonies of #2AFE50
Complementary color
Monochromatic Colors of #2AFE50
Black with #2AFE50
Text Example
Text Example
White with #2AFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE50; }
p { color: rgb(42,254,80); }
H1.HeaderClassName
{
color: #2AFE50;
}
.AnyTagClassName
{
color: #2AFE50;
}
</style>
background-color css
<style>
a { background-color: #2AFE50; }
a { background-color: rgb(42,254,80); }
div.DivClassName
{
background-color: #2AFE50;
}
.BgClassName
{
background-color: #2AFE50;
}
</style>
border-color css
<style>
span { border-color: #2AFE50; }
span { border-color: rgb(42,254,80); }
td.TdClassName
{
border-color: #2AFE50;
}
.TagClassName
{
border-color: #2AFE50;
}
</style>