Shades of Malachite #1DF350
Tints of Malachite #1DF350
RGB
CMYK
RGB Variations
Color information
#1DF350 (or 0x1DF350) is known color: Malachite. HEX triplet: 1D, F3 and 50. RGB value is (29,243,80). Sum of RGB (Red+Green+Blue) = 29+243+80=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF350 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF350 is #E20CAF. Grayscale: #A0A0A0. Windows color (decimal): -14814384 or 5305117. OLE color: 5305117.
HSL color Cylindrical-coordinate representation of color #1DF350: hue angle of 134.3º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF350 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 80 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.05 |
| HSL | 134.3º | 0.9% | 0.53% | - |
| HSV(B) | 134.3º | 0.88% | 0.95% | - |
| XYZ | 34.01 | 64.94 | 18.33 | - |
| YUV | 160.43 | 82.6 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 80 | 0.88 | 0 | 0.67 | 0.05 | 134.3 | 0.9 | 0.53 |
| Hex | 1D | F3 | 50 | 58 | 0 | 43 | 5 | 86 | 5A | 35 |
| Octal | 35 | 363 | 120 | 130 | 0 | 103 | 5 | 206 | 132 | 65 |
| Binary | 11101 | 11110011 | 1010000 | 1011000 | 0 | 1000011 | 101 | 10000110 | 1011010 | 110101 |
Color Harmonies of #1DF350
Complementary color
Monochromatic Colors of #1DF350
Black with #1DF350
Text Example
Text Example
White with #1DF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF350; }
p { color: rgb(29,243,80); }
H1.HeaderClassName
{
color: #1DF350;
}
.AnyTagClassName
{
color: #1DF350;
}
</style>
background-color css
<style>
a { background-color: #1DF350; }
a { background-color: rgb(29,243,80); }
div.DivClassName
{
background-color: #1DF350;
}
.BgClassName
{
background-color: #1DF350;
}
</style>
border-color css
<style>
span { border-color: #1DF350; }
span { border-color: rgb(29,243,80); }
td.TdClassName
{
border-color: #1DF350;
}
.TagClassName
{
border-color: #1DF350;
}
</style>