Shades of Malachite #08DB46
Tints of Malachite #08DB46
RGB
CMYK
RGB Variations
Color information
#08DB46 (or 0x08DB46) is known color: Malachite. HEX triplet: 08, DB and 46. RGB value is (8,219,70). Sum of RGB (Red+Green+Blue) = 8+219+70=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB46 is #F724B9. Grayscale: #8B8B8B. Windows color (decimal): -16196794 or 4643592. OLE color: 4643592.
HSL color Cylindrical-coordinate representation of color #08DB46: hue angle of 137.63º 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 #08DB46 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 70 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.14 |
| HSL | 137.63º | 0.93% | 0.45% | - |
| HSV(B) | 137.63º | 0.96% | 0.86% | - |
| XYZ | 26.54 | 51.16 | 14.27 | - |
| YUV | 138.93 | 89.1 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 70 | 0.96 | 0 | 0.68 | 0.14 | 137.63 | 0.93 | 0.45 |
| Hex | 8 | DB | 46 | 60 | 0 | 44 | E | 8A | 5D | 2D |
| Octal | 10 | 333 | 106 | 140 | 0 | 104 | 16 | 212 | 135 | 55 |
| Binary | 1000 | 11011011 | 1000110 | 1100000 | 0 | 1000100 | 1110 | 10001010 | 1011101 | 101101 |
Color Harmonies of #08DB46
Complementary color
Monochromatic Colors of #08DB46
Black with #08DB46
Text Example
Text Example
White with #08DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB46; }
p { color: rgb(8,219,70); }
H1.HeaderClassName
{
color: #08DB46;
}
.AnyTagClassName
{
color: #08DB46;
}
</style>
background-color css
<style>
a { background-color: #08DB46; }
a { background-color: rgb(8,219,70); }
div.DivClassName
{
background-color: #08DB46;
}
.BgClassName
{
background-color: #08DB46;
}
</style>
border-color css
<style>
span { border-color: #08DB46; }
span { border-color: rgb(8,219,70); }
td.TdClassName
{
border-color: #08DB46;
}
.TagClassName
{
border-color: #08DB46;
}
</style>