Shades of Malachite #1FF242
Tints of Malachite #1FF242
RGB
CMYK
RGB Variations
Color information
#1FF242 (or 0x1FF242) is known color: Malachite. HEX triplet: 1F, F2 and 42. RGB value is (31,242,66). Sum of RGB (Red+Green+Blue) = 31+242+66=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF242 is #E00DBD. Grayscale: #9F9F9F. Windows color (decimal): -14683582 or 4387359. OLE color: 4387359.
HSL color Cylindrical-coordinate representation of color #1FF242: hue angle of 129.95º 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 #1FF242 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 66 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.05 |
| HSL | 129.95º | 0.89% | 0.54% | - |
| HSV(B) | 129.95º | 0.87% | 0.95% | - |
| XYZ | 33.3 | 64.19 | 15.79 | - |
| YUV | 158.85 | 75.6 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 66 | 0.87 | 0 | 0.73 | 0.05 | 129.95 | 0.89 | 0.54 |
| Hex | 1F | F2 | 42 | 57 | 0 | 49 | 5 | 82 | 59 | 36 |
| Octal | 37 | 362 | 102 | 127 | 0 | 111 | 5 | 202 | 131 | 66 |
| Binary | 11111 | 11110010 | 1000010 | 1010111 | 0 | 1001001 | 101 | 10000010 | 1011001 | 110110 |
Color Harmonies of #1FF242
Complementary color
Monochromatic Colors of #1FF242
Black with #1FF242
Text Example
Text Example
White with #1FF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF242; }
p { color: rgb(31,242,66); }
H1.HeaderClassName
{
color: #1FF242;
}
.AnyTagClassName
{
color: #1FF242;
}
</style>
background-color css
<style>
a { background-color: #1FF242; }
a { background-color: rgb(31,242,66); }
div.DivClassName
{
background-color: #1FF242;
}
.BgClassName
{
background-color: #1FF242;
}
</style>
border-color css
<style>
span { border-color: #1FF242; }
span { border-color: rgb(31,242,66); }
td.TdClassName
{
border-color: #1FF242;
}
.TagClassName
{
border-color: #1FF242;
}
</style>