Shades of Malachite #1DF33A
Tints of Malachite #1DF33A
RGB
CMYK
RGB Variations
Color information
#1DF33A (or 0x1DF33A) is known color: Malachite. HEX triplet: 1D, F3 and 3A. RGB value is (29,243,58). Sum of RGB (Red+Green+Blue) = 29+243+58=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF33A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF33A is #E20CC5. Grayscale: #9E9E9E. Windows color (decimal): -14814406 or 3863325. OLE color: 3863325.
HSL color Cylindrical-coordinate representation of color #1DF33A: hue angle of 128.13º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF33A is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 58 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.05 |
| HSL | 128.13º | 0.9% | 0.53% | - |
| HSV(B) | 128.13º | 0.88% | 0.95% | - |
| XYZ | 33.32 | 64.67 | 14.73 | - |
| YUV | 157.92 | 71.6 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 58 | 0.88 | 0 | 0.76 | 0.05 | 128.13 | 0.9 | 0.53 |
| Hex | 1D | F3 | 3A | 58 | 0 | 4C | 5 | 80 | 5A | 35 |
| Octal | 35 | 363 | 72 | 130 | 0 | 114 | 5 | 200 | 132 | 65 |
| Binary | 11101 | 11110011 | 111010 | 1011000 | 0 | 1001100 | 101 | 10000000 | 1011010 | 110101 |
Color Harmonies of #1DF33A
Complementary color
Monochromatic Colors of #1DF33A
Black with #1DF33A
Text Example
Text Example
White with #1DF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF33A; }
p { color: rgb(29,243,58); }
H1.HeaderClassName
{
color: #1DF33A;
}
.AnyTagClassName
{
color: #1DF33A;
}
</style>
background-color css
<style>
a { background-color: #1DF33A; }
a { background-color: rgb(29,243,58); }
div.DivClassName
{
background-color: #1DF33A;
}
.BgClassName
{
background-color: #1DF33A;
}
</style>
border-color css
<style>
span { border-color: #1DF33A; }
span { border-color: rgb(29,243,58); }
td.TdClassName
{
border-color: #1DF33A;
}
.TagClassName
{
border-color: #1DF33A;
}
</style>