Shades of Malachite #00FD51
Tints of Malachite #00FD51
RGB
CMYK
RGB Variations
Color information
#00FD51 (or 0x00FD51) is known color: Malachite. HEX triplet: 00, FD and 51. RGB value is (0,253,81). Sum of RGB (Red+Green+Blue) = 0+253+81=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 253 (99.22% from 255 or 75.75% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FD51 is #FF02AE. Grayscale: #9E9E9E. Windows color (decimal): -16712367 or 5373184. OLE color: 5373184.
HSL color Cylindrical-coordinate representation of color #00FD51: hue angle of 139.21º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD51 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 81 | - |
| CMYK | 1 | 0 | 0.68 | 0.01 |
| HSL | 139.21º | 1% | 0.5% | - |
| HSV(B) | 139.21º | 1% | 0.99% | - |
| XYZ | 36.61 | 70.84 | 19.53 | - |
| YUV | 157.75 | 84.68 | 15.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 81 | 1 | 0 | 0.68 | 0.01 | 139.21 | 1 | 0.5 |
| Hex | 0 | FD | 51 | 64 | 0 | 44 | 1 | 8B | 64 | 32 |
| Octal | 0 | 375 | 121 | 144 | 0 | 104 | 1 | 213 | 144 | 62 |
| Binary | 0 | 11111101 | 1010001 | 1100100 | 0 | 1000100 | 1 | 10001011 | 1100100 | 110010 |
Color Harmonies of #00FD51
Complementary color
Monochromatic Colors of #00FD51
Black with #00FD51
Text Example
Text Example
White with #00FD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FD51; }
p { color: rgb(0,253,81); }
H1.HeaderClassName
{
color: #00FD51;
}
.AnyTagClassName
{
color: #00FD51;
}
</style>
background-color css
<style>
a { background-color: #00FD51; }
a { background-color: rgb(0,253,81); }
div.DivClassName
{
background-color: #00FD51;
}
.BgClassName
{
background-color: #00FD51;
}
</style>
border-color css
<style>
span { border-color: #00FD51; }
span { border-color: rgb(0,253,81); }
td.TdClassName
{
border-color: #00FD51;
}
.TagClassName
{
border-color: #00FD51;
}
</style>