Shades of Malachite #00CD50
Tints of Malachite #00CD50
RGB
CMYK
RGB Variations
Color information
#00CD50 (or 0x00CD50) is known color: Malachite. HEX triplet: 00, CD and 50. RGB value is (0,205,80). Sum of RGB (Red+Green+Blue) = 0+205+80=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 205 (80.47% from 255 or 71.93% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 205 - color contains mainly: green. Hex color #00CD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CD50 is #FF32AF. Grayscale: #818181. Windows color (decimal): -16724656 or 5295360. OLE color: 5295360.
HSL color Cylindrical-coordinate representation of color #00CD50: hue angle of 143.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CD50 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 205 | 80 | - |
| CMYK | 1 | 0 | 0.61 | 0.20 |
| HSL | 143.41º | 1% | 0.4% | - |
| HSV(B) | 143.41º | 1% | 0.8% | - |
| XYZ | 23.28 | 44.24 | 14.9 | - |
| YUV | 129.46 | 100.08 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 80 | 1 | 0 | 0.61 | 0.20 | 143.41 | 1 | 0.4 |
| Hex | 0 | CD | 50 | 64 | 0 | 3D | 14 | 8F | 64 | 28 |
| Octal | 0 | 315 | 120 | 144 | 0 | 75 | 24 | 217 | 144 | 50 |
| Binary | 0 | 11001101 | 1010000 | 1100100 | 0 | 111101 | 10100 | 10001111 | 1100100 | 101000 |
Color Harmonies of #00CD50
Complementary color
Monochromatic Colors of #00CD50
Black with #00CD50
Text Example
Text Example
White with #00CD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CD50; }
p { color: rgb(0,205,80); }
H1.HeaderClassName
{
color: #00CD50;
}
.AnyTagClassName
{
color: #00CD50;
}
</style>
background-color css
<style>
a { background-color: #00CD50; }
a { background-color: rgb(0,205,80); }
div.DivClassName
{
background-color: #00CD50;
}
.BgClassName
{
background-color: #00CD50;
}
</style>
border-color css
<style>
span { border-color: #00CD50; }
span { border-color: rgb(0,205,80); }
td.TdClassName
{
border-color: #00CD50;
}
.TagClassName
{
border-color: #00CD50;
}
</style>