Shades of Malachite #1DF55F
Tints of Malachite #1DF55F
RGB
CMYK
RGB Variations
Color information
#1DF55F (or 0x1DF55F) is known color: Malachite. HEX triplet: 1D, F5 and 5F. RGB value is (29,245,95). Sum of RGB (Red+Green+Blue) = 29+245+95=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF55F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF55F is #E20AA0. Grayscale: #A3A3A3. Windows color (decimal): -14813857 or 6288669. OLE color: 6288669.
HSL color Cylindrical-coordinate representation of color #1DF55F: hue angle of 138.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF55F is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 95 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.04 |
| HSL | 138.33º | 0.92% | 0.54% | - |
| HSV(B) | 138.33º | 0.88% | 0.96% | - |
| XYZ | 35.22 | 66.39 | 21.78 | - |
| YUV | 163.32 | 89.44 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 95 | 0.88 | 0 | 0.61 | 0.04 | 138.33 | 0.92 | 0.54 |
| Hex | 1D | F5 | 5F | 58 | 0 | 3D | 4 | 8A | 5C | 36 |
| Octal | 35 | 365 | 137 | 130 | 0 | 75 | 4 | 212 | 134 | 66 |
| Binary | 11101 | 11110101 | 1011111 | 1011000 | 0 | 111101 | 100 | 10001010 | 1011100 | 110110 |
Color Harmonies of #1DF55F
Complementary color
Monochromatic Colors of #1DF55F
Black with #1DF55F
Text Example
Text Example
White with #1DF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF55F; }
p { color: rgb(29,245,95); }
H1.HeaderClassName
{
color: #1DF55F;
}
.AnyTagClassName
{
color: #1DF55F;
}
</style>
background-color css
<style>
a { background-color: #1DF55F; }
a { background-color: rgb(29,245,95); }
div.DivClassName
{
background-color: #1DF55F;
}
.BgClassName
{
background-color: #1DF55F;
}
</style>
border-color css
<style>
span { border-color: #1DF55F; }
span { border-color: rgb(29,245,95); }
td.TdClassName
{
border-color: #1DF55F;
}
.TagClassName
{
border-color: #1DF55F;
}
</style>