Shades of Malachite #1DBE5F
Tints of Malachite #1DBE5F
RGB
CMYK
RGB Variations
Color information
#1DBE5F (or 0x1DBE5F) is known color: Malachite. HEX triplet: 1D, BE and 5F. RGB value is (29,190,95). Sum of RGB (Red+Green+Blue) = 29+190+95=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 190 (74.61% from 255 or 60.51% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBE5F is #E241A0. Grayscale: #838383. Windows color (decimal): -14827937 or 6274589. OLE color: 6274589.
HSL color Cylindrical-coordinate representation of color #1DBE5F: hue angle of 144.6º 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 #1DBE5F is Cyan = 0.85, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 95 | - |
| CMYK | 0.85 | 0 | 0.5 | 0.25 |
| HSL | 144.6º | 0.74% | 0.43% | - |
| HSV(B) | 144.6º | 0.85% | 0.75% | - |
| XYZ | 20.99 | 37.91 | 17.04 | - |
| YUV | 131.03 | 107.66 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 95 | 0.85 | 0 | 0.5 | 0.25 | 144.6 | 0.74 | 0.43 |
| Hex | 1D | BE | 5F | 55 | 0 | 32 | 19 | 91 | 4A | 2B |
| Octal | 35 | 276 | 137 | 125 | 0 | 62 | 31 | 221 | 112 | 53 |
| Binary | 11101 | 10111110 | 1011111 | 1010101 | 0 | 110010 | 11001 | 10010001 | 1001010 | 101011 |
Color Harmonies of #1DBE5F
Complementary color
Monochromatic Colors of #1DBE5F
Black with #1DBE5F
Text Example
Text Example
White with #1DBE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE5F; }
p { color: rgb(29,190,95); }
H1.HeaderClassName
{
color: #1DBE5F;
}
.AnyTagClassName
{
color: #1DBE5F;
}
</style>
background-color css
<style>
a { background-color: #1DBE5F; }
a { background-color: rgb(29,190,95); }
div.DivClassName
{
background-color: #1DBE5F;
}
.BgClassName
{
background-color: #1DBE5F;
}
</style>
border-color css
<style>
span { border-color: #1DBE5F; }
span { border-color: rgb(29,190,95); }
td.TdClassName
{
border-color: #1DBE5F;
}
.TagClassName
{
border-color: #1DBE5F;
}
</style>