Shades of Malachite #1DBF5B
Tints of Malachite #1DBF5B
RGB
CMYK
RGB Variations
Color information
#1DBF5B (or 0x1DBF5B) is known color: Malachite. HEX triplet: 1D, BF and 5B. RGB value is (29,191,91). Sum of RGB (Red+Green+Blue) = 29+191+91=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBF5B is #E240A4. Grayscale: #838383. Windows color (decimal): -14827685 or 6012701. OLE color: 6012701.
HSL color Cylindrical-coordinate representation of color #1DBF5B: hue angle of 142.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBF5B is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 91 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.25 |
| HSL | 142.96º | 0.74% | 0.43% | - |
| HSV(B) | 142.96º | 0.85% | 0.75% | - |
| XYZ | 21.03 | 38.28 | 16.18 | - |
| YUV | 131.16 | 105.33 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 91 | 0.85 | 0 | 0.52 | 0.25 | 142.96 | 0.74 | 0.43 |
| Hex | 1D | BF | 5B | 55 | 0 | 34 | 19 | 8F | 4A | 2B |
| Octal | 35 | 277 | 133 | 125 | 0 | 64 | 31 | 217 | 112 | 53 |
| Binary | 11101 | 10111111 | 1011011 | 1010101 | 0 | 110100 | 11001 | 10001111 | 1001010 | 101011 |
Color Harmonies of #1DBF5B
Complementary color
Monochromatic Colors of #1DBF5B
Black with #1DBF5B
Text Example
Text Example
White with #1DBF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF5B; }
p { color: rgb(29,191,91); }
H1.HeaderClassName
{
color: #1DBF5B;
}
.AnyTagClassName
{
color: #1DBF5B;
}
</style>
background-color css
<style>
a { background-color: #1DBF5B; }
a { background-color: rgb(29,191,91); }
div.DivClassName
{
background-color: #1DBF5B;
}
.BgClassName
{
background-color: #1DBF5B;
}
</style>
border-color css
<style>
span { border-color: #1DBF5B; }
span { border-color: rgb(29,191,91); }
td.TdClassName
{
border-color: #1DBF5B;
}
.TagClassName
{
border-color: #1DBF5B;
}
</style>