Shades of Malachite #18EF4D
Tints of Malachite #18EF4D
RGB
CMYK
RGB Variations
Color information
#18EF4D (or 0x18EF4D) is known color: Malachite. HEX triplet: 18, EF and 4D. RGB value is (24,239,77). Sum of RGB (Red+Green+Blue) = 24+239+77=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 239 (93.75% from 255 or 70.29% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EF4D is #E710B2. Grayscale: #9C9C9C. Windows color (decimal): -15143091 or 5107480. OLE color: 5107480.
HSL color Cylindrical-coordinate representation of color #18EF4D: hue angle of 134.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EF4D is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 77 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.06 |
| HSL | 134.79º | 0.87% | 0.52% | - |
| HSV(B) | 134.79º | 0.9% | 0.94% | - |
| XYZ | 32.58 | 62.46 | 17.36 | - |
| YUV | 156.25 | 83.27 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 77 | 0.90 | 0 | 0.68 | 0.06 | 134.79 | 0.87 | 0.52 |
| Hex | 18 | EF | 4D | 5A | 0 | 44 | 6 | 87 | 57 | 34 |
| Octal | 30 | 357 | 115 | 132 | 0 | 104 | 6 | 207 | 127 | 64 |
| Binary | 11000 | 11101111 | 1001101 | 1011010 | 0 | 1000100 | 110 | 10000111 | 1010111 | 110100 |
Color Harmonies of #18EF4D
Complementary color
Monochromatic Colors of #18EF4D
Black with #18EF4D
Text Example
Text Example
White with #18EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF4D; }
p { color: rgb(24,239,77); }
H1.HeaderClassName
{
color: #18EF4D;
}
.AnyTagClassName
{
color: #18EF4D;
}
</style>
background-color css
<style>
a { background-color: #18EF4D; }
a { background-color: rgb(24,239,77); }
div.DivClassName
{
background-color: #18EF4D;
}
.BgClassName
{
background-color: #18EF4D;
}
</style>
border-color css
<style>
span { border-color: #18EF4D; }
span { border-color: rgb(24,239,77); }
td.TdClassName
{
border-color: #18EF4D;
}
.TagClassName
{
border-color: #18EF4D;
}
</style>