Shades of Malachite #08CF6C
Tints of Malachite #08CF6C
RGB
CMYK
RGB Variations
Color information
#08CF6C (or 0x08CF6C) is known color: Malachite. HEX triplet: 08, CF and 6C. RGB value is (8,207,108). Sum of RGB (Red+Green+Blue) = 8+207+108=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF6C is #F73093. Grayscale: #888888. Windows color (decimal): -16199828 or 7130888. OLE color: 7130888.
HSL color Cylindrical-coordinate representation of color #08CF6C: hue angle of 150.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CF6C is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 108 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.19 |
| HSL | 150.15º | 0.93% | 0.42% | - |
| HSV(B) | 150.15º | 0.96% | 0.81% | - |
| XYZ | 25.12 | 45.76 | 21.7 | - |
| YUV | 136.21 | 112.07 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 108 | 0.96 | 0 | 0.48 | 0.19 | 150.15 | 0.93 | 0.42 |
| Hex | 8 | CF | 6C | 60 | 0 | 30 | 13 | 96 | 5D | 2A |
| Octal | 10 | 317 | 154 | 140 | 0 | 60 | 23 | 226 | 135 | 52 |
| Binary | 1000 | 11001111 | 1101100 | 1100000 | 0 | 110000 | 10011 | 10010110 | 1011101 | 101010 |
Color Harmonies of #08CF6C
Complementary color
Monochromatic Colors of #08CF6C
Black with #08CF6C
Text Example
Text Example
White with #08CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF6C; }
p { color: rgb(8,207,108); }
H1.HeaderClassName
{
color: #08CF6C;
}
.AnyTagClassName
{
color: #08CF6C;
}
</style>
background-color css
<style>
a { background-color: #08CF6C; }
a { background-color: rgb(8,207,108); }
div.DivClassName
{
background-color: #08CF6C;
}
.BgClassName
{
background-color: #08CF6C;
}
</style>
border-color css
<style>
span { border-color: #08CF6C; }
span { border-color: rgb(8,207,108); }
td.TdClassName
{
border-color: #08CF6C;
}
.TagClassName
{
border-color: #08CF6C;
}
</style>