Shades of Malachite #10CD63
Tints of Malachite #10CD63
RGB
CMYK
RGB Variations
Color information
#10CD63 (or 0x10CD63) is known color: Malachite. HEX triplet: 10, CD and 63. RGB value is (16,205,99). Sum of RGB (Red+Green+Blue) = 16+205+99=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CD63 is #EF329C. Grayscale: #888888. Windows color (decimal): -15676061 or 6540560. OLE color: 6540560.
HSL color Cylindrical-coordinate representation of color #10CD63: hue angle of 146.35º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CD63 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 99 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.20 |
| HSL | 146.35º | 0.86% | 0.43% | - |
| HSV(B) | 146.35º | 0.92% | 0.8% | - |
| XYZ | 24.3 | 44.67 | 19.15 | - |
| YUV | 136.41 | 106.88 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 99 | 0.92 | 0 | 0.52 | 0.20 | 146.35 | 0.86 | 0.43 |
| Hex | 10 | CD | 63 | 5C | 0 | 34 | 14 | 92 | 56 | 2B |
| Octal | 20 | 315 | 143 | 134 | 0 | 64 | 24 | 222 | 126 | 53 |
| Binary | 10000 | 11001101 | 1100011 | 1011100 | 0 | 110100 | 10100 | 10010010 | 1010110 | 101011 |
Color Harmonies of #10CD63
Complementary color
Monochromatic Colors of #10CD63
Black with #10CD63
Text Example
Text Example
White with #10CD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CD63; }
p { color: rgb(16,205,99); }
H1.HeaderClassName
{
color: #10CD63;
}
.AnyTagClassName
{
color: #10CD63;
}
</style>
background-color css
<style>
a { background-color: #10CD63; }
a { background-color: rgb(16,205,99); }
div.DivClassName
{
background-color: #10CD63;
}
.BgClassName
{
background-color: #10CD63;
}
</style>
border-color css
<style>
span { border-color: #10CD63; }
span { border-color: rgb(16,205,99); }
td.TdClassName
{
border-color: #10CD63;
}
.TagClassName
{
border-color: #10CD63;
}
</style>