Shades of Malachite #00D674
Tints of Malachite #00D674
RGB
CMYK
RGB Variations
Color information
#00D674 (or 0x00D674) is known color: Malachite. HEX triplet: 00, D6 and 74. RGB value is (0,214,116). Sum of RGB (Red+Green+Blue) = 0+214+116=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #00D674 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D674 is #FF298B. Grayscale: #8B8B8B. Windows color (decimal): -16722316 or 7656960. OLE color: 7656960.
HSL color Cylindrical-coordinate representation of color #00D674: hue angle of 152.52º 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 #00D674 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 116 | - |
| CMYK | 1 | 0 | 0.46 | 0.16 |
| HSL | 152.52º | 1% | 0.42% | - |
| HSV(B) | 152.52º | 1% | 0.84% | - |
| XYZ | 27.2 | 49.35 | 24.62 | - |
| YUV | 138.84 | 115.1 | 28.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 116 | 1 | 0 | 0.46 | 0.16 | 152.52 | 1 | 0.42 |
| Hex | 0 | D6 | 74 | 64 | 0 | 2E | 10 | 99 | 64 | 2A |
| Octal | 0 | 326 | 164 | 144 | 0 | 56 | 20 | 231 | 144 | 52 |
| Binary | 0 | 11010110 | 1110100 | 1100100 | 0 | 101110 | 10000 | 10011001 | 1100100 | 101010 |
Color Harmonies of #00D674
Complementary color
Monochromatic Colors of #00D674
Black with #00D674
Text Example
Text Example
White with #00D674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D674; }
p { color: rgb(0,214,116); }
H1.HeaderClassName
{
color: #00D674;
}
.AnyTagClassName
{
color: #00D674;
}
</style>
background-color css
<style>
a { background-color: #00D674; }
a { background-color: rgb(0,214,116); }
div.DivClassName
{
background-color: #00D674;
}
.BgClassName
{
background-color: #00D674;
}
</style>
border-color css
<style>
span { border-color: #00D674; }
span { border-color: rgb(0,214,116); }
td.TdClassName
{
border-color: #00D674;
}
.TagClassName
{
border-color: #00D674;
}
</style>