Shades of Malachite #1FFF40
Tints of Malachite #1FFF40
RGB
CMYK
RGB Variations
Color information
#1FFF40 (or 0x1FFF40) is known color: Malachite. HEX triplet: 1F, FF and 40. RGB value is (31,255,64). Sum of RGB (Red+Green+Blue) = 31+255+64=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFF40 is #E000BF. Grayscale: #A6A6A6. Windows color (decimal): -14680256 or 4259615. OLE color: 4259615.
HSL color Cylindrical-coordinate representation of color #1FFF40: hue angle of 128.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFF40 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 64 | - |
| CMYK | 0.88 | 0 | 0.75 | 0 |
| HSL | 128.84º | 1% | 0.56% | - |
| HSV(B) | 128.84º | 0.88% | 1% | - |
| XYZ | 37.25 | 72.18 | 16.82 | - |
| YUV | 166.25 | 70.29 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 64 | 0.88 | 0 | 0.75 | 0 | 128.84 | 1 | 0.56 |
| Hex | 1F | FF | 40 | 58 | 0 | 4B | 0 | 81 | 64 | 38 |
| Octal | 37 | 377 | 100 | 130 | 0 | 113 | 0 | 201 | 144 | 70 |
| Binary | 11111 | 11111111 | 1000000 | 1011000 | 0 | 1001011 | 0 | 10000001 | 1100100 | 111000 |
Color Harmonies of #1FFF40
Complementary color
Monochromatic Colors of #1FFF40
Black with #1FFF40
Text Example
Text Example
White with #1FFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF40; }
p { color: rgb(31,255,64); }
H1.HeaderClassName
{
color: #1FFF40;
}
.AnyTagClassName
{
color: #1FFF40;
}
</style>
background-color css
<style>
a { background-color: #1FFF40; }
a { background-color: rgb(31,255,64); }
div.DivClassName
{
background-color: #1FFF40;
}
.BgClassName
{
background-color: #1FFF40;
}
</style>
border-color css
<style>
span { border-color: #1FFF40; }
span { border-color: rgb(31,255,64); }
td.TdClassName
{
border-color: #1FFF40;
}
.TagClassName
{
border-color: #1FFF40;
}
</style>