Shades of Malachite #08DC55
Tints of Malachite #08DC55
RGB
CMYK
RGB Variations
Color information
#08DC55 (or 0x08DC55) is known color: Malachite. HEX triplet: 08, DC and 55. RGB value is (8,220,85). Sum of RGB (Red+Green+Blue) = 8+220+85=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DC55 is #F723AA. Grayscale: #8D8D8D. Windows color (decimal): -16196523 or 5626888. OLE color: 5626888.
HSL color Cylindrical-coordinate representation of color #08DC55: hue angle of 141.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DC55 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 220 | 85 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.14 |
| HSL | 141.79º | 0.93% | 0.45% | - |
| HSV(B) | 141.79º | 0.96% | 0.86% | - |
| XYZ | 27.33 | 51.89 | 17.17 | - |
| YUV | 141.22 | 96.26 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 220 | 85 | 0.96 | 0 | 0.61 | 0.14 | 141.79 | 0.93 | 0.45 |
| Hex | 8 | DC | 55 | 60 | 0 | 3D | E | 8E | 5D | 2D |
| Octal | 10 | 334 | 125 | 140 | 0 | 75 | 16 | 216 | 135 | 55 |
| Binary | 1000 | 11011100 | 1010101 | 1100000 | 0 | 111101 | 1110 | 10001110 | 1011101 | 101101 |
Color Harmonies of #08DC55
Complementary color
Monochromatic Colors of #08DC55
Black with #08DC55
Text Example
Text Example
White with #08DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DC55; }
p { color: rgb(8,220,85); }
H1.HeaderClassName
{
color: #08DC55;
}
.AnyTagClassName
{
color: #08DC55;
}
</style>
background-color css
<style>
a { background-color: #08DC55; }
a { background-color: rgb(8,220,85); }
div.DivClassName
{
background-color: #08DC55;
}
.BgClassName
{
background-color: #08DC55;
}
</style>
border-color css
<style>
span { border-color: #08DC55; }
span { border-color: rgb(8,220,85); }
td.TdClassName
{
border-color: #08DC55;
}
.TagClassName
{
border-color: #08DC55;
}
</style>