Shades of Malachite #2FF966
Tints of Malachite #2FF966
RGB
CMYK
RGB Variations
Color information
#2FF966 (or 0x2FF966) is known color: Malachite. HEX triplet: 2F, F9 and 66. RGB value is (47,249,102). Sum of RGB (Red+Green+Blue) = 47+249+102=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF966 is #D00699. Grayscale: #ACACAC. Windows color (decimal): -13633178 or 6748463. OLE color: 6748463.
HSL color Cylindrical-coordinate representation of color #2FF966: hue angle of 136.34º 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 #2FF966 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 102 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.02 |
| HSL | 136.34º | 0.94% | 0.58% | - |
| HSV(B) | 136.34º | 0.81% | 0.98% | - |
| XYZ | 37.45 | 69.32 | 23.98 | - |
| YUV | 171.84 | 88.58 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 102 | 0.81 | 0 | 0.59 | 0.02 | 136.34 | 0.94 | 0.58 |
| Hex | 2F | F9 | 66 | 51 | 0 | 3B | 2 | 88 | 5E | 3A |
| Octal | 57 | 371 | 146 | 121 | 0 | 73 | 2 | 210 | 136 | 72 |
| Binary | 101111 | 11111001 | 1100110 | 1010001 | 0 | 111011 | 10 | 10001000 | 1011110 | 111010 |
Color Harmonies of #2FF966
Complementary color
Monochromatic Colors of #2FF966
Black with #2FF966
Text Example
Text Example
White with #2FF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF966; }
p { color: rgb(47,249,102); }
H1.HeaderClassName
{
color: #2FF966;
}
.AnyTagClassName
{
color: #2FF966;
}
</style>
background-color css
<style>
a { background-color: #2FF966; }
a { background-color: rgb(47,249,102); }
div.DivClassName
{
background-color: #2FF966;
}
.BgClassName
{
background-color: #2FF966;
}
</style>
border-color css
<style>
span { border-color: #2FF966; }
span { border-color: rgb(47,249,102); }
td.TdClassName
{
border-color: #2FF966;
}
.TagClassName
{
border-color: #2FF966;
}
</style>