Shades of Malachite #1FF258
Tints of Malachite #1FF258
RGB
CMYK
RGB Variations
Color information
#1FF258 (or 0x1FF258) is known color: Malachite. HEX triplet: 1F, F2 and 58. RGB value is (31,242,88). Sum of RGB (Red+Green+Blue) = 31+242+88=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF258 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF258 is #E00DA7. Grayscale: #A1A1A1. Windows color (decimal): -14683560 or 5829151. OLE color: 5829151.
HSL color Cylindrical-coordinate representation of color #1FF258: hue angle of 136.21º 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 #1FF258 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 88 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.05 |
| HSL | 136.21º | 0.89% | 0.54% | - |
| HSV(B) | 136.21º | 0.87% | 0.95% | - |
| XYZ | 34.08 | 64.5 | 19.89 | - |
| YUV | 161.36 | 86.6 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 88 | 0.87 | 0 | 0.64 | 0.05 | 136.21 | 0.89 | 0.54 |
| Hex | 1F | F2 | 58 | 57 | 0 | 40 | 5 | 88 | 59 | 36 |
| Octal | 37 | 362 | 130 | 127 | 0 | 100 | 5 | 210 | 131 | 66 |
| Binary | 11111 | 11110010 | 1011000 | 1010111 | 0 | 1000000 | 101 | 10001000 | 1011001 | 110110 |
Color Harmonies of #1FF258
Complementary color
Monochromatic Colors of #1FF258
Black with #1FF258
Text Example
Text Example
White with #1FF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF258; }
p { color: rgb(31,242,88); }
H1.HeaderClassName
{
color: #1FF258;
}
.AnyTagClassName
{
color: #1FF258;
}
</style>
background-color css
<style>
a { background-color: #1FF258; }
a { background-color: rgb(31,242,88); }
div.DivClassName
{
background-color: #1FF258;
}
.BgClassName
{
background-color: #1FF258;
}
</style>
border-color css
<style>
span { border-color: #1FF258; }
span { border-color: rgb(31,242,88); }
td.TdClassName
{
border-color: #1FF258;
}
.TagClassName
{
border-color: #1FF258;
}
</style>