Shades of Malachite #1FDC45
Tints of Malachite #1FDC45
RGB
CMYK
RGB Variations
Color information
#1FDC45 (or 0x1FDC45) is known color: Malachite. HEX triplet: 1F, DC and 45. RGB value is (31,220,69). Sum of RGB (Red+Green+Blue) = 31+220+69=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC45 is #E023BA. Grayscale: #929292. Windows color (decimal): -14689211 or 4578335. OLE color: 4578335.
HSL color Cylindrical-coordinate representation of color #1FDC45: hue angle of 132.06º 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 #1FDC45 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 69 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.14 |
| HSL | 132.06º | 0.75% | 0.49% | - |
| HSV(B) | 132.06º | 0.86% | 0.86% | - |
| XYZ | 27.23 | 51.91 | 14.21 | - |
| YUV | 146.28 | 84.38 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 69 | 0.86 | 0 | 0.69 | 0.14 | 132.06 | 0.75 | 0.49 |
| Hex | 1F | DC | 45 | 56 | 0 | 45 | E | 84 | 4B | 31 |
| Octal | 37 | 334 | 105 | 126 | 0 | 105 | 16 | 204 | 113 | 61 |
| Binary | 11111 | 11011100 | 1000101 | 1010110 | 0 | 1000101 | 1110 | 10000100 | 1001011 | 110001 |
Color Harmonies of #1FDC45
Complementary color
Monochromatic Colors of #1FDC45
Black with #1FDC45
Text Example
Text Example
White with #1FDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC45; }
p { color: rgb(31,220,69); }
H1.HeaderClassName
{
color: #1FDC45;
}
.AnyTagClassName
{
color: #1FDC45;
}
</style>
background-color css
<style>
a { background-color: #1FDC45; }
a { background-color: rgb(31,220,69); }
div.DivClassName
{
background-color: #1FDC45;
}
.BgClassName
{
background-color: #1FDC45;
}
</style>
border-color css
<style>
span { border-color: #1FDC45; }
span { border-color: rgb(31,220,69); }
td.TdClassName
{
border-color: #1FDC45;
}
.TagClassName
{
border-color: #1FDC45;
}
</style>