Shades of Malachite #08CF6B
Tints of Malachite #08CF6B
RGB
CMYK
RGB Variations
Color information
#08CF6B (or 0x08CF6B) is known color: Malachite. HEX triplet: 08, CF and 6B. RGB value is (8,207,107). Sum of RGB (Red+Green+Blue) = 8+207+107=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF6B is #F73094. Grayscale: #888888. Windows color (decimal): -16199829 or 7065352. OLE color: 7065352.
HSL color Cylindrical-coordinate representation of color #08CF6B: hue angle of 149.85º 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 #08CF6B is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 107 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.19 |
| HSL | 149.85º | 0.93% | 0.42% | - |
| HSV(B) | 149.85º | 0.96% | 0.81% | - |
| XYZ | 25.07 | 45.74 | 21.42 | - |
| YUV | 136.1 | 111.57 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 107 | 0.96 | 0 | 0.48 | 0.19 | 149.85 | 0.93 | 0.42 |
| Hex | 8 | CF | 6B | 60 | 0 | 30 | 13 | 96 | 5D | 2A |
| Octal | 10 | 317 | 153 | 140 | 0 | 60 | 23 | 226 | 135 | 52 |
| Binary | 1000 | 11001111 | 1101011 | 1100000 | 0 | 110000 | 10011 | 10010110 | 1011101 | 101010 |
Color Harmonies of #08CF6B
Complementary color
Monochromatic Colors of #08CF6B
Black with #08CF6B
Text Example
Text Example
White with #08CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF6B; }
p { color: rgb(8,207,107); }
H1.HeaderClassName
{
color: #08CF6B;
}
.AnyTagClassName
{
color: #08CF6B;
}
</style>
background-color css
<style>
a { background-color: #08CF6B; }
a { background-color: rgb(8,207,107); }
div.DivClassName
{
background-color: #08CF6B;
}
.BgClassName
{
background-color: #08CF6B;
}
</style>
border-color css
<style>
span { border-color: #08CF6B; }
span { border-color: rgb(8,207,107); }
td.TdClassName
{
border-color: #08CF6B;
}
.TagClassName
{
border-color: #08CF6B;
}
</style>