Shades of Malachite #08D64D
Tints of Malachite #08D64D
RGB
CMYK
RGB Variations
Color information
#08D64D (or 0x08D64D) is known color: Malachite. HEX triplet: 08, D6 and 4D. RGB value is (8,214,77). Sum of RGB (Red+Green+Blue) = 8+214+77=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 214 (83.98% from 255 or 71.57% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 214 - color contains mainly: green. Hex color #08D64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D64D is #F729B2. Grayscale: #898989. Windows color (decimal): -16198067 or 5101064. OLE color: 5101064.
HSL color Cylindrical-coordinate representation of color #08D64D: hue angle of 140.1º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D64D is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 214 | 77 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.16 |
| HSL | 140.1º | 0.93% | 0.44% | - |
| HSV(B) | 140.1º | 0.96% | 0.84% | - |
| XYZ | 25.49 | 48.68 | 15.07 | - |
| YUV | 136.79 | 94.25 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 214 | 77 | 0.96 | 0 | 0.64 | 0.16 | 140.1 | 0.93 | 0.44 |
| Hex | 8 | D6 | 4D | 60 | 0 | 40 | 10 | 8C | 5D | 2C |
| Octal | 10 | 326 | 115 | 140 | 0 | 100 | 20 | 214 | 135 | 54 |
| Binary | 1000 | 11010110 | 1001101 | 1100000 | 0 | 1000000 | 10000 | 10001100 | 1011101 | 101100 |
Color Harmonies of #08D64D
Complementary color
Monochromatic Colors of #08D64D
Black with #08D64D
Text Example
Text Example
White with #08D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D64D; }
p { color: rgb(8,214,77); }
H1.HeaderClassName
{
color: #08D64D;
}
.AnyTagClassName
{
color: #08D64D;
}
</style>
background-color css
<style>
a { background-color: #08D64D; }
a { background-color: rgb(8,214,77); }
div.DivClassName
{
background-color: #08D64D;
}
.BgClassName
{
background-color: #08D64D;
}
</style>
border-color css
<style>
span { border-color: #08D64D; }
span { border-color: rgb(8,214,77); }
td.TdClassName
{
border-color: #08D64D;
}
.TagClassName
{
border-color: #08D64D;
}
</style>