Shades of Malachite #18DD3D
Tints of Malachite #18DD3D
RGB
CMYK
RGB Variations
Color information
#18DD3D (or 0x18DD3D) is known color: Malachite. HEX triplet: 18, DD and 3D. RGB value is (24,221,61). Sum of RGB (Red+Green+Blue) = 24+221+61=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DD3D is #E722C2. Grayscale: #909090. Windows color (decimal): -15147715 or 4054296. OLE color: 4054296.
HSL color Cylindrical-coordinate representation of color #18DD3D: hue angle of 131.27º 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 #18DD3D is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 61 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.13 |
| HSL | 131.27º | 0.8% | 0.48% | - |
| HSV(B) | 131.27º | 0.89% | 0.87% | - |
| XYZ | 27.08 | 52.24 | 13.07 | - |
| YUV | 143.86 | 81.23 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 61 | 0.89 | 0 | 0.72 | 0.13 | 131.27 | 0.8 | 0.48 |
| Hex | 18 | DD | 3D | 59 | 0 | 48 | D | 83 | 50 | 30 |
| Octal | 30 | 335 | 75 | 131 | 0 | 110 | 15 | 203 | 120 | 60 |
| Binary | 11000 | 11011101 | 111101 | 1011001 | 0 | 1001000 | 1101 | 10000011 | 1010000 | 110000 |
Color Harmonies of #18DD3D
Complementary color
Monochromatic Colors of #18DD3D
Black with #18DD3D
Text Example
Text Example
White with #18DD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DD3D; }
p { color: rgb(24,221,61); }
H1.HeaderClassName
{
color: #18DD3D;
}
.AnyTagClassName
{
color: #18DD3D;
}
</style>
background-color css
<style>
a { background-color: #18DD3D; }
a { background-color: rgb(24,221,61); }
div.DivClassName
{
background-color: #18DD3D;
}
.BgClassName
{
background-color: #18DD3D;
}
</style>
border-color css
<style>
span { border-color: #18DD3D; }
span { border-color: rgb(24,221,61); }
td.TdClassName
{
border-color: #18DD3D;
}
.TagClassName
{
border-color: #18DD3D;
}
</style>