Shades of Malachite #2FEB5D
Tints of Malachite #2FEB5D
RGB
CMYK
RGB Variations
Color information
#2FEB5D (or 0x2FEB5D) is known color: Malachite. HEX triplet: 2F, EB and 5D. RGB value is (47,235,93). Sum of RGB (Red+Green+Blue) = 47+235+93=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 235 (92.19% from 255 or 62.67% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB5D is #D014A2. Grayscale: #A2A2A2. Windows color (decimal): -13636771 or 6155055. OLE color: 6155055.
HSL color Cylindrical-coordinate representation of color #2FEB5D: hue angle of 134.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB5D is Cyan = 0.8, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 93 | - |
| CMYK | 0.8 | 0 | 0.60 | 0.08 |
| HSL | 134.68º | 0.82% | 0.55% | - |
| HSV(B) | 134.68º | 0.8% | 0.92% | - |
| XYZ | 32.86 | 60.81 | 20.36 | - |
| YUV | 162.6 | 88.72 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 93 | 0.8 | 0 | 0.60 | 0.08 | 134.68 | 0.82 | 0.55 |
| Hex | 2F | EB | 5D | 50 | 0 | 3C | 8 | 87 | 52 | 37 |
| Octal | 57 | 353 | 135 | 120 | 0 | 74 | 10 | 207 | 122 | 67 |
| Binary | 101111 | 11101011 | 1011101 | 1010000 | 0 | 111100 | 1000 | 10000111 | 1010010 | 110111 |
Color Harmonies of #2FEB5D
Complementary color
Monochromatic Colors of #2FEB5D
Black with #2FEB5D
Text Example
Text Example
White with #2FEB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB5D; }
p { color: rgb(47,235,93); }
H1.HeaderClassName
{
color: #2FEB5D;
}
.AnyTagClassName
{
color: #2FEB5D;
}
</style>
background-color css
<style>
a { background-color: #2FEB5D; }
a { background-color: rgb(47,235,93); }
div.DivClassName
{
background-color: #2FEB5D;
}
.BgClassName
{
background-color: #2FEB5D;
}
</style>
border-color css
<style>
span { border-color: #2FEB5D; }
span { border-color: rgb(47,235,93); }
td.TdClassName
{
border-color: #2FEB5D;
}
.TagClassName
{
border-color: #2FEB5D;
}
</style>