Shades of Malachite #1FE340
Tints of Malachite #1FE340
RGB
CMYK
RGB Variations
Color information
#1FE340 (or 0x1FE340) is known color: Malachite. HEX triplet: 1F, E3 and 40. RGB value is (31,227,64). Sum of RGB (Red+Green+Blue) = 31+227+64=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE340 is #E01CBF. Grayscale: #969696. Windows color (decimal): -14687424 or 4252447. OLE color: 4252447.
HSL color Cylindrical-coordinate representation of color #1FE340: hue angle of 130.1º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE340 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 64 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.11 |
| HSL | 130.1º | 0.78% | 0.51% | - |
| HSV(B) | 130.1º | 0.86% | 0.89% | - |
| XYZ | 28.96 | 55.6 | 14.06 | - |
| YUV | 149.81 | 79.57 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 64 | 0.86 | 0 | 0.72 | 0.11 | 130.1 | 0.78 | 0.51 |
| Hex | 1F | E3 | 40 | 56 | 0 | 48 | B | 82 | 4E | 33 |
| Octal | 37 | 343 | 100 | 126 | 0 | 110 | 13 | 202 | 116 | 63 |
| Binary | 11111 | 11100011 | 1000000 | 1010110 | 0 | 1001000 | 1011 | 10000010 | 1001110 | 110011 |
Color Harmonies of #1FE340
Complementary color
Monochromatic Colors of #1FE340
Black with #1FE340
Text Example
Text Example
White with #1FE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE340; }
p { color: rgb(31,227,64); }
H1.HeaderClassName
{
color: #1FE340;
}
.AnyTagClassName
{
color: #1FE340;
}
</style>
background-color css
<style>
a { background-color: #1FE340; }
a { background-color: rgb(31,227,64); }
div.DivClassName
{
background-color: #1FE340;
}
.BgClassName
{
background-color: #1FE340;
}
</style>
border-color css
<style>
span { border-color: #1FE340; }
span { border-color: rgb(31,227,64); }
td.TdClassName
{
border-color: #1FE340;
}
.TagClassName
{
border-color: #1FE340;
}
</style>