Shades of Malachite #2FF651
Tints of Malachite #2FF651
RGB
CMYK
RGB Variations
Color information
#2FF651 (or 0x2FF651) is known color: Malachite. HEX triplet: 2F, F6 and 51. RGB value is (47,246,81). Sum of RGB (Red+Green+Blue) = 47+246+81=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF651 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF651 is #D009AE. Grayscale: #A8A8A8. Windows color (decimal): -13633967 or 5371439. OLE color: 5371439.
HSL color Cylindrical-coordinate representation of color #2FF651: hue angle of 130.25º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF651 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 81 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.04 |
| HSL | 130.25º | 0.92% | 0.57% | - |
| HSV(B) | 130.25º | 0.81% | 0.96% | - |
| XYZ | 35.61 | 67.11 | 18.86 | - |
| YUV | 167.69 | 79.07 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 81 | 0.81 | 0 | 0.67 | 0.04 | 130.25 | 0.92 | 0.57 |
| Hex | 2F | F6 | 51 | 51 | 0 | 43 | 4 | 82 | 5C | 39 |
| Octal | 57 | 366 | 121 | 121 | 0 | 103 | 4 | 202 | 134 | 71 |
| Binary | 101111 | 11110110 | 1010001 | 1010001 | 0 | 1000011 | 100 | 10000010 | 1011100 | 111001 |
Color Harmonies of #2FF651
Complementary color
Monochromatic Colors of #2FF651
Black with #2FF651
Text Example
Text Example
White with #2FF651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF651; }
p { color: rgb(47,246,81); }
H1.HeaderClassName
{
color: #2FF651;
}
.AnyTagClassName
{
color: #2FF651;
}
</style>
background-color css
<style>
a { background-color: #2FF651; }
a { background-color: rgb(47,246,81); }
div.DivClassName
{
background-color: #2FF651;
}
.BgClassName
{
background-color: #2FF651;
}
</style>
border-color css
<style>
span { border-color: #2FF651; }
span { border-color: rgb(47,246,81); }
td.TdClassName
{
border-color: #2FF651;
}
.TagClassName
{
border-color: #2FF651;
}
</style>