Shades of Malachite #2FF356
Tints of Malachite #2FF356
RGB
CMYK
RGB Variations
Color information
#2FF356 (or 0x2FF356) is known color: Malachite. HEX triplet: 2F, F3 and 56. RGB value is (47,243,86). Sum of RGB (Red+Green+Blue) = 47+243+86=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF356 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF356 is #D00CA9. Grayscale: #A6A6A6. Windows color (decimal): -13634730 or 5698351. OLE color: 5698351.
HSL color Cylindrical-coordinate representation of color #2FF356: hue angle of 131.94º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF356 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 86 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.05 |
| HSL | 131.94º | 0.89% | 0.57% | - |
| HSV(B) | 131.94º | 0.81% | 0.95% | - |
| XYZ | 34.9 | 65.38 | 19.58 | - |
| YUV | 166.5 | 82.57 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 86 | 0.81 | 0 | 0.65 | 0.05 | 131.94 | 0.89 | 0.57 |
| Hex | 2F | F3 | 56 | 51 | 0 | 41 | 5 | 84 | 59 | 39 |
| Octal | 57 | 363 | 126 | 121 | 0 | 101 | 5 | 204 | 131 | 71 |
| Binary | 101111 | 11110011 | 1010110 | 1010001 | 0 | 1000001 | 101 | 10000100 | 1011001 | 111001 |
Color Harmonies of #2FF356
Complementary color
Monochromatic Colors of #2FF356
Black with #2FF356
Text Example
Text Example
White with #2FF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF356; }
p { color: rgb(47,243,86); }
H1.HeaderClassName
{
color: #2FF356;
}
.AnyTagClassName
{
color: #2FF356;
}
</style>
background-color css
<style>
a { background-color: #2FF356; }
a { background-color: rgb(47,243,86); }
div.DivClassName
{
background-color: #2FF356;
}
.BgClassName
{
background-color: #2FF356;
}
</style>
border-color css
<style>
span { border-color: #2FF356; }
span { border-color: rgb(47,243,86); }
td.TdClassName
{
border-color: #2FF356;
}
.TagClassName
{
border-color: #2FF356;
}
</style>