Shades of Malachite #00F83D
Tints of Malachite #00F83D
RGB
CMYK
RGB Variations
Color information
#00F83D (or 0x00F83D) is known color: Malachite. HEX triplet: 00, F8 and 3D. RGB value is (0,248,61). Sum of RGB (Red+Green+Blue) = 0+248+61=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 248 (97.27% from 255 or 80.26% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 248 - color contains mainly: green. Hex color #00F83D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F83D is #FF07C2. Grayscale: #999999. Windows color (decimal): -16713667 or 4061184. OLE color: 4061184.
HSL color Cylindrical-coordinate representation of color #00F83D: hue angle of 134.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F83D is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 61 | - |
| CMYK | 1 | 0 | 0.75 | 0.03 |
| HSL | 134.76º | 1% | 0.49% | - |
| HSV(B) | 134.76º | 1% | 0.97% | - |
| XYZ | 34.41 | 67.47 | 15.62 | - |
| YUV | 152.53 | 76.34 | 19.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 61 | 1 | 0 | 0.75 | 0.03 | 134.76 | 1 | 0.49 |
| Hex | 0 | F8 | 3D | 64 | 0 | 4B | 3 | 87 | 64 | 31 |
| Octal | 0 | 370 | 75 | 144 | 0 | 113 | 3 | 207 | 144 | 61 |
| Binary | 0 | 11111000 | 111101 | 1100100 | 0 | 1001011 | 11 | 10000111 | 1100100 | 110001 |
Color Harmonies of #00F83D
Complementary color
Monochromatic Colors of #00F83D
Black with #00F83D
Text Example
Text Example
White with #00F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F83D; }
p { color: rgb(0,248,61); }
H1.HeaderClassName
{
color: #00F83D;
}
.AnyTagClassName
{
color: #00F83D;
}
</style>
background-color css
<style>
a { background-color: #00F83D; }
a { background-color: rgb(0,248,61); }
div.DivClassName
{
background-color: #00F83D;
}
.BgClassName
{
background-color: #00F83D;
}
</style>
border-color css
<style>
span { border-color: #00F83D; }
span { border-color: rgb(0,248,61); }
td.TdClassName
{
border-color: #00F83D;
}
.TagClassName
{
border-color: #00F83D;
}
</style>