Shades of Malachite #1FEF65
Tints of Malachite #1FEF65
RGB
CMYK
RGB Variations
Color information
#1FEF65 (or 0x1FEF65) is known color: Malachite. HEX triplet: 1F, EF and 65. RGB value is (31,239,101). Sum of RGB (Red+Green+Blue) = 31+239+101=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEF65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FEF65 is #E0109A. Grayscale: #A1A1A1. Windows color (decimal): -14684315 or 6680351. OLE color: 6680351.
HSL color Cylindrical-coordinate representation of color #1FEF65: hue angle of 140.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEF65 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 239 | 101 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.06 |
| HSL | 140.19º | 0.87% | 0.53% | - |
| HSV(B) | 140.19º | 0.87% | 0.94% | - |
| XYZ | 33.78 | 62.96 | 22.68 | - |
| YUV | 161.08 | 94.09 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 101 | 0.87 | 0 | 0.58 | 0.06 | 140.19 | 0.87 | 0.53 |
| Hex | 1F | EF | 65 | 57 | 0 | 3A | 6 | 8C | 57 | 35 |
| Octal | 37 | 357 | 145 | 127 | 0 | 72 | 6 | 214 | 127 | 65 |
| Binary | 11111 | 11101111 | 1100101 | 1010111 | 0 | 111010 | 110 | 10001100 | 1010111 | 110101 |
Color Harmonies of #1FEF65
Complementary color
Monochromatic Colors of #1FEF65
Black with #1FEF65
Text Example
Text Example
White with #1FEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEF65; }
p { color: rgb(31,239,101); }
H1.HeaderClassName
{
color: #1FEF65;
}
.AnyTagClassName
{
color: #1FEF65;
}
</style>
background-color css
<style>
a { background-color: #1FEF65; }
a { background-color: rgb(31,239,101); }
div.DivClassName
{
background-color: #1FEF65;
}
.BgClassName
{
background-color: #1FEF65;
}
</style>
border-color css
<style>
span { border-color: #1FEF65; }
span { border-color: rgb(31,239,101); }
td.TdClassName
{
border-color: #1FEF65;
}
.TagClassName
{
border-color: #1FEF65;
}
</style>