Shades of Malachite #00FB40
Tints of Malachite #00FB40
RGB
CMYK
RGB Variations
Color information
#00FB40 (or 0x00FB40) is known color: Malachite. HEX triplet: 00, FB and 40. RGB value is (0,251,64). Sum of RGB (Red+Green+Blue) = 0+251+64=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 251 (98.44% from 255 or 79.68% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FB40 is #FF04BF. Grayscale: #9B9B9B. Windows color (decimal): -16712896 or 4258560. OLE color: 4258560.
HSL color Cylindrical-coordinate representation of color #00FB40: hue angle of 135.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FB40 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 64 | - |
| CMYK | 1 | 0 | 0.75 | 0.02 |
| HSL | 135.3º | 1% | 0.49% | - |
| HSV(B) | 135.3º | 1% | 0.98% | - |
| XYZ | 35.42 | 69.36 | 16.37 | - |
| YUV | 154.63 | 76.84 | 17.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 64 | 1 | 0 | 0.75 | 0.02 | 135.3 | 1 | 0.49 |
| Hex | 0 | FB | 40 | 64 | 0 | 4B | 2 | 87 | 64 | 31 |
| Octal | 0 | 373 | 100 | 144 | 0 | 113 | 2 | 207 | 144 | 61 |
| Binary | 0 | 11111011 | 1000000 | 1100100 | 0 | 1001011 | 10 | 10000111 | 1100100 | 110001 |
Color Harmonies of #00FB40
Complementary color
Monochromatic Colors of #00FB40
Black with #00FB40
Text Example
Text Example
White with #00FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB40; }
p { color: rgb(0,251,64); }
H1.HeaderClassName
{
color: #00FB40;
}
.AnyTagClassName
{
color: #00FB40;
}
</style>
background-color css
<style>
a { background-color: #00FB40; }
a { background-color: rgb(0,251,64); }
div.DivClassName
{
background-color: #00FB40;
}
.BgClassName
{
background-color: #00FB40;
}
</style>
border-color css
<style>
span { border-color: #00FB40; }
span { border-color: rgb(0,251,64); }
td.TdClassName
{
border-color: #00FB40;
}
.TagClassName
{
border-color: #00FB40;
}
</style>