Shades of Malachite #0DD63B
Tints of Malachite #0DD63B
RGB
CMYK
RGB Variations
Color information
#0DD63B (or 0x0DD63B) is known color: Malachite. HEX triplet: 0D, D6 and 3B. RGB value is (13,214,59). Sum of RGB (Red+Green+Blue) = 13+214+59=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 214 (83.98% from 255 or 74.83% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD63B is #F229C4. Grayscale: #888888. Windows color (decimal): -15870405 or 3921421. OLE color: 3921421.
HSL color Cylindrical-coordinate representation of color #0DD63B: hue angle of 133.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD63B is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 59 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.16 |
| HSL | 133.73º | 0.89% | 0.45% | - |
| HSV(B) | 133.73º | 0.94% | 0.84% | - |
| XYZ | 25 | 48.49 | 12.18 | - |
| YUV | 136.23 | 84.41 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 59 | 0.94 | 0 | 0.72 | 0.16 | 133.73 | 0.89 | 0.45 |
| Hex | D | D6 | 3B | 5E | 0 | 48 | 10 | 86 | 59 | 2D |
| Octal | 15 | 326 | 73 | 136 | 0 | 110 | 20 | 206 | 131 | 55 |
| Binary | 1101 | 11010110 | 111011 | 1011110 | 0 | 1001000 | 10000 | 10000110 | 1011001 | 101101 |
Color Harmonies of #0DD63B
Complementary color
Monochromatic Colors of #0DD63B
Black with #0DD63B
Text Example
Text Example
White with #0DD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD63B; }
p { color: rgb(13,214,59); }
H1.HeaderClassName
{
color: #0DD63B;
}
.AnyTagClassName
{
color: #0DD63B;
}
</style>
background-color css
<style>
a { background-color: #0DD63B; }
a { background-color: rgb(13,214,59); }
div.DivClassName
{
background-color: #0DD63B;
}
.BgClassName
{
background-color: #0DD63B;
}
</style>
border-color css
<style>
span { border-color: #0DD63B; }
span { border-color: rgb(13,214,59); }
td.TdClassName
{
border-color: #0DD63B;
}
.TagClassName
{
border-color: #0DD63B;
}
</style>