Shades of Malachite #1FF266
Tints of Malachite #1FF266
RGB
CMYK
RGB Variations
Color information
#1FF266 (or 0x1FF266) is known color: Malachite. HEX triplet: 1F, F2 and 66. RGB value is (31,242,102). Sum of RGB (Red+Green+Blue) = 31+242+102=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF266 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF266 is #E00D99. Grayscale: #A3A3A3. Windows color (decimal): -14683546 or 6746655. OLE color: 6746655.
HSL color Cylindrical-coordinate representation of color #1FF266: hue angle of 140.19º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF266 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 102 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.05 |
| HSL | 140.19º | 0.89% | 0.54% | - |
| HSV(B) | 140.19º | 0.87% | 0.95% | - |
| XYZ | 34.72 | 64.75 | 23.24 | - |
| YUV | 162.95 | 93.6 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 102 | 0.87 | 0 | 0.58 | 0.05 | 140.19 | 0.89 | 0.54 |
| Hex | 1F | F2 | 66 | 57 | 0 | 3A | 5 | 8C | 59 | 36 |
| Octal | 37 | 362 | 146 | 127 | 0 | 72 | 5 | 214 | 131 | 66 |
| Binary | 11111 | 11110010 | 1100110 | 1010111 | 0 | 111010 | 101 | 10001100 | 1011001 | 110110 |
Color Harmonies of #1FF266
Complementary color
Monochromatic Colors of #1FF266
Black with #1FF266
Text Example
Text Example
White with #1FF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF266; }
p { color: rgb(31,242,102); }
H1.HeaderClassName
{
color: #1FF266;
}
.AnyTagClassName
{
color: #1FF266;
}
</style>
background-color css
<style>
a { background-color: #1FF266; }
a { background-color: rgb(31,242,102); }
div.DivClassName
{
background-color: #1FF266;
}
.BgClassName
{
background-color: #1FF266;
}
</style>
border-color css
<style>
span { border-color: #1FF266; }
span { border-color: rgb(31,242,102); }
td.TdClassName
{
border-color: #1FF266;
}
.TagClassName
{
border-color: #1FF266;
}
</style>