Shades of Malachite #18FF4D
Tints of Malachite #18FF4D
RGB
CMYK
RGB Variations
Color information
#18FF4D (or 0x18FF4D) is known color: Malachite. HEX triplet: 18, FF and 4D. RGB value is (24,255,77). Sum of RGB (Red+Green+Blue) = 24+255+77=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FF4D is #E700B2. Grayscale: #A6A6A6. Windows color (decimal): -15138995 or 5111576. OLE color: 5111576.
HSL color Cylindrical-coordinate representation of color #18FF4D: hue angle of 133.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF4D is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 77 | - |
| CMYK | 0.91 | 0 | 0.70 | 0 |
| HSL | 133.77º | 1% | 0.55% | - |
| HSV(B) | 133.77º | 0.91% | 1% | - |
| XYZ | 37.48 | 72.25 | 18.99 | - |
| YUV | 165.64 | 77.97 | 26.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 77 | 0.91 | 0 | 0.70 | 0 | 133.77 | 1 | 0.55 |
| Hex | 18 | FF | 4D | 5B | 0 | 46 | 0 | 86 | 64 | 37 |
| Octal | 30 | 377 | 115 | 133 | 0 | 106 | 0 | 206 | 144 | 67 |
| Binary | 11000 | 11111111 | 1001101 | 1011011 | 0 | 1000110 | 0 | 10000110 | 1100100 | 110111 |
Color Harmonies of #18FF4D
Complementary color
Monochromatic Colors of #18FF4D
Black with #18FF4D
Text Example
Text Example
White with #18FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF4D; }
p { color: rgb(24,255,77); }
H1.HeaderClassName
{
color: #18FF4D;
}
.AnyTagClassName
{
color: #18FF4D;
}
</style>
background-color css
<style>
a { background-color: #18FF4D; }
a { background-color: rgb(24,255,77); }
div.DivClassName
{
background-color: #18FF4D;
}
.BgClassName
{
background-color: #18FF4D;
}
</style>
border-color css
<style>
span { border-color: #18FF4D; }
span { border-color: rgb(24,255,77); }
td.TdClassName
{
border-color: #18FF4D;
}
.TagClassName
{
border-color: #18FF4D;
}
</style>