Shades of Malachite #00FF4F
Tints of Malachite #00FF4F
RGB
CMYK
RGB Variations
Color information
#00FF4F (or 0x00FF4F) is known color: Malachite. HEX triplet: 00, FF and 4F. RGB value is (0,255,79). Sum of RGB (Red+Green+Blue) = 0+255+79=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FF4F is #FF00B0. Grayscale: #9F9F9F. Windows color (decimal): -16711857 or 5242624. OLE color: 5242624.
HSL color Cylindrical-coordinate representation of color #00FF4F: hue angle of 138.59º 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 #00FF4F is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 79 | - |
CMYK | 1 | 0 | 0.69 | 0 |
HSL | 138.59º | 1% | 0.5% | - |
HSV(B) | 138.59º | 1% | 1% | - |
XYZ | 37.17 | 72.08 | 19.35 | - |
YUV | 158.69 | 83.02 | 14.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 79 | 1 | 0 | 0.69 | 0 | 138.59 | 1 | 0.5 |
Hex | 0 | FF | 4F | 64 | 0 | 45 | 0 | 8B | 64 | 32 |
Octal | 0 | 377 | 117 | 144 | 0 | 105 | 0 | 213 | 144 | 62 |
Binary | 0 | 11111111 | 1001111 | 1100100 | 0 | 1000101 | 0 | 10001011 | 1100100 | 110010 |
Color Harmonies of #00FF4F
Complementary color
Monochromatic Colors of #00FF4F
Black with #00FF4F
Text Example
Text Example
White with #00FF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF4F; }
p { color: rgb(0,255,79); }
H1.HeaderClassName
{
color: #00FF4F;
}
.AnyTagClassName
{
color: #00FF4F;
}
</style>
background-color css
<style>
a { background-color: #00FF4F; }
a { background-color: rgb(0,255,79); }
div.DivClassName
{
background-color: #00FF4F;
}
.BgClassName
{
background-color: #00FF4F;
}
</style>
border-color css
<style>
span { border-color: #00FF4F; }
span { border-color: rgb(0,255,79); }
td.TdClassName
{
border-color: #00FF4F;
}
.TagClassName
{
border-color: #00FF4F;
}
</style>