Shades of Malachite #2FD560
Tints of Malachite #2FD560
RGB
CMYK
RGB Variations
Color information
#2FD560 (or 0x2FD560) is known color: Malachite. HEX triplet: 2F, D5 and 60. RGB value is (47,213,96). Sum of RGB (Red+Green+Blue) = 47+213+96=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD560 is #D02A9F. Grayscale: #969696. Windows color (decimal): -13642400 or 6346031. OLE color: 6346031.
HSL color Cylindrical-coordinate representation of color #2FD560: hue angle of 137.71º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD560 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 96 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.16 |
| HSL | 137.71º | 0.66% | 0.51% | - |
| HSV(B) | 137.71º | 0.78% | 0.84% | - |
| XYZ | 27.08 | 49.04 | 19.1 | - |
| YUV | 150.03 | 97.5 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 96 | 0.78 | 0 | 0.55 | 0.16 | 137.71 | 0.66 | 0.51 |
| Hex | 2F | D5 | 60 | 4E | 0 | 37 | 10 | 8A | 42 | 33 |
| Octal | 57 | 325 | 140 | 116 | 0 | 67 | 20 | 212 | 102 | 63 |
| Binary | 101111 | 11010101 | 1100000 | 1001110 | 0 | 110111 | 10000 | 10001010 | 1000010 | 110011 |
Color Harmonies of #2FD560
Complementary color
Monochromatic Colors of #2FD560
Black with #2FD560
Text Example
Text Example
White with #2FD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD560; }
p { color: rgb(47,213,96); }
H1.HeaderClassName
{
color: #2FD560;
}
.AnyTagClassName
{
color: #2FD560;
}
</style>
background-color css
<style>
a { background-color: #2FD560; }
a { background-color: rgb(47,213,96); }
div.DivClassName
{
background-color: #2FD560;
}
.BgClassName
{
background-color: #2FD560;
}
</style>
border-color css
<style>
span { border-color: #2FD560; }
span { border-color: rgb(47,213,96); }
td.TdClassName
{
border-color: #2FD560;
}
.TagClassName
{
border-color: #2FD560;
}
</style>