Shades of Malachite #08DB45
Tints of Malachite #08DB45
RGB
CMYK
RGB Variations
Color information
#08DB45 (or 0x08DB45) is known color: Malachite. HEX triplet: 08, DB and 45. RGB value is (8,219,69). Sum of RGB (Red+Green+Blue) = 8+219+69=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB45 is #F724BA. Grayscale: #8B8B8B. Windows color (decimal): -16196795 or 4578056. OLE color: 4578056.
HSL color Cylindrical-coordinate representation of color #08DB45: hue angle of 137.35º 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 #08DB45 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 69 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.14 |
| HSL | 137.35º | 0.93% | 0.45% | - |
| HSV(B) | 137.35º | 0.96% | 0.86% | - |
| XYZ | 26.51 | 51.14 | 14.11 | - |
| YUV | 138.81 | 88.6 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 69 | 0.96 | 0 | 0.68 | 0.14 | 137.35 | 0.93 | 0.45 |
| Hex | 8 | DB | 45 | 60 | 0 | 44 | E | 89 | 5D | 2D |
| Octal | 10 | 333 | 105 | 140 | 0 | 104 | 16 | 211 | 135 | 55 |
| Binary | 1000 | 11011011 | 1000101 | 1100000 | 0 | 1000100 | 1110 | 10001001 | 1011101 | 101101 |
Color Harmonies of #08DB45
Complementary color
Monochromatic Colors of #08DB45
Black with #08DB45
Text Example
Text Example
White with #08DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB45; }
p { color: rgb(8,219,69); }
H1.HeaderClassName
{
color: #08DB45;
}
.AnyTagClassName
{
color: #08DB45;
}
</style>
background-color css
<style>
a { background-color: #08DB45; }
a { background-color: rgb(8,219,69); }
div.DivClassName
{
background-color: #08DB45;
}
.BgClassName
{
background-color: #08DB45;
}
</style>
border-color css
<style>
span { border-color: #08DB45; }
span { border-color: rgb(8,219,69); }
td.TdClassName
{
border-color: #08DB45;
}
.TagClassName
{
border-color: #08DB45;
}
</style>