Shades of Malachite #2FD562
Tints of Malachite #2FD562
RGB
CMYK
RGB Variations
Color information
#2FD562 (or 0x2FD562) is known color: Malachite. HEX triplet: 2F, D5 and 62. RGB value is (47,213,98). Sum of RGB (Red+Green+Blue) = 47+213+98=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD562 is #D02A9D. Grayscale: #969696. Windows color (decimal): -13642398 or 6477103. OLE color: 6477103.
HSL color Cylindrical-coordinate representation of color #2FD562: hue angle of 138.43º 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 #2FD562 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 98 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.16 |
| HSL | 138.43º | 0.66% | 0.51% | - |
| HSV(B) | 138.43º | 0.78% | 0.84% | - |
| XYZ | 27.17 | 49.07 | 19.6 | - |
| YUV | 150.26 | 98.5 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 98 | 0.78 | 0 | 0.54 | 0.16 | 138.43 | 0.66 | 0.51 |
| Hex | 2F | D5 | 62 | 4E | 0 | 36 | 10 | 8A | 42 | 33 |
| Octal | 57 | 325 | 142 | 116 | 0 | 66 | 20 | 212 | 102 | 63 |
| Binary | 101111 | 11010101 | 1100010 | 1001110 | 0 | 110110 | 10000 | 10001010 | 1000010 | 110011 |
Color Harmonies of #2FD562
Complementary color
Monochromatic Colors of #2FD562
Black with #2FD562
Text Example
Text Example
White with #2FD562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD562; }
p { color: rgb(47,213,98); }
H1.HeaderClassName
{
color: #2FD562;
}
.AnyTagClassName
{
color: #2FD562;
}
</style>
background-color css
<style>
a { background-color: #2FD562; }
a { background-color: rgb(47,213,98); }
div.DivClassName
{
background-color: #2FD562;
}
.BgClassName
{
background-color: #2FD562;
}
</style>
border-color css
<style>
span { border-color: #2FD562; }
span { border-color: rgb(47,213,98); }
td.TdClassName
{
border-color: #2FD562;
}
.TagClassName
{
border-color: #2FD562;
}
</style>