Shades of Malachite #00FE50
Tints of Malachite #00FE50
RGB
CMYK
RGB Variations
Color information
#00FE50 (or 0x00FE50) is known color: Malachite. HEX triplet: 00, FE and 50. RGB value is (0,254,80). Sum of RGB (Red+Green+Blue) = 0+254+80=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FE50 is #FF01AF. Grayscale: #9E9E9E. Windows color (decimal): -16712112 or 5307904. OLE color: 5307904.
HSL color Cylindrical-coordinate representation of color #00FE50: hue angle of 138.9º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FE50 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 80 | - |
| CMYK | 1 | 0 | 0.69 | 0.00 |
| HSL | 138.9º | 1% | 0.5% | - |
| HSV(B) | 138.9º | 1% | 1% | - |
| XYZ | 36.89 | 71.46 | 19.44 | - |
| YUV | 158.22 | 83.85 | 15.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 80 | 1 | 0 | 0.69 | 0.00 | 138.9 | 1 | 0.5 |
| Hex | 0 | FE | 50 | 64 | 0 | 45 | 0 | 8B | 64 | 32 |
| Octal | 0 | 376 | 120 | 144 | 0 | 105 | 0 | 213 | 144 | 62 |
| Binary | 0 | 11111110 | 1010000 | 1100100 | 0 | 1000101 | 0 | 10001011 | 1100100 | 110010 |
Color Harmonies of #00FE50
Complementary color
Monochromatic Colors of #00FE50
Black with #00FE50
Text Example
Text Example
White with #00FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FE50; }
p { color: rgb(0,254,80); }
H1.HeaderClassName
{
color: #00FE50;
}
.AnyTagClassName
{
color: #00FE50;
}
</style>
background-color css
<style>
a { background-color: #00FE50; }
a { background-color: rgb(0,254,80); }
div.DivClassName
{
background-color: #00FE50;
}
.BgClassName
{
background-color: #00FE50;
}
</style>
border-color css
<style>
span { border-color: #00FE50; }
span { border-color: rgb(0,254,80); }
td.TdClassName
{
border-color: #00FE50;
}
.TagClassName
{
border-color: #00FE50;
}
</style>