Shades of Malachite #18DD55
Tints of Malachite #18DD55
RGB
CMYK
RGB Variations
Color information
#18DD55 (or 0x18DD55) is known color: Malachite. HEX triplet: 18, DD and 55. RGB value is (24,221,85). Sum of RGB (Red+Green+Blue) = 24+221+85=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DD55 is #E722AA. Grayscale: #929292. Windows color (decimal): -15147691 or 5627160. OLE color: 5627160.
HSL color Cylindrical-coordinate representation of color #18DD55: hue angle of 138.58º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DD55 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 85 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.13 |
| HSL | 138.58º | 0.8% | 0.48% | - |
| HSV(B) | 138.58º | 0.89% | 0.87% | - |
| XYZ | 27.87 | 52.56 | 17.27 | - |
| YUV | 146.59 | 93.23 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 85 | 0.89 | 0 | 0.62 | 0.13 | 138.58 | 0.8 | 0.48 |
| Hex | 18 | DD | 55 | 59 | 0 | 3E | D | 8B | 50 | 30 |
| Octal | 30 | 335 | 125 | 131 | 0 | 76 | 15 | 213 | 120 | 60 |
| Binary | 11000 | 11011101 | 1010101 | 1011001 | 0 | 111110 | 1101 | 10001011 | 1010000 | 110000 |
Color Harmonies of #18DD55
Complementary color
Monochromatic Colors of #18DD55
Black with #18DD55
Text Example
Text Example
White with #18DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DD55; }
p { color: rgb(24,221,85); }
H1.HeaderClassName
{
color: #18DD55;
}
.AnyTagClassName
{
color: #18DD55;
}
</style>
background-color css
<style>
a { background-color: #18DD55; }
a { background-color: rgb(24,221,85); }
div.DivClassName
{
background-color: #18DD55;
}
.BgClassName
{
background-color: #18DD55;
}
</style>
border-color css
<style>
span { border-color: #18DD55; }
span { border-color: rgb(24,221,85); }
td.TdClassName
{
border-color: #18DD55;
}
.TagClassName
{
border-color: #18DD55;
}
</style>