Shades of Malachite #1FD65C
Tints of Malachite #1FD65C
RGB
CMYK
RGB Variations
Color information
#1FD65C (or 0x1FD65C) is known color: Malachite. HEX triplet: 1F, D6 and 5C. RGB value is (31,214,92). Sum of RGB (Red+Green+Blue) = 31+214+92=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD65C is #E029A3. Grayscale: #919191. Windows color (decimal): -14690724 or 6084127. OLE color: 6084127.
HSL color Cylindrical-coordinate representation of color #1FD65C: hue angle of 140º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD65C is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 214 | 92 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.16 |
| HSL | 140º | 0.75% | 0.48% | - |
| HSV(B) | 140º | 0.86% | 0.84% | - |
| XYZ | 26.54 | 49.16 | 18.21 | - |
| YUV | 145.38 | 97.87 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 214 | 92 | 0.86 | 0 | 0.57 | 0.16 | 140 | 0.75 | 0.48 |
| Hex | 1F | D6 | 5C | 56 | 0 | 39 | 10 | 8C | 4B | 30 |
| Octal | 37 | 326 | 134 | 126 | 0 | 71 | 20 | 214 | 113 | 60 |
| Binary | 11111 | 11010110 | 1011100 | 1010110 | 0 | 111001 | 10000 | 10001100 | 1001011 | 110000 |
Color Harmonies of #1FD65C
Complementary color
Monochromatic Colors of #1FD65C
Black with #1FD65C
Text Example
Text Example
White with #1FD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD65C; }
p { color: rgb(31,214,92); }
H1.HeaderClassName
{
color: #1FD65C;
}
.AnyTagClassName
{
color: #1FD65C;
}
</style>
background-color css
<style>
a { background-color: #1FD65C; }
a { background-color: rgb(31,214,92); }
div.DivClassName
{
background-color: #1FD65C;
}
.BgClassName
{
background-color: #1FD65C;
}
</style>
border-color css
<style>
span { border-color: #1FD65C; }
span { border-color: rgb(31,214,92); }
td.TdClassName
{
border-color: #1FD65C;
}
.TagClassName
{
border-color: #1FD65C;
}
</style>