Shades of Malachite #16DD65
Tints of Malachite #16DD65
RGB
CMYK
RGB Variations
Color information
#16DD65 (or 0x16DD65) is known color: Malachite. HEX triplet: 16, DD and 65. RGB value is (22,221,101). Sum of RGB (Red+Green+Blue) = 22+221+101=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #16DD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16DD65 is #E9229A. Grayscale: #949494. Windows color (decimal): -15278747 or 6675734. OLE color: 6675734.
HSL color Cylindrical-coordinate representation of color #16DD65: hue angle of 143.82º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DD65 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 221 | 101 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.13 |
| HSL | 143.82º | 0.82% | 0.48% | - |
| HSV(B) | 143.82º | 0.9% | 0.87% | - |
| XYZ | 28.54 | 52.82 | 21 | - |
| YUV | 147.82 | 101.57 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 221 | 101 | 0.90 | 0 | 0.54 | 0.13 | 143.82 | 0.82 | 0.48 |
| Hex | 16 | DD | 65 | 5A | 0 | 36 | D | 90 | 52 | 30 |
| Octal | 26 | 335 | 145 | 132 | 0 | 66 | 15 | 220 | 122 | 60 |
| Binary | 10110 | 11011101 | 1100101 | 1011010 | 0 | 110110 | 1101 | 10010000 | 1010010 | 110000 |
Color Harmonies of #16DD65
Complementary color
Monochromatic Colors of #16DD65
Black with #16DD65
Text Example
Text Example
White with #16DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DD65; }
p { color: rgb(22,221,101); }
H1.HeaderClassName
{
color: #16DD65;
}
.AnyTagClassName
{
color: #16DD65;
}
</style>
background-color css
<style>
a { background-color: #16DD65; }
a { background-color: rgb(22,221,101); }
div.DivClassName
{
background-color: #16DD65;
}
.BgClassName
{
background-color: #16DD65;
}
</style>
border-color css
<style>
span { border-color: #16DD65; }
span { border-color: rgb(22,221,101); }
td.TdClassName
{
border-color: #16DD65;
}
.TagClassName
{
border-color: #16DD65;
}
</style>