Shades of Malachite #1EFF61
Tints of Malachite #1EFF61
RGB
CMYK
RGB Variations
Color information
#1EFF61 (or 0x1EFF61) is known color: Malachite. HEX triplet: 1E, FF and 61. RGB value is (30,255,97). Sum of RGB (Red+Green+Blue) = 30+255+97=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFF61 is #E1009E. Grayscale: #AAAAAA. Windows color (decimal): -14745759 or 6422302. OLE color: 6422302.
HSL color Cylindrical-coordinate representation of color #1EFF61: hue angle of 137.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFF61 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 97 | - |
| CMYK | 0.88 | 0 | 0.62 | 0 |
| HSL | 137.87º | 1% | 0.56% | - |
| HSV(B) | 137.87º | 0.88% | 1% | - |
| XYZ | 38.45 | 72.66 | 23.31 | - |
| YUV | 169.71 | 86.96 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 97 | 0.88 | 0 | 0.62 | 0 | 137.87 | 1 | 0.56 |
| Hex | 1E | FF | 61 | 58 | 0 | 3E | 0 | 8A | 64 | 38 |
| Octal | 36 | 377 | 141 | 130 | 0 | 76 | 0 | 212 | 144 | 70 |
| Binary | 11110 | 11111111 | 1100001 | 1011000 | 0 | 111110 | 0 | 10001010 | 1100100 | 111000 |
Color Harmonies of #1EFF61
Complementary color
Monochromatic Colors of #1EFF61
Black with #1EFF61
Text Example
Text Example
White with #1EFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF61; }
p { color: rgb(30,255,97); }
H1.HeaderClassName
{
color: #1EFF61;
}
.AnyTagClassName
{
color: #1EFF61;
}
</style>
background-color css
<style>
a { background-color: #1EFF61; }
a { background-color: rgb(30,255,97); }
div.DivClassName
{
background-color: #1EFF61;
}
.BgClassName
{
background-color: #1EFF61;
}
</style>
border-color css
<style>
span { border-color: #1EFF61; }
span { border-color: rgb(30,255,97); }
td.TdClassName
{
border-color: #1EFF61;
}
.TagClassName
{
border-color: #1EFF61;
}
</style>