Shades of Malachite #1DCF57
Tints of Malachite #1DCF57
RGB
CMYK
RGB Variations
Color information
#1DCF57 (or 0x1DCF57) is known color: Malachite. HEX triplet: 1D, CF and 57. RGB value is (29,207,87). Sum of RGB (Red+Green+Blue) = 29+207+87=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCF57 is #E230A8. Grayscale: #8C8C8C. Windows color (decimal): -14823593 or 5754653. OLE color: 5754653.
HSL color Cylindrical-coordinate representation of color #1DCF57: hue angle of 139.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCF57 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 87 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.19 |
| HSL | 139.55º | 0.75% | 0.46% | - |
| HSV(B) | 139.55º | 0.86% | 0.81% | - |
| XYZ | 24.54 | 45.57 | 16.52 | - |
| YUV | 140.1 | 98.03 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 87 | 0.86 | 0 | 0.58 | 0.19 | 139.55 | 0.75 | 0.46 |
| Hex | 1D | CF | 57 | 56 | 0 | 3A | 13 | 8C | 4B | 2E |
| Octal | 35 | 317 | 127 | 126 | 0 | 72 | 23 | 214 | 113 | 56 |
| Binary | 11101 | 11001111 | 1010111 | 1010110 | 0 | 111010 | 10011 | 10001100 | 1001011 | 101110 |
Color Harmonies of #1DCF57
Complementary color
Monochromatic Colors of #1DCF57
Black with #1DCF57
Text Example
Text Example
White with #1DCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF57; }
p { color: rgb(29,207,87); }
H1.HeaderClassName
{
color: #1DCF57;
}
.AnyTagClassName
{
color: #1DCF57;
}
</style>
background-color css
<style>
a { background-color: #1DCF57; }
a { background-color: rgb(29,207,87); }
div.DivClassName
{
background-color: #1DCF57;
}
.BgClassName
{
background-color: #1DCF57;
}
</style>
border-color css
<style>
span { border-color: #1DCF57; }
span { border-color: rgb(29,207,87); }
td.TdClassName
{
border-color: #1DCF57;
}
.TagClassName
{
border-color: #1DCF57;
}
</style>