Shades of Malachite #1FE968
Tints of Malachite #1FE968
RGB
CMYK
RGB Variations
Color information
#1FE968 (or 0x1FE968) is known color: Malachite. HEX triplet: 1F, E9 and 68. RGB value is (31,233,104). Sum of RGB (Red+Green+Blue) = 31+233+104=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 233 (91.41% from 255 or 63.32% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE968 is #E01697. Grayscale: #9E9E9E. Windows color (decimal): -14685848 or 6875423. OLE color: 6875423.
HSL color Cylindrical-coordinate representation of color #1FE968: hue angle of 141.68º 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 #1FE968 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 104 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.09 |
| HSL | 141.68º | 0.82% | 0.52% | - |
| HSV(B) | 141.68º | 0.87% | 0.91% | - |
| XYZ | 32.2 | 59.57 | 22.9 | - |
| YUV | 157.9 | 97.58 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 104 | 0.87 | 0 | 0.55 | 0.09 | 141.68 | 0.82 | 0.52 |
| Hex | 1F | E9 | 68 | 57 | 0 | 37 | 9 | 8E | 52 | 34 |
| Octal | 37 | 351 | 150 | 127 | 0 | 67 | 11 | 216 | 122 | 64 |
| Binary | 11111 | 11101001 | 1101000 | 1010111 | 0 | 110111 | 1001 | 10001110 | 1010010 | 110100 |
Color Harmonies of #1FE968
Complementary color
Monochromatic Colors of #1FE968
Black with #1FE968
Text Example
Text Example
White with #1FE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE968; }
p { color: rgb(31,233,104); }
H1.HeaderClassName
{
color: #1FE968;
}
.AnyTagClassName
{
color: #1FE968;
}
</style>
background-color css
<style>
a { background-color: #1FE968; }
a { background-color: rgb(31,233,104); }
div.DivClassName
{
background-color: #1FE968;
}
.BgClassName
{
background-color: #1FE968;
}
</style>
border-color css
<style>
span { border-color: #1FE968; }
span { border-color: rgb(31,233,104); }
td.TdClassName
{
border-color: #1FE968;
}
.TagClassName
{
border-color: #1FE968;
}
</style>