Shades of Malachite #1ED065
Tints of Malachite #1ED065
RGB
CMYK
RGB Variations
Color information
#1ED065 (or 0x1ED065) is known color: Malachite. HEX triplet: 1E, D0 and 65. RGB value is (30,208,101). Sum of RGB (Red+Green+Blue) = 30+208+101=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED065 is #E12F9A. Grayscale: #8E8E8E. Windows color (decimal): -14757787 or 6672414. OLE color: 6672414.
HSL color Cylindrical-coordinate representation of color #1ED065: hue angle of 143.93º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED065 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 101 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.18 |
| HSL | 143.93º | 0.75% | 0.47% | - |
| HSV(B) | 143.93º | 0.86% | 0.82% | - |
| XYZ | 25.44 | 46.33 | 19.91 | - |
| YUV | 142.58 | 104.53 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 101 | 0.86 | 0 | 0.51 | 0.18 | 143.93 | 0.75 | 0.47 |
| Hex | 1E | D0 | 65 | 56 | 0 | 33 | 12 | 90 | 4B | 2F |
| Octal | 36 | 320 | 145 | 126 | 0 | 63 | 22 | 220 | 113 | 57 |
| Binary | 11110 | 11010000 | 1100101 | 1010110 | 0 | 110011 | 10010 | 10010000 | 1001011 | 101111 |
Color Harmonies of #1ED065
Complementary color
Monochromatic Colors of #1ED065
Black with #1ED065
Text Example
Text Example
White with #1ED065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED065; }
p { color: rgb(30,208,101); }
H1.HeaderClassName
{
color: #1ED065;
}
.AnyTagClassName
{
color: #1ED065;
}
</style>
background-color css
<style>
a { background-color: #1ED065; }
a { background-color: rgb(30,208,101); }
div.DivClassName
{
background-color: #1ED065;
}
.BgClassName
{
background-color: #1ED065;
}
</style>
border-color css
<style>
span { border-color: #1ED065; }
span { border-color: rgb(30,208,101); }
td.TdClassName
{
border-color: #1ED065;
}
.TagClassName
{
border-color: #1ED065;
}
</style>