Shades of Malachite #00D93F
Tints of Malachite #00D93F
RGB
CMYK
RGB Variations
Color information
#00D93F (or 0x00D93F) is known color: Malachite. HEX triplet: 00, D9 and 3F. RGB value is (0,217,63). Sum of RGB (Red+Green+Blue) = 0+217+63=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 217 (85.16% from 255 or 77.5% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 217 - color contains mainly: green. Hex color #00D93F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D93F is #FF26C0. Grayscale: #868686. Windows color (decimal): -16721601 or 4184320. OLE color: 4184320.
HSL color Cylindrical-coordinate representation of color #00D93F: hue angle of 137.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D93F is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 63 | - |
| CMYK | 1 | 0 | 0.71 | 0.15 |
| HSL | 137.42º | 1% | 0.43% | - |
| HSV(B) | 137.42º | 1% | 0.85% | - |
| XYZ | 25.71 | 49.98 | 13 | - |
| YUV | 134.56 | 87.61 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 63 | 1 | 0 | 0.71 | 0.15 | 137.42 | 1 | 0.43 |
| Hex | 0 | D9 | 3F | 64 | 0 | 47 | F | 89 | 64 | 2B |
| Octal | 0 | 331 | 77 | 144 | 0 | 107 | 17 | 211 | 144 | 53 |
| Binary | 0 | 11011001 | 111111 | 1100100 | 0 | 1000111 | 1111 | 10001001 | 1100100 | 101011 |
Color Harmonies of #00D93F
Complementary color
Monochromatic Colors of #00D93F
Black with #00D93F
Text Example
Text Example
White with #00D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D93F; }
p { color: rgb(0,217,63); }
H1.HeaderClassName
{
color: #00D93F;
}
.AnyTagClassName
{
color: #00D93F;
}
</style>
background-color css
<style>
a { background-color: #00D93F; }
a { background-color: rgb(0,217,63); }
div.DivClassName
{
background-color: #00D93F;
}
.BgClassName
{
background-color: #00D93F;
}
</style>
border-color css
<style>
span { border-color: #00D93F; }
span { border-color: rgb(0,217,63); }
td.TdClassName
{
border-color: #00D93F;
}
.TagClassName
{
border-color: #00D93F;
}
</style>