Shades of Malachite #2AFB55
Tints of Malachite #2AFB55
RGB
CMYK
RGB Variations
Color information
#2AFB55 (or 0x2AFB55) is known color: Malachite. HEX triplet: 2A, FB and 55. RGB value is (42,251,85). Sum of RGB (Red+Green+Blue) = 42+251+85=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFB55 is #D504AA. Grayscale: #AAAAAA. Windows color (decimal): -13960363 or 5634858. OLE color: 5634858.
HSL color Cylindrical-coordinate representation of color #2AFB55: hue angle of 132.34º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFB55 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 85 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.02 |
| HSL | 132.34º | 0.96% | 0.57% | - |
| HSV(B) | 132.34º | 0.83% | 0.98% | - |
| XYZ | 37.09 | 70.14 | 20.18 | - |
| YUV | 169.59 | 80.26 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 85 | 0.83 | 0 | 0.66 | 0.02 | 132.34 | 0.96 | 0.57 |
| Hex | 2A | FB | 55 | 53 | 0 | 42 | 2 | 84 | 60 | 39 |
| Octal | 52 | 373 | 125 | 123 | 0 | 102 | 2 | 204 | 140 | 71 |
| Binary | 101010 | 11111011 | 1010101 | 1010011 | 0 | 1000010 | 10 | 10000100 | 1100000 | 111001 |
Color Harmonies of #2AFB55
Complementary color
Monochromatic Colors of #2AFB55
Black with #2AFB55
Text Example
Text Example
White with #2AFB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB55; }
p { color: rgb(42,251,85); }
H1.HeaderClassName
{
color: #2AFB55;
}
.AnyTagClassName
{
color: #2AFB55;
}
</style>
background-color css
<style>
a { background-color: #2AFB55; }
a { background-color: rgb(42,251,85); }
div.DivClassName
{
background-color: #2AFB55;
}
.BgClassName
{
background-color: #2AFB55;
}
</style>
border-color css
<style>
span { border-color: #2AFB55; }
span { border-color: rgb(42,251,85); }
td.TdClassName
{
border-color: #2AFB55;
}
.TagClassName
{
border-color: #2AFB55;
}
</style>