Shades of Malachite #1DFF5B
Tints of Malachite #1DFF5B
RGB
CMYK
RGB Variations
Color information
#1DFF5B (or 0x1DFF5B) is known color: Malachite. HEX triplet: 1D, FF and 5B. RGB value is (29,255,91). Sum of RGB (Red+Green+Blue) = 29+255+91=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFF5B is #E200A4. Grayscale: #A9A9A9. Windows color (decimal): -14811301 or 6029085. OLE color: 6029085.
HSL color Cylindrical-coordinate representation of color #1DFF5B: hue angle of 136.46º 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 #1DFF5B is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 91 | - |
| CMYK | 0.89 | 0 | 0.64 | 0 |
| HSL | 136.46º | 1% | 0.56% | - |
| HSV(B) | 136.46º | 0.89% | 1% | - |
| XYZ | 38.16 | 72.54 | 21.89 | - |
| YUV | 168.73 | 84.13 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 91 | 0.89 | 0 | 0.64 | 0 | 136.46 | 1 | 0.56 |
| Hex | 1D | FF | 5B | 59 | 0 | 40 | 0 | 88 | 64 | 38 |
| Octal | 35 | 377 | 133 | 131 | 0 | 100 | 0 | 210 | 144 | 70 |
| Binary | 11101 | 11111111 | 1011011 | 1011001 | 0 | 1000000 | 0 | 10001000 | 1100100 | 111000 |
Color Harmonies of #1DFF5B
Complementary color
Monochromatic Colors of #1DFF5B
Black with #1DFF5B
Text Example
Text Example
White with #1DFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF5B; }
p { color: rgb(29,255,91); }
H1.HeaderClassName
{
color: #1DFF5B;
}
.AnyTagClassName
{
color: #1DFF5B;
}
</style>
background-color css
<style>
a { background-color: #1DFF5B; }
a { background-color: rgb(29,255,91); }
div.DivClassName
{
background-color: #1DFF5B;
}
.BgClassName
{
background-color: #1DFF5B;
}
</style>
border-color css
<style>
span { border-color: #1DFF5B; }
span { border-color: rgb(29,255,91); }
td.TdClassName
{
border-color: #1DFF5B;
}
.TagClassName
{
border-color: #1DFF5B;
}
</style>