Shades of Malachite #00D745
Tints of Malachite #00D745
RGB
CMYK
RGB Variations
Color information
#00D745 (or 0x00D745) is known color: Malachite. HEX triplet: 00, D7 and 45. RGB value is (0,215,69). Sum of RGB (Red+Green+Blue) = 0+215+69=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 215 (84.38% from 255 or 75.70% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 215 - color contains mainly: green. Hex color #00D745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D745 is #FF28BA. Grayscale: #868686. Windows color (decimal): -16722107 or 4577024. OLE color: 4577024.
HSL color Cylindrical-coordinate representation of color #00D745: hue angle of 139.26º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D745 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 69 | - |
| CMYK | 1 | 0 | 0.68 | 0.16 |
| HSL | 139.26º | 1% | 0.42% | - |
| HSV(B) | 139.26º | 1% | 0.84% | - |
| XYZ | 25.37 | 49.03 | 13.76 | - |
| YUV | 134.07 | 91.27 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 69 | 1 | 0 | 0.68 | 0.16 | 139.26 | 1 | 0.42 |
| Hex | 0 | D7 | 45 | 64 | 0 | 44 | 10 | 8B | 64 | 2A |
| Octal | 0 | 327 | 105 | 144 | 0 | 104 | 20 | 213 | 144 | 52 |
| Binary | 0 | 11010111 | 1000101 | 1100100 | 0 | 1000100 | 10000 | 10001011 | 1100100 | 101010 |
Color Harmonies of #00D745
Complementary color
Monochromatic Colors of #00D745
Black with #00D745
Text Example
Text Example
White with #00D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D745; }
p { color: rgb(0,215,69); }
H1.HeaderClassName
{
color: #00D745;
}
.AnyTagClassName
{
color: #00D745;
}
</style>
background-color css
<style>
a { background-color: #00D745; }
a { background-color: rgb(0,215,69); }
div.DivClassName
{
background-color: #00D745;
}
.BgClassName
{
background-color: #00D745;
}
</style>
border-color css
<style>
span { border-color: #00D745; }
span { border-color: rgb(0,215,69); }
td.TdClassName
{
border-color: #00D745;
}
.TagClassName
{
border-color: #00D745;
}
</style>