Shades of Malachite #1FE140
Tints of Malachite #1FE140
RGB
CMYK
RGB Variations
Color information
#1FE140 (or 0x1FE140) is known color: Malachite. HEX triplet: 1F, E1 and 40. RGB value is (31,225,64). Sum of RGB (Red+Green+Blue) = 31+225+64=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 225 (88.28% from 255 or 70.31% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE140 is #E01EBF. Grayscale: #959595. Windows color (decimal): -14687936 or 4251935. OLE color: 4251935.
HSL color Cylindrical-coordinate representation of color #1FE140: hue angle of 130.21º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE140 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 64 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.12 |
| HSL | 130.21º | 0.76% | 0.5% | - |
| HSV(B) | 130.21º | 0.86% | 0.88% | - |
| XYZ | 28.42 | 54.51 | 13.87 | - |
| YUV | 148.64 | 80.23 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 64 | 0.86 | 0 | 0.72 | 0.12 | 130.21 | 0.76 | 0.5 |
| Hex | 1F | E1 | 40 | 56 | 0 | 48 | C | 82 | 4C | 32 |
| Octal | 37 | 341 | 100 | 126 | 0 | 110 | 14 | 202 | 114 | 62 |
| Binary | 11111 | 11100001 | 1000000 | 1010110 | 0 | 1001000 | 1100 | 10000010 | 1001100 | 110010 |
Color Harmonies of #1FE140
Complementary color
Monochromatic Colors of #1FE140
Black with #1FE140
Text Example
Text Example
White with #1FE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE140; }
p { color: rgb(31,225,64); }
H1.HeaderClassName
{
color: #1FE140;
}
.AnyTagClassName
{
color: #1FE140;
}
</style>
background-color css
<style>
a { background-color: #1FE140; }
a { background-color: rgb(31,225,64); }
div.DivClassName
{
background-color: #1FE140;
}
.BgClassName
{
background-color: #1FE140;
}
</style>
border-color css
<style>
span { border-color: #1FE140; }
span { border-color: rgb(31,225,64); }
td.TdClassName
{
border-color: #1FE140;
}
.TagClassName
{
border-color: #1FE140;
}
</style>