Shades of Malachite #08DB3D
Tints of Malachite #08DB3D
RGB
CMYK
RGB Variations
Color information
#08DB3D (or 0x08DB3D) is known color: Malachite. HEX triplet: 08, DB and 3D. RGB value is (8,219,61). Sum of RGB (Red+Green+Blue) = 8+219+61=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB3D is #F724C2. Grayscale: #8A8A8A. Windows color (decimal): -16196803 or 4053768. OLE color: 4053768.
HSL color Cylindrical-coordinate representation of color #08DB3D: hue angle of 135.07º 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 #08DB3D is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 61 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.14 |
| HSL | 135.07º | 0.93% | 0.45% | - |
| HSV(B) | 135.07º | 0.96% | 0.86% | - |
| XYZ | 26.27 | 51.05 | 12.88 | - |
| YUV | 137.9 | 84.6 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 61 | 0.96 | 0 | 0.72 | 0.14 | 135.07 | 0.93 | 0.45 |
| Hex | 8 | DB | 3D | 60 | 0 | 48 | E | 87 | 5D | 2D |
| Octal | 10 | 333 | 75 | 140 | 0 | 110 | 16 | 207 | 135 | 55 |
| Binary | 1000 | 11011011 | 111101 | 1100000 | 0 | 1001000 | 1110 | 10000111 | 1011101 | 101101 |
Color Harmonies of #08DB3D
Complementary color
Monochromatic Colors of #08DB3D
Black with #08DB3D
Text Example
Text Example
White with #08DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB3D; }
p { color: rgb(8,219,61); }
H1.HeaderClassName
{
color: #08DB3D;
}
.AnyTagClassName
{
color: #08DB3D;
}
</style>
background-color css
<style>
a { background-color: #08DB3D; }
a { background-color: rgb(8,219,61); }
div.DivClassName
{
background-color: #08DB3D;
}
.BgClassName
{
background-color: #08DB3D;
}
</style>
border-color css
<style>
span { border-color: #08DB3D; }
span { border-color: rgb(8,219,61); }
td.TdClassName
{
border-color: #08DB3D;
}
.TagClassName
{
border-color: #08DB3D;
}
</style>