Shades of Malachite #08DA4E
Tints of Malachite #08DA4E
RGB
CMYK
RGB Variations
Color information
#08DA4E (or 0x08DA4E) is known color: Malachite. HEX triplet: 08, DA and 4E. RGB value is (8,218,78). Sum of RGB (Red+Green+Blue) = 8+218+78=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #08DA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DA4E is #F725B1. Grayscale: #8B8B8B. Windows color (decimal): -16197042 or 5167624. OLE color: 5167624.
HSL color Cylindrical-coordinate representation of color #08DA4E: hue angle of 140º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DA4E is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 218 | 78 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.15 |
| HSL | 140º | 0.93% | 0.44% | - |
| HSV(B) | 140º | 0.96% | 0.85% | - |
| XYZ | 26.55 | 50.74 | 15.6 | - |
| YUV | 139.25 | 93.43 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 218 | 78 | 0.96 | 0 | 0.64 | 0.15 | 140 | 0.93 | 0.44 |
| Hex | 8 | DA | 4E | 60 | 0 | 40 | F | 8C | 5D | 2C |
| Octal | 10 | 332 | 116 | 140 | 0 | 100 | 17 | 214 | 135 | 54 |
| Binary | 1000 | 11011010 | 1001110 | 1100000 | 0 | 1000000 | 1111 | 10001100 | 1011101 | 101100 |
Color Harmonies of #08DA4E
Complementary color
Monochromatic Colors of #08DA4E
Black with #08DA4E
Text Example
Text Example
White with #08DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DA4E; }
p { color: rgb(8,218,78); }
H1.HeaderClassName
{
color: #08DA4E;
}
.AnyTagClassName
{
color: #08DA4E;
}
</style>
background-color css
<style>
a { background-color: #08DA4E; }
a { background-color: rgb(8,218,78); }
div.DivClassName
{
background-color: #08DA4E;
}
.BgClassName
{
background-color: #08DA4E;
}
</style>
border-color css
<style>
span { border-color: #08DA4E; }
span { border-color: rgb(8,218,78); }
td.TdClassName
{
border-color: #08DA4E;
}
.TagClassName
{
border-color: #08DA4E;
}
</style>