Shades of Malachite #2AFE64
Tints of Malachite #2AFE64
RGB
CMYK
RGB Variations
Color information
#2AFE64 (or 0x2AFE64) is known color: Malachite. HEX triplet: 2A, FE and 64. RGB value is (42,254,100). Sum of RGB (Red+Green+Blue) = 42+254+100=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE64 is #D5019B. Grayscale: #ADADAD. Windows color (decimal): -13959580 or 6618666. OLE color: 6618666.
HSL color Cylindrical-coordinate representation of color #2AFE64: hue angle of 136.42º 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 #2AFE64 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 100 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.00 |
| HSL | 136.42º | 0.99% | 0.58% | - |
| HSV(B) | 136.42º | 0.83% | 1% | - |
| XYZ | 38.7 | 72.3 | 23.97 | - |
| YUV | 173.06 | 86.76 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 100 | 0.83 | 0 | 0.61 | 0.00 | 136.42 | 0.99 | 0.58 |
| Hex | 2A | FE | 64 | 53 | 0 | 3D | 0 | 88 | 63 | 3A |
| Octal | 52 | 376 | 144 | 123 | 0 | 75 | 0 | 210 | 143 | 72 |
| Binary | 101010 | 11111110 | 1100100 | 1010011 | 0 | 111101 | 0 | 10001000 | 1100011 | 111010 |
Color Harmonies of #2AFE64
Complementary color
Monochromatic Colors of #2AFE64
Black with #2AFE64
Text Example
Text Example
White with #2AFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE64; }
p { color: rgb(42,254,100); }
H1.HeaderClassName
{
color: #2AFE64;
}
.AnyTagClassName
{
color: #2AFE64;
}
</style>
background-color css
<style>
a { background-color: #2AFE64; }
a { background-color: rgb(42,254,100); }
div.DivClassName
{
background-color: #2AFE64;
}
.BgClassName
{
background-color: #2AFE64;
}
</style>
border-color css
<style>
span { border-color: #2AFE64; }
span { border-color: rgb(42,254,100); }
td.TdClassName
{
border-color: #2AFE64;
}
.TagClassName
{
border-color: #2AFE64;
}
</style>