Shades of Malachite #00F355
Tints of Malachite #00F355
RGB
CMYK
RGB Variations
Color information
#00F355 (or 0x00F355) is known color: Malachite. HEX triplet: 00, F3 and 55. RGB value is (0,243,85). Sum of RGB (Red+Green+Blue) = 0+243+85=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #00F355 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F355 is #FF0CAA. Grayscale: #989898. Windows color (decimal): -16714923 or 5632768. OLE color: 5632768.
HSL color Cylindrical-coordinate representation of color #00F355: hue angle of 140.99º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F355 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 85 | - |
| CMYK | 1 | 0 | 0.65 | 0.05 |
| HSL | 140.99º | 1% | 0.48% | - |
| HSV(B) | 140.99º | 1% | 0.95% | - |
| XYZ | 33.69 | 64.76 | 19.32 | - |
| YUV | 152.33 | 89.99 | 19.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 85 | 1 | 0 | 0.65 | 0.05 | 140.99 | 1 | 0.48 |
| Hex | 0 | F3 | 55 | 64 | 0 | 41 | 5 | 8D | 64 | 30 |
| Octal | 0 | 363 | 125 | 144 | 0 | 101 | 5 | 215 | 144 | 60 |
| Binary | 0 | 11110011 | 1010101 | 1100100 | 0 | 1000001 | 101 | 10001101 | 1100100 | 110000 |
Color Harmonies of #00F355
Complementary color
Monochromatic Colors of #00F355
Black with #00F355
Text Example
Text Example
White with #00F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F355; }
p { color: rgb(0,243,85); }
H1.HeaderClassName
{
color: #00F355;
}
.AnyTagClassName
{
color: #00F355;
}
</style>
background-color css
<style>
a { background-color: #00F355; }
a { background-color: rgb(0,243,85); }
div.DivClassName
{
background-color: #00F355;
}
.BgClassName
{
background-color: #00F355;
}
</style>
border-color css
<style>
span { border-color: #00F355; }
span { border-color: rgb(0,243,85); }
td.TdClassName
{
border-color: #00F355;
}
.TagClassName
{
border-color: #00F355;
}
</style>