Shades of Malachite #18FD42
Tints of Malachite #18FD42
RGB
CMYK
RGB Variations
Color information
#18FD42 (or 0x18FD42) is known color: Malachite. HEX triplet: 18, FD and 42. RGB value is (24,253,66). Sum of RGB (Red+Green+Blue) = 24+253+66=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 253 (99.22% from 255 or 73.76% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 253 - color contains mainly: green. Hex color #18FD42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FD42 is #E702BD. Grayscale: #A3A3A3. Windows color (decimal): -15139518 or 4390168. OLE color: 4390168.
HSL color Cylindrical-coordinate representation of color #18FD42: hue angle of 131º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FD42 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 66 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.01 |
| HSL | 131º | 0.98% | 0.54% | - |
| HSV(B) | 131º | 0.91% | 0.99% | - |
| XYZ | 36.49 | 70.84 | 16.9 | - |
| YUV | 163.21 | 73.13 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 66 | 0.91 | 0 | 0.74 | 0.01 | 131 | 0.98 | 0.54 |
| Hex | 18 | FD | 42 | 5B | 0 | 4A | 1 | 83 | 62 | 36 |
| Octal | 30 | 375 | 102 | 133 | 0 | 112 | 1 | 203 | 142 | 66 |
| Binary | 11000 | 11111101 | 1000010 | 1011011 | 0 | 1001010 | 1 | 10000011 | 1100010 | 110110 |
Color Harmonies of #18FD42
Complementary color
Monochromatic Colors of #18FD42
Black with #18FD42
Text Example
Text Example
White with #18FD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FD42; }
p { color: rgb(24,253,66); }
H1.HeaderClassName
{
color: #18FD42;
}
.AnyTagClassName
{
color: #18FD42;
}
</style>
background-color css
<style>
a { background-color: #18FD42; }
a { background-color: rgb(24,253,66); }
div.DivClassName
{
background-color: #18FD42;
}
.BgClassName
{
background-color: #18FD42;
}
</style>
border-color css
<style>
span { border-color: #18FD42; }
span { border-color: rgb(24,253,66); }
td.TdClassName
{
border-color: #18FD42;
}
.TagClassName
{
border-color: #18FD42;
}
</style>