Shades of Malachite #2FFB56
Tints of Malachite #2FFB56
RGB
CMYK
RGB Variations
Color information
#2FFB56 (or 0x2FFB56) is known color: Malachite. HEX triplet: 2F, FB and 56. RGB value is (47,251,86). Sum of RGB (Red+Green+Blue) = 47+251+86=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 251 (98.44% from 255 or 65.36% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB56 is #D004A9. Grayscale: #ABABAB. Windows color (decimal): -13632682 or 5700399. OLE color: 5700399.
HSL color Cylindrical-coordinate representation of color #2FFB56: hue angle of 131.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB56 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 86 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.02 |
| HSL | 131.47º | 0.96% | 0.58% | - |
| HSV(B) | 131.47º | 0.81% | 0.98% | - |
| XYZ | 37.35 | 70.27 | 20.4 | - |
| YUV | 171.19 | 79.91 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 86 | 0.81 | 0 | 0.66 | 0.02 | 131.47 | 0.96 | 0.58 |
| Hex | 2F | FB | 56 | 51 | 0 | 42 | 2 | 83 | 60 | 3A |
| Octal | 57 | 373 | 126 | 121 | 0 | 102 | 2 | 203 | 140 | 72 |
| Binary | 101111 | 11111011 | 1010110 | 1010001 | 0 | 1000010 | 10 | 10000011 | 1100000 | 111010 |
Color Harmonies of #2FFB56
Complementary color
Monochromatic Colors of #2FFB56
Black with #2FFB56
Text Example
Text Example
White with #2FFB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB56; }
p { color: rgb(47,251,86); }
H1.HeaderClassName
{
color: #2FFB56;
}
.AnyTagClassName
{
color: #2FFB56;
}
</style>
background-color css
<style>
a { background-color: #2FFB56; }
a { background-color: rgb(47,251,86); }
div.DivClassName
{
background-color: #2FFB56;
}
.BgClassName
{
background-color: #2FFB56;
}
</style>
border-color css
<style>
span { border-color: #2FFB56; }
span { border-color: rgb(47,251,86); }
td.TdClassName
{
border-color: #2FFB56;
}
.TagClassName
{
border-color: #2FFB56;
}
</style>