Shades of Malachite #1FE350
Tints of Malachite #1FE350
RGB
CMYK
RGB Variations
Color information
#1FE350 (or 0x1FE350) is known color: Malachite. HEX triplet: 1F, E3 and 50. RGB value is (31,227,80). Sum of RGB (Red+Green+Blue) = 31+227+80=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 227 (89.06% from 255 or 67.16% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FE350 is #E01CAF. Grayscale: #989898. Windows color (decimal): -14687408 or 5301023. OLE color: 5301023.
HSL color Cylindrical-coordinate representation of color #1FE350: hue angle of 135º 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 #1FE350 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 80 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.11 |
| HSL | 135º | 0.78% | 0.51% | - |
| HSV(B) | 135º | 0.86% | 0.89% | - |
| XYZ | 29.48 | 55.81 | 16.81 | - |
| YUV | 151.64 | 87.57 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 80 | 0.86 | 0 | 0.65 | 0.11 | 135 | 0.78 | 0.51 |
| Hex | 1F | E3 | 50 | 56 | 0 | 41 | B | 87 | 4E | 33 |
| Octal | 37 | 343 | 120 | 126 | 0 | 101 | 13 | 207 | 116 | 63 |
| Binary | 11111 | 11100011 | 1010000 | 1010110 | 0 | 1000001 | 1011 | 10000111 | 1001110 | 110011 |
Color Harmonies of #1FE350
Complementary color
Monochromatic Colors of #1FE350
Black with #1FE350
Text Example
Text Example
White with #1FE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE350; }
p { color: rgb(31,227,80); }
H1.HeaderClassName
{
color: #1FE350;
}
.AnyTagClassName
{
color: #1FE350;
}
</style>
background-color css
<style>
a { background-color: #1FE350; }
a { background-color: rgb(31,227,80); }
div.DivClassName
{
background-color: #1FE350;
}
.BgClassName
{
background-color: #1FE350;
}
</style>
border-color css
<style>
span { border-color: #1FE350; }
span { border-color: rgb(31,227,80); }
td.TdClassName
{
border-color: #1FE350;
}
.TagClassName
{
border-color: #1FE350;
}
</style>