Shades of Malachite #1DFF60
Tints of Malachite #1DFF60
RGB
CMYK
RGB Variations
Color information
#1DFF60 (or 0x1DFF60) is known color: Malachite. HEX triplet: 1D, FF and 60. RGB value is (29,255,96). Sum of RGB (Red+Green+Blue) = 29+255+96=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFF60 is #E2009F. Grayscale: #A9A9A9. Windows color (decimal): -14811296 or 6356765. OLE color: 6356765.
HSL color Cylindrical-coordinate representation of color #1DFF60: hue angle of 137.79º 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 #1DFF60 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 96 | - |
| CMYK | 0.89 | 0 | 0.62 | 0 |
| HSL | 137.79º | 1% | 0.56% | - |
| HSV(B) | 137.79º | 0.89% | 1% | - |
| XYZ | 38.38 | 72.63 | 23.06 | - |
| YUV | 169.3 | 86.63 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 96 | 0.89 | 0 | 0.62 | 0 | 137.79 | 1 | 0.56 |
| Hex | 1D | FF | 60 | 59 | 0 | 3E | 0 | 8A | 64 | 38 |
| Octal | 35 | 377 | 140 | 131 | 0 | 76 | 0 | 212 | 144 | 70 |
| Binary | 11101 | 11111111 | 1100000 | 1011001 | 0 | 111110 | 0 | 10001010 | 1100100 | 111000 |
Color Harmonies of #1DFF60
Complementary color
Monochromatic Colors of #1DFF60
Black with #1DFF60
Text Example
Text Example
White with #1DFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF60; }
p { color: rgb(29,255,96); }
H1.HeaderClassName
{
color: #1DFF60;
}
.AnyTagClassName
{
color: #1DFF60;
}
</style>
background-color css
<style>
a { background-color: #1DFF60; }
a { background-color: rgb(29,255,96); }
div.DivClassName
{
background-color: #1DFF60;
}
.BgClassName
{
background-color: #1DFF60;
}
</style>
border-color css
<style>
span { border-color: #1DFF60; }
span { border-color: rgb(29,255,96); }
td.TdClassName
{
border-color: #1DFF60;
}
.TagClassName
{
border-color: #1DFF60;
}
</style>