Shades of Malachite #2AFE53
Tints of Malachite #2AFE53
RGB
CMYK
RGB Variations
Color information
#2AFE53 (or 0x2AFE53) is known color: Malachite. HEX triplet: 2A, FE and 53. RGB value is (42,254,83). Sum of RGB (Red+Green+Blue) = 42+254+83=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE53 is #D501AC. Grayscale: #ABABAB. Windows color (decimal): -13959597 or 5504554. OLE color: 5504554.
HSL color Cylindrical-coordinate representation of color #2AFE53: hue angle of 131.6º 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 #2AFE53 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 83 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.00 |
| HSL | 131.6º | 0.99% | 0.58% | - |
| HSV(B) | 131.6º | 0.83% | 1% | - |
| XYZ | 37.96 | 72 | 20.08 | - |
| YUV | 171.12 | 78.26 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 83 | 0.83 | 0 | 0.67 | 0.00 | 131.6 | 0.99 | 0.58 |
| Hex | 2A | FE | 53 | 53 | 0 | 43 | 0 | 84 | 63 | 3A |
| Octal | 52 | 376 | 123 | 123 | 0 | 103 | 0 | 204 | 143 | 72 |
| Binary | 101010 | 11111110 | 1010011 | 1010011 | 0 | 1000011 | 0 | 10000100 | 1100011 | 111010 |
Color Harmonies of #2AFE53
Complementary color
Monochromatic Colors of #2AFE53
Black with #2AFE53
Text Example
Text Example
White with #2AFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE53; }
p { color: rgb(42,254,83); }
H1.HeaderClassName
{
color: #2AFE53;
}
.AnyTagClassName
{
color: #2AFE53;
}
</style>
background-color css
<style>
a { background-color: #2AFE53; }
a { background-color: rgb(42,254,83); }
div.DivClassName
{
background-color: #2AFE53;
}
.BgClassName
{
background-color: #2AFE53;
}
</style>
border-color css
<style>
span { border-color: #2AFE53; }
span { border-color: rgb(42,254,83); }
td.TdClassName
{
border-color: #2AFE53;
}
.TagClassName
{
border-color: #2AFE53;
}
</style>