Shades of Malachite #1DFA5C
Tints of Malachite #1DFA5C
RGB
CMYK
RGB Variations
Color information
#1DFA5C (or 0x1DFA5C) is known color: Malachite. HEX triplet: 1D, FA and 5C. RGB value is (29,250,92). Sum of RGB (Red+Green+Blue) = 29+250+92=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA5C is #E205A3. Grayscale: #A6A6A6. Windows color (decimal): -14812580 or 6093341. OLE color: 6093341.
HSL color Cylindrical-coordinate representation of color #1DFA5C: hue angle of 137.1º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFA5C is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 92 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.02 |
| HSL | 137.1º | 0.96% | 0.55% | - |
| HSV(B) | 137.1º | 0.88% | 0.98% | - |
| XYZ | 36.62 | 69.41 | 21.59 | - |
| YUV | 165.91 | 86.28 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 92 | 0.88 | 0 | 0.63 | 0.02 | 137.1 | 0.96 | 0.55 |
| Hex | 1D | FA | 5C | 58 | 0 | 3F | 2 | 89 | 60 | 37 |
| Octal | 35 | 372 | 134 | 130 | 0 | 77 | 2 | 211 | 140 | 67 |
| Binary | 11101 | 11111010 | 1011100 | 1011000 | 0 | 111111 | 10 | 10001001 | 1100000 | 110111 |
Color Harmonies of #1DFA5C
Complementary color
Monochromatic Colors of #1DFA5C
Black with #1DFA5C
Text Example
Text Example
White with #1DFA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA5C; }
p { color: rgb(29,250,92); }
H1.HeaderClassName
{
color: #1DFA5C;
}
.AnyTagClassName
{
color: #1DFA5C;
}
</style>
background-color css
<style>
a { background-color: #1DFA5C; }
a { background-color: rgb(29,250,92); }
div.DivClassName
{
background-color: #1DFA5C;
}
.BgClassName
{
background-color: #1DFA5C;
}
</style>
border-color css
<style>
span { border-color: #1DFA5C; }
span { border-color: rgb(29,250,92); }
td.TdClassName
{
border-color: #1DFA5C;
}
.TagClassName
{
border-color: #1DFA5C;
}
</style>