Shades of Malachite #1DFB56
Tints of Malachite #1DFB56
RGB
CMYK
RGB Variations
Color information
#1DFB56 (or 0x1DFB56) is known color: Malachite. HEX triplet: 1D, FB and 56. RGB value is (29,251,86). Sum of RGB (Red+Green+Blue) = 29+251+86=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 251 (98.44% from 255 or 68.58% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFB56 is #E204A9. Grayscale: #A6A6A6. Windows color (decimal): -14812330 or 5700381. OLE color: 5700381.
HSL color Cylindrical-coordinate representation of color #1DFB56: hue angle of 135.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFB56 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 86 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.02 |
| HSL | 135.41º | 0.97% | 0.55% | - |
| HSV(B) | 135.41º | 0.88% | 0.98% | - |
| XYZ | 36.68 | 69.93 | 20.37 | - |
| YUV | 165.81 | 82.95 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 86 | 0.88 | 0 | 0.66 | 0.02 | 135.41 | 0.97 | 0.55 |
| Hex | 1D | FB | 56 | 58 | 0 | 42 | 2 | 87 | 61 | 37 |
| Octal | 35 | 373 | 126 | 130 | 0 | 102 | 2 | 207 | 141 | 67 |
| Binary | 11101 | 11111011 | 1010110 | 1011000 | 0 | 1000010 | 10 | 10000111 | 1100001 | 110111 |
Color Harmonies of #1DFB56
Complementary color
Monochromatic Colors of #1DFB56
Black with #1DFB56
Text Example
Text Example
White with #1DFB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB56; }
p { color: rgb(29,251,86); }
H1.HeaderClassName
{
color: #1DFB56;
}
.AnyTagClassName
{
color: #1DFB56;
}
</style>
background-color css
<style>
a { background-color: #1DFB56; }
a { background-color: rgb(29,251,86); }
div.DivClassName
{
background-color: #1DFB56;
}
.BgClassName
{
background-color: #1DFB56;
}
</style>
border-color css
<style>
span { border-color: #1DFB56; }
span { border-color: rgb(29,251,86); }
td.TdClassName
{
border-color: #1DFB56;
}
.TagClassName
{
border-color: #1DFB56;
}
</style>