Shades of Malachite #2FFF61
Tints of Malachite #2FFF61
RGB
CMYK
RGB Variations
Color information
#2FFF61 (or 0x2FFF61) is known color: Malachite. HEX triplet: 2F, FF and 61. RGB value is (47,255,97). Sum of RGB (Red+Green+Blue) = 47+255+97=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF61 is #D0009E. Grayscale: #AFAFAF. Windows color (decimal): -13631647 or 6422319. OLE color: 6422319.
HSL color Cylindrical-coordinate representation of color #2FFF61: hue angle of 134.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF61 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 97 | - |
| CMYK | 0.82 | 0 | 0.62 | 0 |
| HSL | 134.42º | 1% | 0.59% | - |
| HSV(B) | 134.42º | 0.82% | 1% | - |
| XYZ | 39.09 | 72.99 | 23.34 | - |
| YUV | 174.8 | 84.09 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 97 | 0.82 | 0 | 0.62 | 0 | 134.42 | 1 | 0.59 |
| Hex | 2F | FF | 61 | 52 | 0 | 3E | 0 | 86 | 64 | 3B |
| Octal | 57 | 377 | 141 | 122 | 0 | 76 | 0 | 206 | 144 | 73 |
| Binary | 101111 | 11111111 | 1100001 | 1010010 | 0 | 111110 | 0 | 10000110 | 1100100 | 111011 |
Color Harmonies of #2FFF61
Complementary color
Monochromatic Colors of #2FFF61
Black with #2FFF61
Text Example
Text Example
White with #2FFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF61; }
p { color: rgb(47,255,97); }
H1.HeaderClassName
{
color: #2FFF61;
}
.AnyTagClassName
{
color: #2FFF61;
}
</style>
background-color css
<style>
a { background-color: #2FFF61; }
a { background-color: rgb(47,255,97); }
div.DivClassName
{
background-color: #2FFF61;
}
.BgClassName
{
background-color: #2FFF61;
}
</style>
border-color css
<style>
span { border-color: #2FFF61; }
span { border-color: rgb(47,255,97); }
td.TdClassName
{
border-color: #2FFF61;
}
.TagClassName
{
border-color: #2FFF61;
}
</style>