Shades of Malachite #08CF71
Tints of Malachite #08CF71
RGB
CMYK
RGB Variations
Color information
#08CF71 (or 0x08CF71) is known color: Malachite. HEX triplet: 08, CF and 71. RGB value is (8,207,113). Sum of RGB (Red+Green+Blue) = 8+207+113=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF71 is #F7308E. Grayscale: #888888. Windows color (decimal): -16199823 or 7458568. OLE color: 7458568.
HSL color Cylindrical-coordinate representation of color #08CF71: hue angle of 151.66º 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 #08CF71 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 113 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.19 |
| HSL | 151.66º | 0.93% | 0.42% | - |
| HSV(B) | 151.66º | 0.96% | 0.81% | - |
| XYZ | 25.39 | 45.87 | 23.14 | - |
| YUV | 136.78 | 114.57 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 113 | 0.96 | 0 | 0.45 | 0.19 | 151.66 | 0.93 | 0.42 |
| Hex | 8 | CF | 71 | 60 | 0 | 2D | 13 | 98 | 5D | 2A |
| Octal | 10 | 317 | 161 | 140 | 0 | 55 | 23 | 230 | 135 | 52 |
| Binary | 1000 | 11001111 | 1110001 | 1100000 | 0 | 101101 | 10011 | 10011000 | 1011101 | 101010 |
Color Harmonies of #08CF71
Complementary color
Monochromatic Colors of #08CF71
Black with #08CF71
Text Example
Text Example
White with #08CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF71; }
p { color: rgb(8,207,113); }
H1.HeaderClassName
{
color: #08CF71;
}
.AnyTagClassName
{
color: #08CF71;
}
</style>
background-color css
<style>
a { background-color: #08CF71; }
a { background-color: rgb(8,207,113); }
div.DivClassName
{
background-color: #08CF71;
}
.BgClassName
{
background-color: #08CF71;
}
</style>
border-color css
<style>
span { border-color: #08CF71; }
span { border-color: rgb(8,207,113); }
td.TdClassName
{
border-color: #08CF71;
}
.TagClassName
{
border-color: #08CF71;
}
</style>