Shades of Malachite #0DCD56
Tints of Malachite #0DCD56
RGB
CMYK
RGB Variations
Color information
#0DCD56 (or 0x0DCD56) is known color: Malachite. HEX triplet: 0D, CD and 56. RGB value is (13,205,86). Sum of RGB (Red+Green+Blue) = 13+205+86=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 205 (80.47% from 255 or 67.43% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCD56 is #F232A9. Grayscale: #868686. Windows color (decimal): -15872682 or 5688589. OLE color: 5688589.
HSL color Cylindrical-coordinate representation of color #0DCD56: hue angle of 142.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD56 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 86 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.20 |
| HSL | 142.81º | 0.88% | 0.43% | - |
| HSV(B) | 142.81º | 0.94% | 0.8% | - |
| XYZ | 23.68 | 44.42 | 16.13 | - |
| YUV | 134.03 | 100.89 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 86 | 0.94 | 0 | 0.58 | 0.20 | 142.81 | 0.88 | 0.43 |
| Hex | D | CD | 56 | 5E | 0 | 3A | 14 | 8F | 58 | 2B |
| Octal | 15 | 315 | 126 | 136 | 0 | 72 | 24 | 217 | 130 | 53 |
| Binary | 1101 | 11001101 | 1010110 | 1011110 | 0 | 111010 | 10100 | 10001111 | 1011000 | 101011 |
Color Harmonies of #0DCD56
Complementary color
Monochromatic Colors of #0DCD56
Black with #0DCD56
Text Example
Text Example
White with #0DCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCD56; }
p { color: rgb(13,205,86); }
H1.HeaderClassName
{
color: #0DCD56;
}
.AnyTagClassName
{
color: #0DCD56;
}
</style>
background-color css
<style>
a { background-color: #0DCD56; }
a { background-color: rgb(13,205,86); }
div.DivClassName
{
background-color: #0DCD56;
}
.BgClassName
{
background-color: #0DCD56;
}
</style>
border-color css
<style>
span { border-color: #0DCD56; }
span { border-color: rgb(13,205,86); }
td.TdClassName
{
border-color: #0DCD56;
}
.TagClassName
{
border-color: #0DCD56;
}
</style>