Shades of Malachite #1FF256
Tints of Malachite #1FF256
RGB
CMYK
RGB Variations
Color information
#1FF256 (or 0x1FF256) is known color: Malachite. HEX triplet: 1F, F2 and 56. RGB value is (31,242,86). Sum of RGB (Red+Green+Blue) = 31+242+86=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF256 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF256 is #E00DA9. Grayscale: #A1A1A1. Windows color (decimal): -14683562 or 5698079. OLE color: 5698079.
HSL color Cylindrical-coordinate representation of color #1FF256: hue angle of 135.64º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF256 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 86 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.05 |
| HSL | 135.64º | 0.89% | 0.54% | - |
| HSV(B) | 135.64º | 0.87% | 0.95% | - |
| XYZ | 34 | 64.47 | 19.46 | - |
| YUV | 161.13 | 85.6 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 86 | 0.87 | 0 | 0.64 | 0.05 | 135.64 | 0.89 | 0.54 |
| Hex | 1F | F2 | 56 | 57 | 0 | 40 | 5 | 88 | 59 | 36 |
| Octal | 37 | 362 | 126 | 127 | 0 | 100 | 5 | 210 | 131 | 66 |
| Binary | 11111 | 11110010 | 1010110 | 1010111 | 0 | 1000000 | 101 | 10001000 | 1011001 | 110110 |
Color Harmonies of #1FF256
Complementary color
Monochromatic Colors of #1FF256
Black with #1FF256
Text Example
Text Example
White with #1FF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF256; }
p { color: rgb(31,242,86); }
H1.HeaderClassName
{
color: #1FF256;
}
.AnyTagClassName
{
color: #1FF256;
}
</style>
background-color css
<style>
a { background-color: #1FF256; }
a { background-color: rgb(31,242,86); }
div.DivClassName
{
background-color: #1FF256;
}
.BgClassName
{
background-color: #1FF256;
}
</style>
border-color css
<style>
span { border-color: #1FF256; }
span { border-color: rgb(31,242,86); }
td.TdClassName
{
border-color: #1FF256;
}
.TagClassName
{
border-color: #1FF256;
}
</style>