Shades of Malachite #1EEF66
Tints of Malachite #1EEF66
RGB
CMYK
RGB Variations
Color information
#1EEF66 (or 0x1EEF66) is known color: Malachite. HEX triplet: 1E, EF and 66. RGB value is (30,239,102). Sum of RGB (Red+Green+Blue) = 30+239+102=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EEF66 is #E11099. Grayscale: #A1A1A1. Windows color (decimal): -14749850 or 6745886. OLE color: 6745886.
HSL color Cylindrical-coordinate representation of color #1EEF66: hue angle of 140.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEF66 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 102 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.06 |
| HSL | 140.67º | 0.87% | 0.53% | - |
| HSV(B) | 140.67º | 0.87% | 0.94% | - |
| XYZ | 33.8 | 62.97 | 22.94 | - |
| YUV | 160.89 | 94.76 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 102 | 0.87 | 0 | 0.57 | 0.06 | 140.67 | 0.87 | 0.53 |
| Hex | 1E | EF | 66 | 57 | 0 | 39 | 6 | 8D | 57 | 35 |
| Octal | 36 | 357 | 146 | 127 | 0 | 71 | 6 | 215 | 127 | 65 |
| Binary | 11110 | 11101111 | 1100110 | 1010111 | 0 | 111001 | 110 | 10001101 | 1010111 | 110101 |
Color Harmonies of #1EEF66
Complementary color
Monochromatic Colors of #1EEF66
Black with #1EEF66
Text Example
Text Example
White with #1EEF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEF66; }
p { color: rgb(30,239,102); }
H1.HeaderClassName
{
color: #1EEF66;
}
.AnyTagClassName
{
color: #1EEF66;
}
</style>
background-color css
<style>
a { background-color: #1EEF66; }
a { background-color: rgb(30,239,102); }
div.DivClassName
{
background-color: #1EEF66;
}
.BgClassName
{
background-color: #1EEF66;
}
</style>
border-color css
<style>
span { border-color: #1EEF66; }
span { border-color: rgb(30,239,102); }
td.TdClassName
{
border-color: #1EEF66;
}
.TagClassName
{
border-color: #1EEF66;
}
</style>