Shades of Malachite #1FC256
Tints of Malachite #1FC256
RGB
CMYK
RGB Variations
Color information
#1FC256 (or 0x1FC256) is known color: Malachite. HEX triplet: 1F, C2 and 56. RGB value is (31,194,86). Sum of RGB (Red+Green+Blue) = 31+194+86=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC256 is #E03DA9. Grayscale: #858585. Windows color (decimal): -14695850 or 5685791. OLE color: 5685791.
HSL color Cylindrical-coordinate representation of color #1FC256: hue angle of 140.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC256 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 86 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.24 |
| HSL | 140.25º | 0.72% | 0.44% | - |
| HSV(B) | 140.25º | 0.84% | 0.76% | - |
| XYZ | 21.54 | 39.55 | 15.3 | - |
| YUV | 132.95 | 101.5 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 86 | 0.84 | 0 | 0.56 | 0.24 | 140.25 | 0.72 | 0.44 |
| Hex | 1F | C2 | 56 | 54 | 0 | 38 | 18 | 8C | 48 | 2C |
| Octal | 37 | 302 | 126 | 124 | 0 | 70 | 30 | 214 | 110 | 54 |
| Binary | 11111 | 11000010 | 1010110 | 1010100 | 0 | 111000 | 11000 | 10001100 | 1001000 | 101100 |
Color Harmonies of #1FC256
Complementary color
Monochromatic Colors of #1FC256
Black with #1FC256
Text Example
Text Example
White with #1FC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC256; }
p { color: rgb(31,194,86); }
H1.HeaderClassName
{
color: #1FC256;
}
.AnyTagClassName
{
color: #1FC256;
}
</style>
background-color css
<style>
a { background-color: #1FC256; }
a { background-color: rgb(31,194,86); }
div.DivClassName
{
background-color: #1FC256;
}
.BgClassName
{
background-color: #1FC256;
}
</style>
border-color css
<style>
span { border-color: #1FC256; }
span { border-color: rgb(31,194,86); }
td.TdClassName
{
border-color: #1FC256;
}
.TagClassName
{
border-color: #1FC256;
}
</style>