Shades of Malachite #1FFF60
Tints of Malachite #1FFF60
RGB
CMYK
RGB Variations
Color information
#1FFF60 (or 0x1FFF60) is known color: Malachite. HEX triplet: 1F, FF and 60. RGB value is (31,255,96). Sum of RGB (Red+Green+Blue) = 31+255+96=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FFF60 is #E0009F. Grayscale: #AAAAAA. Windows color (decimal): -14680224 or 6356767. OLE color: 6356767.
HSL color Cylindrical-coordinate representation of color #1FFF60: hue angle of 137.41º 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 #1FFF60 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 96 | - |
| CMYK | 0.88 | 0 | 0.62 | 0 |
| HSL | 137.41º | 1% | 0.56% | - |
| HSV(B) | 137.41º | 0.88% | 1% | - |
| XYZ | 38.44 | 72.66 | 23.06 | - |
| YUV | 169.9 | 86.29 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 96 | 0.88 | 0 | 0.62 | 0 | 137.41 | 1 | 0.56 |
| Hex | 1F | FF | 60 | 58 | 0 | 3E | 0 | 89 | 64 | 38 |
| Octal | 37 | 377 | 140 | 130 | 0 | 76 | 0 | 211 | 144 | 70 |
| Binary | 11111 | 11111111 | 1100000 | 1011000 | 0 | 111110 | 0 | 10001001 | 1100100 | 111000 |
Color Harmonies of #1FFF60
Complementary color
Monochromatic Colors of #1FFF60
Black with #1FFF60
Text Example
Text Example
White with #1FFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF60; }
p { color: rgb(31,255,96); }
H1.HeaderClassName
{
color: #1FFF60;
}
.AnyTagClassName
{
color: #1FFF60;
}
</style>
background-color css
<style>
a { background-color: #1FFF60; }
a { background-color: rgb(31,255,96); }
div.DivClassName
{
background-color: #1FFF60;
}
.BgClassName
{
background-color: #1FFF60;
}
</style>
border-color css
<style>
span { border-color: #1FFF60; }
span { border-color: rgb(31,255,96); }
td.TdClassName
{
border-color: #1FFF60;
}
.TagClassName
{
border-color: #1FFF60;
}
</style>