Shades of Malachite #08DA4D
Tints of Malachite #08DA4D
RGB
CMYK
RGB Variations
Color information
#08DA4D (or 0x08DA4D) is known color: Malachite. HEX triplet: 08, DA and 4D. RGB value is (8,218,77). Sum of RGB (Red+Green+Blue) = 8+218+77=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #08DA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DA4D is #F725B2. Grayscale: #8B8B8B. Windows color (decimal): -16197043 or 5102088. OLE color: 5102088.
HSL color Cylindrical-coordinate representation of color #08DA4D: hue angle of 139.71º 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 #08DA4D is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 218 | 77 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.15 |
| HSL | 139.71º | 0.93% | 0.44% | - |
| HSV(B) | 139.71º | 0.96% | 0.85% | - |
| XYZ | 26.51 | 50.73 | 15.42 | - |
| YUV | 139.14 | 92.93 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 218 | 77 | 0.96 | 0 | 0.65 | 0.15 | 139.71 | 0.93 | 0.44 |
| Hex | 8 | DA | 4D | 60 | 0 | 41 | F | 8C | 5D | 2C |
| Octal | 10 | 332 | 115 | 140 | 0 | 101 | 17 | 214 | 135 | 54 |
| Binary | 1000 | 11011010 | 1001101 | 1100000 | 0 | 1000001 | 1111 | 10001100 | 1011101 | 101100 |
Color Harmonies of #08DA4D
Complementary color
Monochromatic Colors of #08DA4D
Black with #08DA4D
Text Example
Text Example
White with #08DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DA4D; }
p { color: rgb(8,218,77); }
H1.HeaderClassName
{
color: #08DA4D;
}
.AnyTagClassName
{
color: #08DA4D;
}
</style>
background-color css
<style>
a { background-color: #08DA4D; }
a { background-color: rgb(8,218,77); }
div.DivClassName
{
background-color: #08DA4D;
}
.BgClassName
{
background-color: #08DA4D;
}
</style>
border-color css
<style>
span { border-color: #08DA4D; }
span { border-color: rgb(8,218,77); }
td.TdClassName
{
border-color: #08DA4D;
}
.TagClassName
{
border-color: #08DA4D;
}
</style>