Shades of Malachite #00F352
Tints of Malachite #00F352
RGB
CMYK
RGB Variations
Color information
#00F352 (or 0x00F352) is known color: Malachite. HEX triplet: 00, F3 and 52. RGB value is (0,243,82). Sum of RGB (Red+Green+Blue) = 0+243+82=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 243 (95.31% from 255 or 74.77% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 243 - color contains mainly: green. Hex color #00F352 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F352 is #FF0CAD. Grayscale: #989898. Windows color (decimal): -16714926 or 5436160. OLE color: 5436160.
HSL color Cylindrical-coordinate representation of color #00F352: hue angle of 140.25º 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 #00F352 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 82 | - |
| CMYK | 1 | 0 | 0.66 | 0.05 |
| HSL | 140.25º | 1% | 0.48% | - |
| HSV(B) | 140.25º | 1% | 0.95% | - |
| XYZ | 33.57 | 64.71 | 18.7 | - |
| YUV | 151.99 | 88.49 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 82 | 1 | 0 | 0.66 | 0.05 | 140.25 | 1 | 0.48 |
| Hex | 0 | F3 | 52 | 64 | 0 | 42 | 5 | 8C | 64 | 30 |
| Octal | 0 | 363 | 122 | 144 | 0 | 102 | 5 | 214 | 144 | 60 |
| Binary | 0 | 11110011 | 1010010 | 1100100 | 0 | 1000010 | 101 | 10001100 | 1100100 | 110000 |
Color Harmonies of #00F352
Complementary color
Monochromatic Colors of #00F352
Black with #00F352
Text Example
Text Example
White with #00F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F352; }
p { color: rgb(0,243,82); }
H1.HeaderClassName
{
color: #00F352;
}
.AnyTagClassName
{
color: #00F352;
}
</style>
background-color css
<style>
a { background-color: #00F352; }
a { background-color: rgb(0,243,82); }
div.DivClassName
{
background-color: #00F352;
}
.BgClassName
{
background-color: #00F352;
}
</style>
border-color css
<style>
span { border-color: #00F352; }
span { border-color: rgb(0,243,82); }
td.TdClassName
{
border-color: #00F352;
}
.TagClassName
{
border-color: #00F352;
}
</style>