Shades of Malachite #2FE665
Tints of Malachite #2FE665
RGB
CMYK
RGB Variations
Color information
#2FE665 (or 0x2FE665) is known color: Malachite. HEX triplet: 2F, E6 and 65. RGB value is (47,230,101). Sum of RGB (Red+Green+Blue) = 47+230+101=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE665 is #D0199A. Grayscale: #A0A0A0. Windows color (decimal): -13638043 or 6678063. OLE color: 6678063.
HSL color Cylindrical-coordinate representation of color #2FE665: hue angle of 137.7º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE665 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 101 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.10 |
| HSL | 137.7º | 0.79% | 0.54% | - |
| HSV(B) | 137.7º | 0.8% | 0.9% | - |
| XYZ | 31.82 | 58.14 | 21.86 | - |
| YUV | 160.58 | 94.37 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 101 | 0.80 | 0 | 0.56 | 0.10 | 137.7 | 0.79 | 0.54 |
| Hex | 2F | E6 | 65 | 50 | 0 | 38 | A | 8A | 4F | 36 |
| Octal | 57 | 346 | 145 | 120 | 0 | 70 | 12 | 212 | 117 | 66 |
| Binary | 101111 | 11100110 | 1100101 | 1010000 | 0 | 111000 | 1010 | 10001010 | 1001111 | 110110 |
Color Harmonies of #2FE665
Complementary color
Monochromatic Colors of #2FE665
Black with #2FE665
Text Example
Text Example
White with #2FE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE665; }
p { color: rgb(47,230,101); }
H1.HeaderClassName
{
color: #2FE665;
}
.AnyTagClassName
{
color: #2FE665;
}
</style>
background-color css
<style>
a { background-color: #2FE665; }
a { background-color: rgb(47,230,101); }
div.DivClassName
{
background-color: #2FE665;
}
.BgClassName
{
background-color: #2FE665;
}
</style>
border-color css
<style>
span { border-color: #2FE665; }
span { border-color: rgb(47,230,101); }
td.TdClassName
{
border-color: #2FE665;
}
.TagClassName
{
border-color: #2FE665;
}
</style>