Shades of Malachite #1DFC4B
Tints of Malachite #1DFC4B
RGB
CMYK
RGB Variations
Color information
#1DFC4B (or 0x1DFC4B) is known color: Malachite. HEX triplet: 1D, FC and 4B. RGB value is (29,252,75). Sum of RGB (Red+Green+Blue) = 29+252+75=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 252 (98.83% from 255 or 70.79% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFC4B is #E203B4. Grayscale: #A5A5A5. Windows color (decimal): -14812085 or 4979741. OLE color: 4979741.
HSL color Cylindrical-coordinate representation of color #1DFC4B: hue angle of 132.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFC4B is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 75 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.01 |
| HSL | 132.38º | 0.97% | 0.55% | - |
| HSV(B) | 132.38º | 0.88% | 0.99% | - |
| XYZ | 36.59 | 70.39 | 18.31 | - |
| YUV | 165.15 | 77.12 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 75 | 0.88 | 0 | 0.70 | 0.01 | 132.38 | 0.97 | 0.55 |
| Hex | 1D | FC | 4B | 58 | 0 | 46 | 1 | 84 | 61 | 37 |
| Octal | 35 | 374 | 113 | 130 | 0 | 106 | 1 | 204 | 141 | 67 |
| Binary | 11101 | 11111100 | 1001011 | 1011000 | 0 | 1000110 | 1 | 10000100 | 1100001 | 110111 |
Color Harmonies of #1DFC4B
Complementary color
Monochromatic Colors of #1DFC4B
Black with #1DFC4B
Text Example
Text Example
White with #1DFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFC4B; }
p { color: rgb(29,252,75); }
H1.HeaderClassName
{
color: #1DFC4B;
}
.AnyTagClassName
{
color: #1DFC4B;
}
</style>
background-color css
<style>
a { background-color: #1DFC4B; }
a { background-color: rgb(29,252,75); }
div.DivClassName
{
background-color: #1DFC4B;
}
.BgClassName
{
background-color: #1DFC4B;
}
</style>
border-color css
<style>
span { border-color: #1DFC4B; }
span { border-color: rgb(29,252,75); }
td.TdClassName
{
border-color: #1DFC4B;
}
.TagClassName
{
border-color: #1DFC4B;
}
</style>