Shades of Malachite #2FED65
Tints of Malachite #2FED65
RGB
CMYK
RGB Variations
Color information
#2FED65 (or 0x2FED65) is known color: Malachite. HEX triplet: 2F, ED and 65. RGB value is (47,237,101). Sum of RGB (Red+Green+Blue) = 47+237+101=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED65 is #D0129A. Grayscale: #A5A5A5. Windows color (decimal): -13636251 or 6679855. OLE color: 6679855.
HSL color Cylindrical-coordinate representation of color #2FED65: hue angle of 137.05º 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 #2FED65 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 101 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.07 |
| HSL | 137.05º | 0.84% | 0.56% | - |
| HSV(B) | 137.05º | 0.8% | 0.93% | - |
| XYZ | 33.81 | 62.11 | 22.52 | - |
| YUV | 164.69 | 92.05 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 101 | 0.80 | 0 | 0.57 | 0.07 | 137.05 | 0.84 | 0.56 |
| Hex | 2F | ED | 65 | 50 | 0 | 39 | 7 | 89 | 54 | 38 |
| Octal | 57 | 355 | 145 | 120 | 0 | 71 | 7 | 211 | 124 | 70 |
| Binary | 101111 | 11101101 | 1100101 | 1010000 | 0 | 111001 | 111 | 10001001 | 1010100 | 111000 |
Color Harmonies of #2FED65
Complementary color
Monochromatic Colors of #2FED65
Black with #2FED65
Text Example
Text Example
White with #2FED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED65; }
p { color: rgb(47,237,101); }
H1.HeaderClassName
{
color: #2FED65;
}
.AnyTagClassName
{
color: #2FED65;
}
</style>
background-color css
<style>
a { background-color: #2FED65; }
a { background-color: rgb(47,237,101); }
div.DivClassName
{
background-color: #2FED65;
}
.BgClassName
{
background-color: #2FED65;
}
</style>
border-color css
<style>
span { border-color: #2FED65; }
span { border-color: rgb(47,237,101); }
td.TdClassName
{
border-color: #2FED65;
}
.TagClassName
{
border-color: #2FED65;
}
</style>