Shades of Malachite #08EC45
Tints of Malachite #08EC45
RGB
CMYK
RGB Variations
Color information
#08EC45 (or 0x08EC45) is known color: Malachite. HEX triplet: 08, EC and 45. RGB value is (8,236,69). Sum of RGB (Red+Green+Blue) = 8+236+69=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #08EC45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08EC45 is #F713BA. Grayscale: #959595. Windows color (decimal): -16192443 or 4582408. OLE color: 4582408.
HSL color Cylindrical-coordinate representation of color #08EC45: hue angle of 136.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EC45 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 236 | 69 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.07 |
| HSL | 136.05º | 0.93% | 0.48% | - |
| HSV(B) | 136.05º | 0.97% | 0.93% | - |
| XYZ | 31.17 | 60.47 | 15.66 | - |
| YUV | 148.79 | 82.96 | 27.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 236 | 69 | 0.97 | 0 | 0.71 | 0.07 | 136.05 | 0.93 | 0.48 |
| Hex | 8 | EC | 45 | 61 | 0 | 47 | 7 | 88 | 5D | 30 |
| Octal | 10 | 354 | 105 | 141 | 0 | 107 | 7 | 210 | 135 | 60 |
| Binary | 1000 | 11101100 | 1000101 | 1100001 | 0 | 1000111 | 111 | 10001000 | 1011101 | 110000 |
Color Harmonies of #08EC45
Complementary color
Monochromatic Colors of #08EC45
Black with #08EC45
Text Example
Text Example
White with #08EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08EC45; }
p { color: rgb(8,236,69); }
H1.HeaderClassName
{
color: #08EC45;
}
.AnyTagClassName
{
color: #08EC45;
}
</style>
background-color css
<style>
a { background-color: #08EC45; }
a { background-color: rgb(8,236,69); }
div.DivClassName
{
background-color: #08EC45;
}
.BgClassName
{
background-color: #08EC45;
}
</style>
border-color css
<style>
span { border-color: #08EC45; }
span { border-color: rgb(8,236,69); }
td.TdClassName
{
border-color: #08EC45;
}
.TagClassName
{
border-color: #08EC45;
}
</style>