Shades of Malachite #08C05B
Tints of Malachite #08C05B
RGB
CMYK
RGB Variations
Color information
#08C05B (or 0x08C05B) is known color: Malachite. HEX triplet: 08, C0 and 5B. RGB value is (8,192,91). Sum of RGB (Red+Green+Blue) = 8+192+91=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #08C05B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C05B is #F73FA4. Grayscale: #7D7D7D. Windows color (decimal): -16203685 or 6012936. OLE color: 6012936.
HSL color Cylindrical-coordinate representation of color #08C05B: hue angle of 147.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C05B is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 91 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.25 |
| HSL | 147.07º | 0.92% | 0.39% | - |
| HSV(B) | 147.07º | 0.96% | 0.75% | - |
| XYZ | 20.84 | 38.51 | 16.23 | - |
| YUV | 125.47 | 108.54 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 91 | 0.96 | 0 | 0.53 | 0.25 | 147.07 | 0.92 | 0.39 |
| Hex | 8 | C0 | 5B | 60 | 0 | 35 | 19 | 93 | 5C | 27 |
| Octal | 10 | 300 | 133 | 140 | 0 | 65 | 31 | 223 | 134 | 47 |
| Binary | 1000 | 11000000 | 1011011 | 1100000 | 0 | 110101 | 11001 | 10010011 | 1011100 | 100111 |
Color Harmonies of #08C05B
Complementary color
Monochromatic Colors of #08C05B
Black with #08C05B
Text Example
Text Example
White with #08C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C05B; }
p { color: rgb(8,192,91); }
H1.HeaderClassName
{
color: #08C05B;
}
.AnyTagClassName
{
color: #08C05B;
}
</style>
background-color css
<style>
a { background-color: #08C05B; }
a { background-color: rgb(8,192,91); }
div.DivClassName
{
background-color: #08C05B;
}
.BgClassName
{
background-color: #08C05B;
}
</style>
border-color css
<style>
span { border-color: #08C05B; }
span { border-color: rgb(8,192,91); }
td.TdClassName
{
border-color: #08C05B;
}
.TagClassName
{
border-color: #08C05B;
}
</style>