Shades of Malachite #2FF653
Tints of Malachite #2FF653
RGB
CMYK
RGB Variations
Color information
#2FF653 (or 0x2FF653) is known color: Malachite. HEX triplet: 2F, F6 and 53. RGB value is (47,246,83). Sum of RGB (Red+Green+Blue) = 47+246+83=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 246 (96.48% from 255 or 65.43% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF653 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF653 is #D009AC. Grayscale: #A8A8A8. Windows color (decimal): -13633965 or 5502511. OLE color: 5502511.
HSL color Cylindrical-coordinate representation of color #2FF653: hue angle of 130.85º 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 #2FF653 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 83 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.04 |
| HSL | 130.85º | 0.92% | 0.57% | - |
| HSV(B) | 130.85º | 0.81% | 0.96% | - |
| XYZ | 35.69 | 67.14 | 19.26 | - |
| YUV | 167.92 | 80.07 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 83 | 0.81 | 0 | 0.66 | 0.04 | 130.85 | 0.92 | 0.57 |
| Hex | 2F | F6 | 53 | 51 | 0 | 42 | 4 | 83 | 5C | 39 |
| Octal | 57 | 366 | 123 | 121 | 0 | 102 | 4 | 203 | 134 | 71 |
| Binary | 101111 | 11110110 | 1010011 | 1010001 | 0 | 1000010 | 100 | 10000011 | 1011100 | 111001 |
Color Harmonies of #2FF653
Complementary color
Monochromatic Colors of #2FF653
Black with #2FF653
Text Example
Text Example
White with #2FF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF653; }
p { color: rgb(47,246,83); }
H1.HeaderClassName
{
color: #2FF653;
}
.AnyTagClassName
{
color: #2FF653;
}
</style>
background-color css
<style>
a { background-color: #2FF653; }
a { background-color: rgb(47,246,83); }
div.DivClassName
{
background-color: #2FF653;
}
.BgClassName
{
background-color: #2FF653;
}
</style>
border-color css
<style>
span { border-color: #2FF653; }
span { border-color: rgb(47,246,83); }
td.TdClassName
{
border-color: #2FF653;
}
.TagClassName
{
border-color: #2FF653;
}
</style>