Shades of Malachite #1FFF48
Tints of Malachite #1FFF48
RGB
CMYK
RGB Variations
Color information
#1FFF48 (or 0x1FFF48) is known color: Malachite. HEX triplet: 1F, FF and 48. RGB value is (31,255,72). Sum of RGB (Red+Green+Blue) = 31+255+72=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFF48 is #E000B7. Grayscale: #A7A7A7. Windows color (decimal): -14680248 or 4783903. OLE color: 4783903.
HSL color Cylindrical-coordinate representation of color #1FFF48: hue angle of 130.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFF48 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 72 | - |
| CMYK | 0.88 | 0 | 0.72 | 0 |
| HSL | 130.98º | 1% | 0.56% | - |
| HSV(B) | 130.98º | 0.88% | 1% | - |
| XYZ | 37.49 | 72.28 | 18.11 | - |
| YUV | 167.16 | 74.29 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 72 | 0.88 | 0 | 0.72 | 0 | 130.98 | 1 | 0.56 |
| Hex | 1F | FF | 48 | 58 | 0 | 48 | 0 | 83 | 64 | 38 |
| Octal | 37 | 377 | 110 | 130 | 0 | 110 | 0 | 203 | 144 | 70 |
| Binary | 11111 | 11111111 | 1001000 | 1011000 | 0 | 1001000 | 0 | 10000011 | 1100100 | 111000 |
Color Harmonies of #1FFF48
Complementary color
Monochromatic Colors of #1FFF48
Black with #1FFF48
Text Example
Text Example
White with #1FFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF48; }
p { color: rgb(31,255,72); }
H1.HeaderClassName
{
color: #1FFF48;
}
.AnyTagClassName
{
color: #1FFF48;
}
</style>
background-color css
<style>
a { background-color: #1FFF48; }
a { background-color: rgb(31,255,72); }
div.DivClassName
{
background-color: #1FFF48;
}
.BgClassName
{
background-color: #1FFF48;
}
</style>
border-color css
<style>
span { border-color: #1FFF48; }
span { border-color: rgb(31,255,72); }
td.TdClassName
{
border-color: #1FFF48;
}
.TagClassName
{
border-color: #1FFF48;
}
</style>