Shades of Malachite #00E641
Tints of Malachite #00E641
RGB
CMYK
RGB Variations
Color information
#00E641 (or 0x00E641) is known color: Malachite. HEX triplet: 00, E6 and 41. RGB value is (0,230,65). Sum of RGB (Red+Green+Blue) = 0+230+65=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 230 (90.23% from 255 or 77.97% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 230 - color contains mainly: green. Hex color #00E641 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00E641 is #FF19BE. Grayscale: #8E8E8E. Windows color (decimal): -16718271 or 4318720. OLE color: 4318720.
HSL color Cylindrical-coordinate representation of color #00E641: hue angle of 136.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E641 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 230 | 65 | - |
| CMYK | 1 | 0 | 0.72 | 0.10 |
| HSL | 136.96º | 1% | 0.45% | - |
| HSV(B) | 136.96º | 1% | 0.9% | - |
| XYZ | 29.25 | 56.98 | 14.46 | - |
| YUV | 142.42 | 84.3 | 26.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 230 | 65 | 1 | 0 | 0.72 | 0.10 | 136.96 | 1 | 0.45 |
| Hex | 0 | E6 | 41 | 64 | 0 | 48 | A | 89 | 64 | 2D |
| Octal | 0 | 346 | 101 | 144 | 0 | 110 | 12 | 211 | 144 | 55 |
| Binary | 0 | 11100110 | 1000001 | 1100100 | 0 | 1001000 | 1010 | 10001001 | 1100100 | 101101 |
Color Harmonies of #00E641
Complementary color
Monochromatic Colors of #00E641
Black with #00E641
Text Example
Text Example
White with #00E641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E641; }
p { color: rgb(0,230,65); }
H1.HeaderClassName
{
color: #00E641;
}
.AnyTagClassName
{
color: #00E641;
}
</style>
background-color css
<style>
a { background-color: #00E641; }
a { background-color: rgb(0,230,65); }
div.DivClassName
{
background-color: #00E641;
}
.BgClassName
{
background-color: #00E641;
}
</style>
border-color css
<style>
span { border-color: #00E641; }
span { border-color: rgb(0,230,65); }
td.TdClassName
{
border-color: #00E641;
}
.TagClassName
{
border-color: #00E641;
}
</style>