Shades of Malachite #1DF75A
Tints of Malachite #1DF75A
RGB
CMYK
RGB Variations
Color information
#1DF75A (or 0x1DF75A) is known color: Malachite. HEX triplet: 1D, F7 and 5A. RGB value is (29,247,90). Sum of RGB (Red+Green+Blue) = 29+247+90=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF75A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF75A is #E208A5. Grayscale: #A4A4A4. Windows color (decimal): -14813350 or 5961501. OLE color: 5961501.
HSL color Cylindrical-coordinate representation of color #1DF75A: hue angle of 136.79º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF75A is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 90 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.03 |
| HSL | 136.79º | 0.93% | 0.54% | - |
| HSV(B) | 136.79º | 0.88% | 0.97% | - |
| XYZ | 35.61 | 67.52 | 20.83 | - |
| YUV | 163.92 | 86.28 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 90 | 0.88 | 0 | 0.64 | 0.03 | 136.79 | 0.93 | 0.54 |
| Hex | 1D | F7 | 5A | 58 | 0 | 40 | 3 | 89 | 5D | 36 |
| Octal | 35 | 367 | 132 | 130 | 0 | 100 | 3 | 211 | 135 | 66 |
| Binary | 11101 | 11110111 | 1011010 | 1011000 | 0 | 1000000 | 11 | 10001001 | 1011101 | 110110 |
Color Harmonies of #1DF75A
Complementary color
Monochromatic Colors of #1DF75A
Black with #1DF75A
Text Example
Text Example
White with #1DF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF75A; }
p { color: rgb(29,247,90); }
H1.HeaderClassName
{
color: #1DF75A;
}
.AnyTagClassName
{
color: #1DF75A;
}
</style>
background-color css
<style>
a { background-color: #1DF75A; }
a { background-color: rgb(29,247,90); }
div.DivClassName
{
background-color: #1DF75A;
}
.BgClassName
{
background-color: #1DF75A;
}
</style>
border-color css
<style>
span { border-color: #1DF75A; }
span { border-color: rgb(29,247,90); }
td.TdClassName
{
border-color: #1DF75A;
}
.TagClassName
{
border-color: #1DF75A;
}
</style>