Shades of Malachite #1EF85B
Tints of Malachite #1EF85B
RGB
CMYK
RGB Variations
Color information
#1EF85B (or 0x1EF85B) is known color: Malachite. HEX triplet: 1E, F8 and 5B. RGB value is (30,248,91). Sum of RGB (Red+Green+Blue) = 30+248+91=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF85B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF85B is #E107A4. Grayscale: #A5A5A5. Windows color (decimal): -14747557 or 6027294. OLE color: 6027294.
HSL color Cylindrical-coordinate representation of color #1EF85B: hue angle of 136.79º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF85B is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 248 | 91 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.03 |
| HSL | 136.79º | 0.94% | 0.55% | - |
| HSV(B) | 136.79º | 0.88% | 0.97% | - |
| XYZ | 35.99 | 68.17 | 21.16 | - |
| YUV | 164.92 | 86.28 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 248 | 91 | 0.88 | 0 | 0.63 | 0.03 | 136.79 | 0.94 | 0.55 |
| Hex | 1E | F8 | 5B | 58 | 0 | 3F | 3 | 89 | 5E | 37 |
| Octal | 36 | 370 | 133 | 130 | 0 | 77 | 3 | 211 | 136 | 67 |
| Binary | 11110 | 11111000 | 1011011 | 1011000 | 0 | 111111 | 11 | 10001001 | 1011110 | 110111 |
Color Harmonies of #1EF85B
Complementary color
Monochromatic Colors of #1EF85B
Black with #1EF85B
Text Example
Text Example
White with #1EF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF85B; }
p { color: rgb(30,248,91); }
H1.HeaderClassName
{
color: #1EF85B;
}
.AnyTagClassName
{
color: #1EF85B;
}
</style>
background-color css
<style>
a { background-color: #1EF85B; }
a { background-color: rgb(30,248,91); }
div.DivClassName
{
background-color: #1EF85B;
}
.BgClassName
{
background-color: #1EF85B;
}
</style>
border-color css
<style>
span { border-color: #1EF85B; }
span { border-color: rgb(30,248,91); }
td.TdClassName
{
border-color: #1EF85B;
}
.TagClassName
{
border-color: #1EF85B;
}
</style>