Shades of Malachite #10CD50
Tints of Malachite #10CD50
RGB
CMYK
RGB Variations
Color information
#10CD50 (or 0x10CD50) is known color: Malachite. HEX triplet: 10, CD and 50. RGB value is (16,205,80). Sum of RGB (Red+Green+Blue) = 16+205+80=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 205 (80.47% from 255 or 68.11% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CD50 is #EF32AF. Grayscale: #868686. Windows color (decimal): -15676080 or 5295376. OLE color: 5295376.
HSL color Cylindrical-coordinate representation of color #10CD50: hue angle of 140.32º 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 #10CD50 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 80 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.20 |
| HSL | 140.32º | 0.86% | 0.43% | - |
| HSV(B) | 140.32º | 0.92% | 0.8% | - |
| XYZ | 23.49 | 44.35 | 14.91 | - |
| YUV | 134.24 | 97.38 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 80 | 0.92 | 0 | 0.61 | 0.20 | 140.32 | 0.86 | 0.43 |
| Hex | 10 | CD | 50 | 5C | 0 | 3D | 14 | 8C | 56 | 2B |
| Octal | 20 | 315 | 120 | 134 | 0 | 75 | 24 | 214 | 126 | 53 |
| Binary | 10000 | 11001101 | 1010000 | 1011100 | 0 | 111101 | 10100 | 10001100 | 1010110 | 101011 |
Color Harmonies of #10CD50
Complementary color
Monochromatic Colors of #10CD50
Black with #10CD50
Text Example
Text Example
White with #10CD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CD50; }
p { color: rgb(16,205,80); }
H1.HeaderClassName
{
color: #10CD50;
}
.AnyTagClassName
{
color: #10CD50;
}
</style>
background-color css
<style>
a { background-color: #10CD50; }
a { background-color: rgb(16,205,80); }
div.DivClassName
{
background-color: #10CD50;
}
.BgClassName
{
background-color: #10CD50;
}
</style>
border-color css
<style>
span { border-color: #10CD50; }
span { border-color: rgb(16,205,80); }
td.TdClassName
{
border-color: #10CD50;
}
.TagClassName
{
border-color: #10CD50;
}
</style>