Shades of Malachite #1FF64F
Tints of Malachite #1FF64F
RGB
CMYK
RGB Variations
Color information
#1FF64F (or 0x1FF64F) is known color: Malachite. HEX triplet: 1F, F6 and 4F. RGB value is (31,246,79). Sum of RGB (Red+Green+Blue) = 31+246+79=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 246 (96.48% from 255 or 69.10% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 246 - color contains mainly: green. Hex color #1FF64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF64F is #E009B0. Grayscale: #A3A3A3. Windows color (decimal): -14682545 or 5240351. OLE color: 5240351.
HSL color Cylindrical-coordinate representation of color #1FF64F: hue angle of 133.4º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF64F is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 246 | 79 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.04 |
| HSL | 133.4º | 0.92% | 0.54% | - |
| HSV(B) | 133.4º | 0.87% | 0.96% | - |
| XYZ | 34.93 | 66.77 | 18.44 | - |
| YUV | 162.68 | 80.77 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 246 | 79 | 0.87 | 0 | 0.68 | 0.04 | 133.4 | 0.92 | 0.54 |
| Hex | 1F | F6 | 4F | 57 | 0 | 44 | 4 | 85 | 5C | 36 |
| Octal | 37 | 366 | 117 | 127 | 0 | 104 | 4 | 205 | 134 | 66 |
| Binary | 11111 | 11110110 | 1001111 | 1010111 | 0 | 1000100 | 100 | 10000101 | 1011100 | 110110 |
Color Harmonies of #1FF64F
Complementary color
Monochromatic Colors of #1FF64F
Black with #1FF64F
Text Example
Text Example
White with #1FF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF64F; }
p { color: rgb(31,246,79); }
H1.HeaderClassName
{
color: #1FF64F;
}
.AnyTagClassName
{
color: #1FF64F;
}
</style>
background-color css
<style>
a { background-color: #1FF64F; }
a { background-color: rgb(31,246,79); }
div.DivClassName
{
background-color: #1FF64F;
}
.BgClassName
{
background-color: #1FF64F;
}
</style>
border-color css
<style>
span { border-color: #1FF64F; }
span { border-color: rgb(31,246,79); }
td.TdClassName
{
border-color: #1FF64F;
}
.TagClassName
{
border-color: #1FF64F;
}
</style>