Shades of Malachite #1FE65F
Tints of Malachite #1FE65F
RGB
CMYK
RGB Variations
Color information
#1FE65F (or 0x1FE65F) is known color: Malachite. HEX triplet: 1F, E6 and 5F. RGB value is (31,230,95). Sum of RGB (Red+Green+Blue) = 31+230+95=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE65F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE65F is #E019A0. Grayscale: #9B9B9B. Windows color (decimal): -14686625 or 6284831. OLE color: 6284831.
HSL color Cylindrical-coordinate representation of color #1FE65F: hue angle of 139.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE65F is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 95 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.10 |
| HSL | 139.3º | 0.8% | 0.51% | - |
| HSV(B) | 139.3º | 0.87% | 0.9% | - |
| XYZ | 30.93 | 57.71 | 20.34 | - |
| YUV | 155.11 | 94.07 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 95 | 0.87 | 0 | 0.59 | 0.10 | 139.3 | 0.8 | 0.51 |
| Hex | 1F | E6 | 5F | 57 | 0 | 3B | A | 8B | 50 | 33 |
| Octal | 37 | 346 | 137 | 127 | 0 | 73 | 12 | 213 | 120 | 63 |
| Binary | 11111 | 11100110 | 1011111 | 1010111 | 0 | 111011 | 1010 | 10001011 | 1010000 | 110011 |
Color Harmonies of #1FE65F
Complementary color
Monochromatic Colors of #1FE65F
Black with #1FE65F
Text Example
Text Example
White with #1FE65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE65F; }
p { color: rgb(31,230,95); }
H1.HeaderClassName
{
color: #1FE65F;
}
.AnyTagClassName
{
color: #1FE65F;
}
</style>
background-color css
<style>
a { background-color: #1FE65F; }
a { background-color: rgb(31,230,95); }
div.DivClassName
{
background-color: #1FE65F;
}
.BgClassName
{
background-color: #1FE65F;
}
</style>
border-color css
<style>
span { border-color: #1FE65F; }
span { border-color: rgb(31,230,95); }
td.TdClassName
{
border-color: #1FE65F;
}
.TagClassName
{
border-color: #1FE65F;
}
</style>