Shades of Malachite #2FD456
Tints of Malachite #2FD456
RGB
CMYK
RGB Variations
Color information
#2FD456 (or 0x2FD456) is known color: Malachite. HEX triplet: 2F, D4 and 56. RGB value is (47,212,86). Sum of RGB (Red+Green+Blue) = 47+212+86=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD456 is #D02BA9. Grayscale: #949494. Windows color (decimal): -13642666 or 5690415. OLE color: 5690415.
HSL color Cylindrical-coordinate representation of color #2FD456: hue angle of 134.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD456 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 86 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.17 |
| HSL | 134.18º | 0.66% | 0.51% | - |
| HSV(B) | 134.18º | 0.78% | 0.83% | - |
| XYZ | 26.4 | 48.36 | 16.75 | - |
| YUV | 148.3 | 92.84 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 86 | 0.78 | 0 | 0.59 | 0.17 | 134.18 | 0.66 | 0.51 |
| Hex | 2F | D4 | 56 | 4E | 0 | 3B | 11 | 86 | 42 | 33 |
| Octal | 57 | 324 | 126 | 116 | 0 | 73 | 21 | 206 | 102 | 63 |
| Binary | 101111 | 11010100 | 1010110 | 1001110 | 0 | 111011 | 10001 | 10000110 | 1000010 | 110011 |
Color Harmonies of #2FD456
Complementary color
Monochromatic Colors of #2FD456
Black with #2FD456
Text Example
Text Example
White with #2FD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD456; }
p { color: rgb(47,212,86); }
H1.HeaderClassName
{
color: #2FD456;
}
.AnyTagClassName
{
color: #2FD456;
}
</style>
background-color css
<style>
a { background-color: #2FD456; }
a { background-color: rgb(47,212,86); }
div.DivClassName
{
background-color: #2FD456;
}
.BgClassName
{
background-color: #2FD456;
}
</style>
border-color css
<style>
span { border-color: #2FD456; }
span { border-color: rgb(47,212,86); }
td.TdClassName
{
border-color: #2FD456;
}
.TagClassName
{
border-color: #2FD456;
}
</style>