Shades of Malachite #1FDD50
Tints of Malachite #1FDD50
RGB
CMYK
RGB Variations
Color information
#1FDD50 (or 0x1FDD50) is known color: Malachite. HEX triplet: 1F, DD and 50. RGB value is (31,221,80). Sum of RGB (Red+Green+Blue) = 31+221+80=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDD50 is #E022AF. Grayscale: #949494. Windows color (decimal): -14688944 or 5299487. OLE color: 5299487.
HSL color Cylindrical-coordinate representation of color #1FDD50: hue angle of 135.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDD50 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 80 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.13 |
| HSL | 135.47º | 0.75% | 0.49% | - |
| HSV(B) | 135.47º | 0.86% | 0.87% | - |
| XYZ | 27.87 | 52.58 | 16.27 | - |
| YUV | 148.12 | 89.55 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 80 | 0.86 | 0 | 0.64 | 0.13 | 135.47 | 0.75 | 0.49 |
| Hex | 1F | DD | 50 | 56 | 0 | 40 | D | 87 | 4B | 31 |
| Octal | 37 | 335 | 120 | 126 | 0 | 100 | 15 | 207 | 113 | 61 |
| Binary | 11111 | 11011101 | 1010000 | 1010110 | 0 | 1000000 | 1101 | 10000111 | 1001011 | 110001 |
Color Harmonies of #1FDD50
Complementary color
Monochromatic Colors of #1FDD50
Black with #1FDD50
Text Example
Text Example
White with #1FDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD50; }
p { color: rgb(31,221,80); }
H1.HeaderClassName
{
color: #1FDD50;
}
.AnyTagClassName
{
color: #1FDD50;
}
</style>
background-color css
<style>
a { background-color: #1FDD50; }
a { background-color: rgb(31,221,80); }
div.DivClassName
{
background-color: #1FDD50;
}
.BgClassName
{
background-color: #1FDD50;
}
</style>
border-color css
<style>
span { border-color: #1FDD50; }
span { border-color: rgb(31,221,80); }
td.TdClassName
{
border-color: #1FDD50;
}
.TagClassName
{
border-color: #1FDD50;
}
</style>