Shades of Malachite #2FED56
Tints of Malachite #2FED56
RGB
CMYK
RGB Variations
Color information
#2FED56 (or 0x2FED56) is known color: Malachite. HEX triplet: 2F, ED and 56. RGB value is (47,237,86). Sum of RGB (Red+Green+Blue) = 47+237+86=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 237 (92.97% from 255 or 64.05% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED56 is #D012A9. Grayscale: #A3A3A3. Windows color (decimal): -13636266 or 5696815. OLE color: 5696815.
HSL color Cylindrical-coordinate representation of color #2FED56: hue angle of 132.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED56 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 86 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.07 |
| HSL | 132.32º | 0.84% | 0.56% | - |
| HSV(B) | 132.32º | 0.8% | 0.93% | - |
| XYZ | 33.14 | 61.84 | 18.99 | - |
| YUV | 162.98 | 84.55 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 86 | 0.80 | 0 | 0.64 | 0.07 | 132.32 | 0.84 | 0.56 |
| Hex | 2F | ED | 56 | 50 | 0 | 40 | 7 | 84 | 54 | 38 |
| Octal | 57 | 355 | 126 | 120 | 0 | 100 | 7 | 204 | 124 | 70 |
| Binary | 101111 | 11101101 | 1010110 | 1010000 | 0 | 1000000 | 111 | 10000100 | 1010100 | 111000 |
Color Harmonies of #2FED56
Complementary color
Monochromatic Colors of #2FED56
Black with #2FED56
Text Example
Text Example
White with #2FED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED56; }
p { color: rgb(47,237,86); }
H1.HeaderClassName
{
color: #2FED56;
}
.AnyTagClassName
{
color: #2FED56;
}
</style>
background-color css
<style>
a { background-color: #2FED56; }
a { background-color: rgb(47,237,86); }
div.DivClassName
{
background-color: #2FED56;
}
.BgClassName
{
background-color: #2FED56;
}
</style>
border-color css
<style>
span { border-color: #2FED56; }
span { border-color: rgb(47,237,86); }
td.TdClassName
{
border-color: #2FED56;
}
.TagClassName
{
border-color: #2FED56;
}
</style>