Shades of Malachite #08CF4E
Tints of Malachite #08CF4E
RGB
CMYK
RGB Variations
Color information
#08CF4E (or 0x08CF4E) is known color: Malachite. HEX triplet: 08, CF and 4E. RGB value is (8,207,78). Sum of RGB (Red+Green+Blue) = 8+207+78=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF4E is #F730B1. Grayscale: #858585. Windows color (decimal): -16199858 or 5164808. OLE color: 5164808.
HSL color Cylindrical-coordinate representation of color #08CF4E: hue angle of 141.11º 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 #08CF4E is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 78 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.19 |
| HSL | 141.11º | 0.93% | 0.42% | - |
| HSV(B) | 141.11º | 0.96% | 0.81% | - |
| XYZ | 23.79 | 45.23 | 14.68 | - |
| YUV | 132.79 | 97.07 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 78 | 0.96 | 0 | 0.62 | 0.19 | 141.11 | 0.93 | 0.42 |
| Hex | 8 | CF | 4E | 60 | 0 | 3E | 13 | 8D | 5D | 2A |
| Octal | 10 | 317 | 116 | 140 | 0 | 76 | 23 | 215 | 135 | 52 |
| Binary | 1000 | 11001111 | 1001110 | 1100000 | 0 | 111110 | 10011 | 10001101 | 1011101 | 101010 |
Color Harmonies of #08CF4E
Complementary color
Monochromatic Colors of #08CF4E
Black with #08CF4E
Text Example
Text Example
White with #08CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF4E; }
p { color: rgb(8,207,78); }
H1.HeaderClassName
{
color: #08CF4E;
}
.AnyTagClassName
{
color: #08CF4E;
}
</style>
background-color css
<style>
a { background-color: #08CF4E; }
a { background-color: rgb(8,207,78); }
div.DivClassName
{
background-color: #08CF4E;
}
.BgClassName
{
background-color: #08CF4E;
}
</style>
border-color css
<style>
span { border-color: #08CF4E; }
span { border-color: rgb(8,207,78); }
td.TdClassName
{
border-color: #08CF4E;
}
.TagClassName
{
border-color: #08CF4E;
}
</style>