Shades of Malachite #2FED6A
Tints of Malachite #2FED6A
RGB
CMYK
RGB Variations
Color information
#2FED6A (or 0x2FED6A) is known color: Malachite. HEX triplet: 2F, ED and 6A. RGB value is (47,237,106). Sum of RGB (Red+Green+Blue) = 47+237+106=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 237 (92.97% from 255 or 60.77% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED6A is #D01295. Grayscale: #A5A5A5. Windows color (decimal): -13636246 or 7007535. OLE color: 7007535.
HSL color Cylindrical-coordinate representation of color #2FED6A: hue angle of 138.63º 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 #2FED6A is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 106 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.07 |
| HSL | 138.63º | 0.84% | 0.56% | - |
| HSV(B) | 138.63º | 0.8% | 0.93% | - |
| XYZ | 34.06 | 62.21 | 23.85 | - |
| YUV | 165.26 | 94.55 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 106 | 0.80 | 0 | 0.55 | 0.07 | 138.63 | 0.84 | 0.56 |
| Hex | 2F | ED | 6A | 50 | 0 | 37 | 7 | 8B | 54 | 38 |
| Octal | 57 | 355 | 152 | 120 | 0 | 67 | 7 | 213 | 124 | 70 |
| Binary | 101111 | 11101101 | 1101010 | 1010000 | 0 | 110111 | 111 | 10001011 | 1010100 | 111000 |
Color Harmonies of #2FED6A
Complementary color
Monochromatic Colors of #2FED6A
Black with #2FED6A
Text Example
Text Example
White with #2FED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED6A; }
p { color: rgb(47,237,106); }
H1.HeaderClassName
{
color: #2FED6A;
}
.AnyTagClassName
{
color: #2FED6A;
}
</style>
background-color css
<style>
a { background-color: #2FED6A; }
a { background-color: rgb(47,237,106); }
div.DivClassName
{
background-color: #2FED6A;
}
.BgClassName
{
background-color: #2FED6A;
}
</style>
border-color css
<style>
span { border-color: #2FED6A; }
span { border-color: rgb(47,237,106); }
td.TdClassName
{
border-color: #2FED6A;
}
.TagClassName
{
border-color: #2FED6A;
}
</style>