Shades of Malachite #2FF961
Tints of Malachite #2FF961
RGB
CMYK
RGB Variations
Color information
#2FF961 (or 0x2FF961) is known color: Malachite. HEX triplet: 2F, F9 and 61. RGB value is (47,249,97). Sum of RGB (Red+Green+Blue) = 47+249+97=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 249 (97.66% from 255 or 63.36% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF961 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF961 is #D0069E. Grayscale: #ABABAB. Windows color (decimal): -13633183 or 6420783. OLE color: 6420783.
HSL color Cylindrical-coordinate representation of color #2FF961: hue angle of 134.85º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF961 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 97 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.02 |
| HSL | 134.85º | 0.94% | 0.58% | - |
| HSV(B) | 134.85º | 0.81% | 0.98% | - |
| XYZ | 37.21 | 69.22 | 22.71 | - |
| YUV | 171.27 | 86.08 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 97 | 0.81 | 0 | 0.61 | 0.02 | 134.85 | 0.94 | 0.58 |
| Hex | 2F | F9 | 61 | 51 | 0 | 3D | 2 | 87 | 5E | 3A |
| Octal | 57 | 371 | 141 | 121 | 0 | 75 | 2 | 207 | 136 | 72 |
| Binary | 101111 | 11111001 | 1100001 | 1010001 | 0 | 111101 | 10 | 10000111 | 1011110 | 111010 |
Color Harmonies of #2FF961
Complementary color
Monochromatic Colors of #2FF961
Black with #2FF961
Text Example
Text Example
White with #2FF961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF961; }
p { color: rgb(47,249,97); }
H1.HeaderClassName
{
color: #2FF961;
}
.AnyTagClassName
{
color: #2FF961;
}
</style>
background-color css
<style>
a { background-color: #2FF961; }
a { background-color: rgb(47,249,97); }
div.DivClassName
{
background-color: #2FF961;
}
.BgClassName
{
background-color: #2FF961;
}
</style>
border-color css
<style>
span { border-color: #2FF961; }
span { border-color: rgb(47,249,97); }
td.TdClassName
{
border-color: #2FF961;
}
.TagClassName
{
border-color: #2FF961;
}
</style>