Shades of Malachite #1FDB3F
Tints of Malachite #1FDB3F
RGB
CMYK
RGB Variations
Color information
#1FDB3F (or 0x1FDB3F) is known color: Malachite. HEX triplet: 1F, DB and 3F. RGB value is (31,219,63). Sum of RGB (Red+Green+Blue) = 31+219+63=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDB3F is #E024C0. Grayscale: #919191. Windows color (decimal): -14689473 or 4184863. OLE color: 4184863.
HSL color Cylindrical-coordinate representation of color #1FDB3F: hue angle of 130.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDB3F is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 63 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.14 |
| HSL | 130.21º | 0.75% | 0.49% | - |
| HSV(B) | 130.21º | 0.86% | 0.86% | - |
| XYZ | 26.79 | 51.31 | 13.19 | - |
| YUV | 145 | 81.72 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 63 | 0.86 | 0 | 0.71 | 0.14 | 130.21 | 0.75 | 0.49 |
| Hex | 1F | DB | 3F | 56 | 0 | 47 | E | 82 | 4B | 31 |
| Octal | 37 | 333 | 77 | 126 | 0 | 107 | 16 | 202 | 113 | 61 |
| Binary | 11111 | 11011011 | 111111 | 1010110 | 0 | 1000111 | 1110 | 10000010 | 1001011 | 110001 |
Color Harmonies of #1FDB3F
Complementary color
Monochromatic Colors of #1FDB3F
Black with #1FDB3F
Text Example
Text Example
White with #1FDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB3F; }
p { color: rgb(31,219,63); }
H1.HeaderClassName
{
color: #1FDB3F;
}
.AnyTagClassName
{
color: #1FDB3F;
}
</style>
background-color css
<style>
a { background-color: #1FDB3F; }
a { background-color: rgb(31,219,63); }
div.DivClassName
{
background-color: #1FDB3F;
}
.BgClassName
{
background-color: #1FDB3F;
}
</style>
border-color css
<style>
span { border-color: #1FDB3F; }
span { border-color: rgb(31,219,63); }
td.TdClassName
{
border-color: #1FDB3F;
}
.TagClassName
{
border-color: #1FDB3F;
}
</style>