Shades of Malachite #1FE65D
Tints of Malachite #1FE65D
RGB
CMYK
RGB Variations
Color information
#1FE65D (or 0x1FE65D) is known color: Malachite. HEX triplet: 1F, E6 and 5D. RGB value is (31,230,93). Sum of RGB (Red+Green+Blue) = 31+230+93=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 230 (90.23% from 255 or 64.97% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE65D is #E019A2. Grayscale: #9B9B9B. Windows color (decimal): -14686627 or 6153759. OLE color: 6153759.
HSL color Cylindrical-coordinate representation of color #1FE65D: hue angle of 138.69º 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 #1FE65D is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 93 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.10 |
| HSL | 138.69º | 0.8% | 0.51% | - |
| HSV(B) | 138.69º | 0.87% | 0.9% | - |
| XYZ | 30.84 | 57.68 | 19.86 | - |
| YUV | 154.88 | 93.07 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 93 | 0.87 | 0 | 0.60 | 0.10 | 138.69 | 0.8 | 0.51 |
| Hex | 1F | E6 | 5D | 57 | 0 | 3C | A | 8B | 50 | 33 |
| Octal | 37 | 346 | 135 | 127 | 0 | 74 | 12 | 213 | 120 | 63 |
| Binary | 11111 | 11100110 | 1011101 | 1010111 | 0 | 111100 | 1010 | 10001011 | 1010000 | 110011 |
Color Harmonies of #1FE65D
Complementary color
Monochromatic Colors of #1FE65D
Black with #1FE65D
Text Example
Text Example
White with #1FE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE65D; }
p { color: rgb(31,230,93); }
H1.HeaderClassName
{
color: #1FE65D;
}
.AnyTagClassName
{
color: #1FE65D;
}
</style>
background-color css
<style>
a { background-color: #1FE65D; }
a { background-color: rgb(31,230,93); }
div.DivClassName
{
background-color: #1FE65D;
}
.BgClassName
{
background-color: #1FE65D;
}
</style>
border-color css
<style>
span { border-color: #1FE65D; }
span { border-color: rgb(31,230,93); }
td.TdClassName
{
border-color: #1FE65D;
}
.TagClassName
{
border-color: #1FE65D;
}
</style>