Shades of Malachite #1DFF5D
Tints of Malachite #1DFF5D
RGB
CMYK
RGB Variations
Color information
#1DFF5D (or 0x1DFF5D) is known color: Malachite. HEX triplet: 1D, FF and 5D. RGB value is (29,255,93). Sum of RGB (Red+Green+Blue) = 29+255+93=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFF5D is #E200A2. Grayscale: #A9A9A9. Windows color (decimal): -14811299 or 6160157. OLE color: 6160157.
HSL color Cylindrical-coordinate representation of color #1DFF5D: hue angle of 136.99º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF5D is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 93 | - |
| CMYK | 0.89 | 0 | 0.64 | 0 |
| HSL | 136.99º | 1% | 0.56% | - |
| HSV(B) | 136.99º | 0.89% | 1% | - |
| XYZ | 38.24 | 72.57 | 22.35 | - |
| YUV | 168.96 | 85.13 | 28.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 93 | 0.89 | 0 | 0.64 | 0 | 136.99 | 1 | 0.56 |
| Hex | 1D | FF | 5D | 59 | 0 | 40 | 0 | 89 | 64 | 38 |
| Octal | 35 | 377 | 135 | 131 | 0 | 100 | 0 | 211 | 144 | 70 |
| Binary | 11101 | 11111111 | 1011101 | 1011001 | 0 | 1000000 | 0 | 10001001 | 1100100 | 111000 |
Color Harmonies of #1DFF5D
Complementary color
Monochromatic Colors of #1DFF5D
Black with #1DFF5D
Text Example
Text Example
White with #1DFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF5D; }
p { color: rgb(29,255,93); }
H1.HeaderClassName
{
color: #1DFF5D;
}
.AnyTagClassName
{
color: #1DFF5D;
}
</style>
background-color css
<style>
a { background-color: #1DFF5D; }
a { background-color: rgb(29,255,93); }
div.DivClassName
{
background-color: #1DFF5D;
}
.BgClassName
{
background-color: #1DFF5D;
}
</style>
border-color css
<style>
span { border-color: #1DFF5D; }
span { border-color: rgb(29,255,93); }
td.TdClassName
{
border-color: #1DFF5D;
}
.TagClassName
{
border-color: #1DFF5D;
}
</style>