Shades of Malachite #08DA55
Tints of Malachite #08DA55
RGB
CMYK
RGB Variations
Color information
#08DA55 (or 0x08DA55) is known color: Malachite. HEX triplet: 08, DA and 55. RGB value is (8,218,85). Sum of RGB (Red+Green+Blue) = 8+218+85=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #08DA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DA55 is #F725AA. Grayscale: #8C8C8C. Windows color (decimal): -16197035 or 5626376. OLE color: 5626376.
HSL color Cylindrical-coordinate representation of color #08DA55: hue angle of 142º 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 #08DA55 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 218 | 85 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.15 |
| HSL | 142º | 0.93% | 0.44% | - |
| HSV(B) | 142º | 0.96% | 0.85% | - |
| XYZ | 26.81 | 50.85 | 17 | - |
| YUV | 140.05 | 96.93 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 218 | 85 | 0.96 | 0 | 0.61 | 0.15 | 142 | 0.93 | 0.44 |
| Hex | 8 | DA | 55 | 60 | 0 | 3D | F | 8E | 5D | 2C |
| Octal | 10 | 332 | 125 | 140 | 0 | 75 | 17 | 216 | 135 | 54 |
| Binary | 1000 | 11011010 | 1010101 | 1100000 | 0 | 111101 | 1111 | 10001110 | 1011101 | 101100 |
Color Harmonies of #08DA55
Complementary color
Monochromatic Colors of #08DA55
Black with #08DA55
Text Example
Text Example
White with #08DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DA55; }
p { color: rgb(8,218,85); }
H1.HeaderClassName
{
color: #08DA55;
}
.AnyTagClassName
{
color: #08DA55;
}
</style>
background-color css
<style>
a { background-color: #08DA55; }
a { background-color: rgb(8,218,85); }
div.DivClassName
{
background-color: #08DA55;
}
.BgClassName
{
background-color: #08DA55;
}
</style>
border-color css
<style>
span { border-color: #08DA55; }
span { border-color: rgb(8,218,85); }
td.TdClassName
{
border-color: #08DA55;
}
.TagClassName
{
border-color: #08DA55;
}
</style>