Shades of Malachite #1FE96B
Tints of Malachite #1FE96B
RGB
CMYK
RGB Variations
Color information
#1FE96B (or 0x1FE96B) is known color: Malachite. HEX triplet: 1F, E9 and 6B. RGB value is (31,233,107). Sum of RGB (Red+Green+Blue) = 31+233+107=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 233 (91.41% from 255 or 62.80% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE96B is #E01694. Grayscale: #9E9E9E. Windows color (decimal): -14685845 or 7072031. OLE color: 7072031.
HSL color Cylindrical-coordinate representation of color #1FE96B: hue angle of 142.57º 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 #1FE96B is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 107 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.09 |
| HSL | 142.57º | 0.82% | 0.52% | - |
| HSV(B) | 142.57º | 0.87% | 0.91% | - |
| XYZ | 32.36 | 59.63 | 23.71 | - |
| YUV | 158.24 | 99.08 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 107 | 0.87 | 0 | 0.54 | 0.09 | 142.57 | 0.82 | 0.52 |
| Hex | 1F | E9 | 6B | 57 | 0 | 36 | 9 | 8F | 52 | 34 |
| Octal | 37 | 351 | 153 | 127 | 0 | 66 | 11 | 217 | 122 | 64 |
| Binary | 11111 | 11101001 | 1101011 | 1010111 | 0 | 110110 | 1001 | 10001111 | 1010010 | 110100 |
Color Harmonies of #1FE96B
Complementary color
Monochromatic Colors of #1FE96B
Black with #1FE96B
Text Example
Text Example
White with #1FE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE96B; }
p { color: rgb(31,233,107); }
H1.HeaderClassName
{
color: #1FE96B;
}
.AnyTagClassName
{
color: #1FE96B;
}
</style>
background-color css
<style>
a { background-color: #1FE96B; }
a { background-color: rgb(31,233,107); }
div.DivClassName
{
background-color: #1FE96B;
}
.BgClassName
{
background-color: #1FE96B;
}
</style>
border-color css
<style>
span { border-color: #1FE96B; }
span { border-color: rgb(31,233,107); }
td.TdClassName
{
border-color: #1FE96B;
}
.TagClassName
{
border-color: #1FE96B;
}
</style>