Shades of Malachite #08FF4D
Tints of Malachite #08FF4D
RGB
CMYK
RGB Variations
Color information
#08FF4D (or 0x08FF4D) is known color: Malachite. HEX triplet: 08, FF and 4D. RGB value is (8,255,77). Sum of RGB (Red+Green+Blue) = 8+255+77=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08FF4D is #F700B2. Grayscale: #A1A1A1. Windows color (decimal): -16187571 or 5111560. OLE color: 5111560.
HSL color Cylindrical-coordinate representation of color #08FF4D: hue angle of 136.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FF4D is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 77 | - |
| CMYK | 0.97 | 0 | 0.70 | 0 |
| HSL | 136.76º | 1% | 0.52% | - |
| HSV(B) | 136.76º | 0.97% | 1% | - |
| XYZ | 37.2 | 72.11 | 18.98 | - |
| YUV | 160.86 | 80.67 | 18.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 77 | 0.97 | 0 | 0.70 | 0 | 136.76 | 1 | 0.52 |
| Hex | 8 | FF | 4D | 61 | 0 | 46 | 0 | 89 | 64 | 34 |
| Octal | 10 | 377 | 115 | 141 | 0 | 106 | 0 | 211 | 144 | 64 |
| Binary | 1000 | 11111111 | 1001101 | 1100001 | 0 | 1000110 | 0 | 10001001 | 1100100 | 110100 |
Color Harmonies of #08FF4D
Complementary color
Monochromatic Colors of #08FF4D
Black with #08FF4D
Text Example
Text Example
White with #08FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF4D; }
p { color: rgb(8,255,77); }
H1.HeaderClassName
{
color: #08FF4D;
}
.AnyTagClassName
{
color: #08FF4D;
}
</style>
background-color css
<style>
a { background-color: #08FF4D; }
a { background-color: rgb(8,255,77); }
div.DivClassName
{
background-color: #08FF4D;
}
.BgClassName
{
background-color: #08FF4D;
}
</style>
border-color css
<style>
span { border-color: #08FF4D; }
span { border-color: rgb(8,255,77); }
td.TdClassName
{
border-color: #08FF4D;
}
.TagClassName
{
border-color: #08FF4D;
}
</style>