Shades of Malachite #1DF34B
Tints of Malachite #1DF34B
RGB
CMYK
RGB Variations
Color information
#1DF34B (or 0x1DF34B) is known color: Malachite. HEX triplet: 1D, F3 and 4B. RGB value is (29,243,75). Sum of RGB (Red+Green+Blue) = 29+243+75=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF34B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF34B is #E20CB4. Grayscale: #A0A0A0. Windows color (decimal): -14814389 or 4977437. OLE color: 4977437.
HSL color Cylindrical-coordinate representation of color #1DF34B: hue angle of 132.9º 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 #1DF34B is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 75 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.05 |
| HSL | 132.9º | 0.9% | 0.53% | - |
| HSV(B) | 132.9º | 0.88% | 0.95% | - |
| XYZ | 33.83 | 64.87 | 17.39 | - |
| YUV | 159.86 | 80.1 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 75 | 0.88 | 0 | 0.69 | 0.05 | 132.9 | 0.9 | 0.53 |
| Hex | 1D | F3 | 4B | 58 | 0 | 45 | 5 | 85 | 5A | 35 |
| Octal | 35 | 363 | 113 | 130 | 0 | 105 | 5 | 205 | 132 | 65 |
| Binary | 11101 | 11110011 | 1001011 | 1011000 | 0 | 1000101 | 101 | 10000101 | 1011010 | 110101 |
Color Harmonies of #1DF34B
Complementary color
Monochromatic Colors of #1DF34B
Black with #1DF34B
Text Example
Text Example
White with #1DF34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF34B; }
p { color: rgb(29,243,75); }
H1.HeaderClassName
{
color: #1DF34B;
}
.AnyTagClassName
{
color: #1DF34B;
}
</style>
background-color css
<style>
a { background-color: #1DF34B; }
a { background-color: rgb(29,243,75); }
div.DivClassName
{
background-color: #1DF34B;
}
.BgClassName
{
background-color: #1DF34B;
}
</style>
border-color css
<style>
span { border-color: #1DF34B; }
span { border-color: rgb(29,243,75); }
td.TdClassName
{
border-color: #1DF34B;
}
.TagClassName
{
border-color: #1DF34B;
}
</style>