Shades of Malachite #00F858
Tints of Malachite #00F858
RGB
CMYK
RGB Variations
Color information
#00F858 (or 0x00F858) is known color: Malachite. HEX triplet: 00, F8 and 58. RGB value is (0,248,88). Sum of RGB (Red+Green+Blue) = 0+248+88=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 248 (97.27% from 255 or 73.81% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 248 - color contains mainly: green. Hex color #00F858 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F858 is #FF07A7. Grayscale: #9C9C9C. Windows color (decimal): -16713640 or 5830656. OLE color: 5830656.
HSL color Cylindrical-coordinate representation of color #00F858: hue angle of 141.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F858 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 88 | - |
| CMYK | 1 | 0 | 0.65 | 0.03 |
| HSL | 141.29º | 1% | 0.49% | - |
| HSV(B) | 141.29º | 1% | 0.97% | - |
| XYZ | 35.33 | 67.84 | 20.46 | - |
| YUV | 155.61 | 89.84 | 17.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 88 | 1 | 0 | 0.65 | 0.03 | 141.29 | 1 | 0.49 |
| Hex | 0 | F8 | 58 | 64 | 0 | 41 | 3 | 8D | 64 | 31 |
| Octal | 0 | 370 | 130 | 144 | 0 | 101 | 3 | 215 | 144 | 61 |
| Binary | 0 | 11111000 | 1011000 | 1100100 | 0 | 1000001 | 11 | 10001101 | 1100100 | 110001 |
Color Harmonies of #00F858
Complementary color
Monochromatic Colors of #00F858
Black with #00F858
Text Example
Text Example
White with #00F858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F858; }
p { color: rgb(0,248,88); }
H1.HeaderClassName
{
color: #00F858;
}
.AnyTagClassName
{
color: #00F858;
}
</style>
background-color css
<style>
a { background-color: #00F858; }
a { background-color: rgb(0,248,88); }
div.DivClassName
{
background-color: #00F858;
}
.BgClassName
{
background-color: #00F858;
}
</style>
border-color css
<style>
span { border-color: #00F858; }
span { border-color: rgb(0,248,88); }
td.TdClassName
{
border-color: #00F858;
}
.TagClassName
{
border-color: #00F858;
}
</style>