Shades of Malachite #2FFC65
Tints of Malachite #2FFC65
RGB
CMYK
RGB Variations
Color information
#2FFC65 (or 0x2FFC65) is known color: Malachite. HEX triplet: 2F, FC and 65. RGB value is (47,252,101). Sum of RGB (Red+Green+Blue) = 47+252+101=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 252 (98.83% from 255 or 63% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC65 is #D0039A. Grayscale: #ADADAD. Windows color (decimal): -13632411 or 6683695. OLE color: 6683695.
HSL color Cylindrical-coordinate representation of color #2FFC65: hue angle of 135.8º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC65 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 101 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.01 |
| HSL | 135.8º | 0.97% | 0.59% | - |
| HSV(B) | 135.8º | 0.81% | 0.99% | - |
| XYZ | 38.33 | 71.16 | 24.03 | - |
| YUV | 173.49 | 87.08 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 101 | 0.81 | 0 | 0.60 | 0.01 | 135.8 | 0.97 | 0.59 |
| Hex | 2F | FC | 65 | 51 | 0 | 3C | 1 | 88 | 61 | 3B |
| Octal | 57 | 374 | 145 | 121 | 0 | 74 | 1 | 210 | 141 | 73 |
| Binary | 101111 | 11111100 | 1100101 | 1010001 | 0 | 111100 | 1 | 10001000 | 1100001 | 111011 |
Color Harmonies of #2FFC65
Complementary color
Monochromatic Colors of #2FFC65
Black with #2FFC65
Text Example
Text Example
White with #2FFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC65; }
p { color: rgb(47,252,101); }
H1.HeaderClassName
{
color: #2FFC65;
}
.AnyTagClassName
{
color: #2FFC65;
}
</style>
background-color css
<style>
a { background-color: #2FFC65; }
a { background-color: rgb(47,252,101); }
div.DivClassName
{
background-color: #2FFC65;
}
.BgClassName
{
background-color: #2FFC65;
}
</style>
border-color css
<style>
span { border-color: #2FFC65; }
span { border-color: rgb(47,252,101); }
td.TdClassName
{
border-color: #2FFC65;
}
.TagClassName
{
border-color: #2FFC65;
}
</style>