Shades of Malachite #1DFB50
Tints of Malachite #1DFB50
RGB
CMYK
RGB Variations
Color information
#1DFB50 (or 0x1DFB50) is known color: Malachite. HEX triplet: 1D, FB and 50. RGB value is (29,251,80). Sum of RGB (Red+Green+Blue) = 29+251+80=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFB50 is #E204AF. Grayscale: #A5A5A5. Windows color (decimal): -14812336 or 5307165. OLE color: 5307165.
HSL color Cylindrical-coordinate representation of color #1DFB50: hue angle of 133.78º 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 #1DFB50 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 80 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.02 |
| HSL | 133.78º | 0.97% | 0.55% | - |
| HSV(B) | 133.78º | 0.88% | 0.98% | - |
| XYZ | 36.45 | 69.83 | 19.15 | - |
| YUV | 165.13 | 79.95 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 80 | 0.88 | 0 | 0.68 | 0.02 | 133.78 | 0.97 | 0.55 |
| Hex | 1D | FB | 50 | 58 | 0 | 44 | 2 | 86 | 61 | 37 |
| Octal | 35 | 373 | 120 | 130 | 0 | 104 | 2 | 206 | 141 | 67 |
| Binary | 11101 | 11111011 | 1010000 | 1011000 | 0 | 1000100 | 10 | 10000110 | 1100001 | 110111 |
Color Harmonies of #1DFB50
Complementary color
Monochromatic Colors of #1DFB50
Black with #1DFB50
Text Example
Text Example
White with #1DFB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB50; }
p { color: rgb(29,251,80); }
H1.HeaderClassName
{
color: #1DFB50;
}
.AnyTagClassName
{
color: #1DFB50;
}
</style>
background-color css
<style>
a { background-color: #1DFB50; }
a { background-color: rgb(29,251,80); }
div.DivClassName
{
background-color: #1DFB50;
}
.BgClassName
{
background-color: #1DFB50;
}
</style>
border-color css
<style>
span { border-color: #1DFB50; }
span { border-color: rgb(29,251,80); }
td.TdClassName
{
border-color: #1DFB50;
}
.TagClassName
{
border-color: #1DFB50;
}
</style>