Shades of Malachite #1FF13D
Tints of Malachite #1FF13D
RGB
CMYK
RGB Variations
Color information
#1FF13D (or 0x1FF13D) is known color: Malachite. HEX triplet: 1F, F1 and 3D. RGB value is (31,241,61). Sum of RGB (Red+Green+Blue) = 31+241+61=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF13D is #E00EC2. Grayscale: #9E9E9E. Windows color (decimal): -14683843 or 4059423. OLE color: 4059423.
HSL color Cylindrical-coordinate representation of color #1FF13D: hue angle of 128.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF13D is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 241 | 61 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.05 |
| HSL | 128.57º | 0.88% | 0.53% | - |
| HSV(B) | 128.57º | 0.87% | 0.95% | - |
| XYZ | 32.86 | 63.54 | 14.95 | - |
| YUV | 157.69 | 73.43 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 241 | 61 | 0.87 | 0 | 0.75 | 0.05 | 128.57 | 0.88 | 0.53 |
| Hex | 1F | F1 | 3D | 57 | 0 | 4B | 5 | 81 | 58 | 35 |
| Octal | 37 | 361 | 75 | 127 | 0 | 113 | 5 | 201 | 130 | 65 |
| Binary | 11111 | 11110001 | 111101 | 1010111 | 0 | 1001011 | 101 | 10000001 | 1011000 | 110101 |
Color Harmonies of #1FF13D
Complementary color
Monochromatic Colors of #1FF13D
Black with #1FF13D
Text Example
Text Example
White with #1FF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF13D; }
p { color: rgb(31,241,61); }
H1.HeaderClassName
{
color: #1FF13D;
}
.AnyTagClassName
{
color: #1FF13D;
}
</style>
background-color css
<style>
a { background-color: #1FF13D; }
a { background-color: rgb(31,241,61); }
div.DivClassName
{
background-color: #1FF13D;
}
.BgClassName
{
background-color: #1FF13D;
}
</style>
border-color css
<style>
span { border-color: #1FF13D; }
span { border-color: rgb(31,241,61); }
td.TdClassName
{
border-color: #1FF13D;
}
.TagClassName
{
border-color: #1FF13D;
}
</style>