Shades of Malachite #1FF355
Tints of Malachite #1FF355
RGB
CMYK
RGB Variations
Color information
#1FF355 (or 0x1FF355) is known color: Malachite. HEX triplet: 1F, F3 and 55. RGB value is (31,243,85). Sum of RGB (Red+Green+Blue) = 31+243+85=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #1FF355 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF355 is #E00CAA. Grayscale: #A2A2A2. Windows color (decimal): -14683307 or 5632799. OLE color: 5632799.
HSL color Cylindrical-coordinate representation of color #1FF355: hue angle of 135.28º degrees, saturation: 0.9, 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 #1FF355 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 243 | 85 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.05 |
| HSL | 135.28º | 0.9% | 0.54% | - |
| HSV(B) | 135.28º | 0.87% | 0.95% | - |
| XYZ | 34.26 | 65.05 | 19.34 | - |
| YUV | 161.6 | 84.76 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 243 | 85 | 0.87 | 0 | 0.65 | 0.05 | 135.28 | 0.9 | 0.54 |
| Hex | 1F | F3 | 55 | 57 | 0 | 41 | 5 | 87 | 5A | 36 |
| Octal | 37 | 363 | 125 | 127 | 0 | 101 | 5 | 207 | 132 | 66 |
| Binary | 11111 | 11110011 | 1010101 | 1010111 | 0 | 1000001 | 101 | 10000111 | 1011010 | 110110 |
Color Harmonies of #1FF355
Complementary color
Monochromatic Colors of #1FF355
Black with #1FF355
Text Example
Text Example
White with #1FF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF355; }
p { color: rgb(31,243,85); }
H1.HeaderClassName
{
color: #1FF355;
}
.AnyTagClassName
{
color: #1FF355;
}
</style>
background-color css
<style>
a { background-color: #1FF355; }
a { background-color: rgb(31,243,85); }
div.DivClassName
{
background-color: #1FF355;
}
.BgClassName
{
background-color: #1FF355;
}
</style>
border-color css
<style>
span { border-color: #1FF355; }
span { border-color: rgb(31,243,85); }
td.TdClassName
{
border-color: #1FF355;
}
.TagClassName
{
border-color: #1FF355;
}
</style>