Shades of Malachite #1FE964
Tints of Malachite #1FE964
RGB
CMYK
RGB Variations
Color information
#1FE964 (or 0x1FE964) is known color: Malachite. HEX triplet: 1F, E9 and 64. RGB value is (31,233,100). Sum of RGB (Red+Green+Blue) = 31+233+100=364 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.52% from 364); Green value is 233 (91.41% from 255 or 64.01% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE964 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE964 is #E0169B. Grayscale: #9D9D9D. Windows color (decimal): -14685852 or 6613279. OLE color: 6613279.
HSL color Cylindrical-coordinate representation of color #1FE964: hue angle of 140.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE964 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 100 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.09 |
| HSL | 140.5º | 0.82% | 0.52% | - |
| HSV(B) | 140.5º | 0.87% | 0.91% | - |
| XYZ | 32 | 59.49 | 21.85 | - |
| YUV | 157.44 | 95.58 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 100 | 0.87 | 0 | 0.57 | 0.09 | 140.5 | 0.82 | 0.52 |
| Hex | 1F | E9 | 64 | 57 | 0 | 39 | 9 | 8C | 52 | 34 |
| Octal | 37 | 351 | 144 | 127 | 0 | 71 | 11 | 214 | 122 | 64 |
| Binary | 11111 | 11101001 | 1100100 | 1010111 | 0 | 111001 | 1001 | 10001100 | 1010010 | 110100 |
Color Harmonies of #1FE964
Complementary color
Monochromatic Colors of #1FE964
Black with #1FE964
Text Example
Text Example
White with #1FE964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE964; }
p { color: rgb(31,233,100); }
H1.HeaderClassName
{
color: #1FE964;
}
.AnyTagClassName
{
color: #1FE964;
}
</style>
background-color css
<style>
a { background-color: #1FE964; }
a { background-color: rgb(31,233,100); }
div.DivClassName
{
background-color: #1FE964;
}
.BgClassName
{
background-color: #1FE964;
}
</style>
border-color css
<style>
span { border-color: #1FE964; }
span { border-color: rgb(31,233,100); }
td.TdClassName
{
border-color: #1FE964;
}
.TagClassName
{
border-color: #1FE964;
}
</style>