Shades of Malachite #2FF669
Tints of Malachite #2FF669
RGB
CMYK
RGB Variations
Color information
#2FF669 (or 0x2FF669) is known color: Malachite. HEX triplet: 2F, F6 and 69. RGB value is (47,246,105). Sum of RGB (Red+Green+Blue) = 47+246+105=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 246 (96.48% from 255 or 61.81% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF669 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF669 is #D00996. Grayscale: #AAAAAA. Windows color (decimal): -13633943 or 6944303. OLE color: 6944303.
HSL color Cylindrical-coordinate representation of color #2FF669: hue angle of 137.49º 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 #2FF669 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 105 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.04 |
| HSL | 137.49º | 0.92% | 0.57% | - |
| HSV(B) | 137.49º | 0.81% | 0.96% | - |
| XYZ | 36.68 | 67.54 | 24.47 | - |
| YUV | 170.43 | 91.07 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 105 | 0.81 | 0 | 0.57 | 0.04 | 137.49 | 0.92 | 0.57 |
| Hex | 2F | F6 | 69 | 51 | 0 | 39 | 4 | 89 | 5C | 39 |
| Octal | 57 | 366 | 151 | 121 | 0 | 71 | 4 | 211 | 134 | 71 |
| Binary | 101111 | 11110110 | 1101001 | 1010001 | 0 | 111001 | 100 | 10001001 | 1011100 | 111001 |
Color Harmonies of #2FF669
Complementary color
Monochromatic Colors of #2FF669
Black with #2FF669
Text Example
Text Example
White with #2FF669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF669; }
p { color: rgb(47,246,105); }
H1.HeaderClassName
{
color: #2FF669;
}
.AnyTagClassName
{
color: #2FF669;
}
</style>
background-color css
<style>
a { background-color: #2FF669; }
a { background-color: rgb(47,246,105); }
div.DivClassName
{
background-color: #2FF669;
}
.BgClassName
{
background-color: #2FF669;
}
</style>
border-color css
<style>
span { border-color: #2FF669; }
span { border-color: rgb(47,246,105); }
td.TdClassName
{
border-color: #2FF669;
}
.TagClassName
{
border-color: #2FF669;
}
</style>