Shades of Malachite #16DE75
Tints of Malachite #16DE75
RGB
CMYK
RGB Variations
Color information
#16DE75 (or 0x16DE75) is known color: Malachite. HEX triplet: 16, DE and 75. RGB value is (22,222,117). Sum of RGB (Red+Green+Blue) = 22+222+117=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 222 (87.11% from 255 or 61.50% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 222 - color contains mainly: green. Hex color #16DE75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16DE75 is #E9218A. Grayscale: #969696. Windows color (decimal): -15278475 or 7724566. OLE color: 7724566.
HSL color Cylindrical-coordinate representation of color #16DE75: hue angle of 148.5º 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 #16DE75 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 222 | 117 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.13 |
| HSL | 148.5º | 0.82% | 0.48% | - |
| HSV(B) | 148.5º | 0.9% | 0.87% | - |
| XYZ | 29.66 | 53.7 | 25.63 | - |
| YUV | 150.23 | 109.24 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 222 | 117 | 0.90 | 0 | 0.47 | 0.13 | 148.5 | 0.82 | 0.48 |
| Hex | 16 | DE | 75 | 5A | 0 | 2F | D | 94 | 52 | 30 |
| Octal | 26 | 336 | 165 | 132 | 0 | 57 | 15 | 224 | 122 | 60 |
| Binary | 10110 | 11011110 | 1110101 | 1011010 | 0 | 101111 | 1101 | 10010100 | 1010010 | 110000 |
Color Harmonies of #16DE75
Complementary color
Monochromatic Colors of #16DE75
Black with #16DE75
Text Example
Text Example
White with #16DE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DE75; }
p { color: rgb(22,222,117); }
H1.HeaderClassName
{
color: #16DE75;
}
.AnyTagClassName
{
color: #16DE75;
}
</style>
background-color css
<style>
a { background-color: #16DE75; }
a { background-color: rgb(22,222,117); }
div.DivClassName
{
background-color: #16DE75;
}
.BgClassName
{
background-color: #16DE75;
}
</style>
border-color css
<style>
span { border-color: #16DE75; }
span { border-color: rgb(22,222,117); }
td.TdClassName
{
border-color: #16DE75;
}
.TagClassName
{
border-color: #16DE75;
}
</style>