Shades of Malachite #00D752
Tints of Malachite #00D752
RGB
CMYK
RGB Variations
Color information
#00D752 (or 0x00D752) is known color: Malachite. HEX triplet: 00, D7 and 52. RGB value is (0,215,82). Sum of RGB (Red+Green+Blue) = 0+215+82=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 215 (84.38% from 255 or 72.39% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 215 - color contains mainly: green. Hex color #00D752 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D752 is #FF28AD. Grayscale: #878787. Windows color (decimal): -16722094 or 5428992. OLE color: 5428992.
HSL color Cylindrical-coordinate representation of color #00D752: hue angle of 142.88º 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 #00D752 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 82 | - |
| CMYK | 1 | 0 | 0.62 | 0.16 |
| HSL | 142.88º | 1% | 0.42% | - |
| HSV(B) | 142.88º | 1% | 0.84% | - |
| XYZ | 25.82 | 49.21 | 16.12 | - |
| YUV | 135.55 | 97.77 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 82 | 1 | 0 | 0.62 | 0.16 | 142.88 | 1 | 0.42 |
| Hex | 0 | D7 | 52 | 64 | 0 | 3E | 10 | 8F | 64 | 2A |
| Octal | 0 | 327 | 122 | 144 | 0 | 76 | 20 | 217 | 144 | 52 |
| Binary | 0 | 11010111 | 1010010 | 1100100 | 0 | 111110 | 10000 | 10001111 | 1100100 | 101010 |
Color Harmonies of #00D752
Complementary color
Monochromatic Colors of #00D752
Black with #00D752
Text Example
Text Example
White with #00D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D752; }
p { color: rgb(0,215,82); }
H1.HeaderClassName
{
color: #00D752;
}
.AnyTagClassName
{
color: #00D752;
}
</style>
background-color css
<style>
a { background-color: #00D752; }
a { background-color: rgb(0,215,82); }
div.DivClassName
{
background-color: #00D752;
}
.BgClassName
{
background-color: #00D752;
}
</style>
border-color css
<style>
span { border-color: #00D752; }
span { border-color: rgb(0,215,82); }
td.TdClassName
{
border-color: #00D752;
}
.TagClassName
{
border-color: #00D752;
}
</style>