Shades of Malachite #1FD85C
Tints of Malachite #1FD85C
RGB
CMYK
RGB Variations
Color information
#1FD85C (or 0x1FD85C) is known color: Malachite. HEX triplet: 1F, D8 and 5C. RGB value is (31,216,92). Sum of RGB (Red+Green+Blue) = 31+216+92=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD85C is #E027A3. Grayscale: #929292. Windows color (decimal): -14690212 or 6084639. OLE color: 6084639.
HSL color Cylindrical-coordinate representation of color #1FD85C: hue angle of 139.78º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD85C is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 216 | 92 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.15 |
| HSL | 139.78º | 0.75% | 0.48% | - |
| HSV(B) | 139.78º | 0.86% | 0.85% | - |
| XYZ | 27.05 | 50.18 | 18.38 | - |
| YUV | 146.55 | 97.21 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 216 | 92 | 0.86 | 0 | 0.57 | 0.15 | 139.78 | 0.75 | 0.48 |
| Hex | 1F | D8 | 5C | 56 | 0 | 39 | F | 8C | 4B | 30 |
| Octal | 37 | 330 | 134 | 126 | 0 | 71 | 17 | 214 | 113 | 60 |
| Binary | 11111 | 11011000 | 1011100 | 1010110 | 0 | 111001 | 1111 | 10001100 | 1001011 | 110000 |
Color Harmonies of #1FD85C
Complementary color
Monochromatic Colors of #1FD85C
Black with #1FD85C
Text Example
Text Example
White with #1FD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD85C; }
p { color: rgb(31,216,92); }
H1.HeaderClassName
{
color: #1FD85C;
}
.AnyTagClassName
{
color: #1FD85C;
}
</style>
background-color css
<style>
a { background-color: #1FD85C; }
a { background-color: rgb(31,216,92); }
div.DivClassName
{
background-color: #1FD85C;
}
.BgClassName
{
background-color: #1FD85C;
}
</style>
border-color css
<style>
span { border-color: #1FD85C; }
span { border-color: rgb(31,216,92); }
td.TdClassName
{
border-color: #1FD85C;
}
.TagClassName
{
border-color: #1FD85C;
}
</style>