Shades of Malachite #08E050
Tints of Malachite #08E050
RGB
CMYK
RGB Variations
Color information
#08E050 (or 0x08E050) is known color: Malachite. HEX triplet: 08, E0 and 50. RGB value is (8,224,80). Sum of RGB (Red+Green+Blue) = 8+224+80=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #08E050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08E050 is #F71FAF. Grayscale: #8F8F8F. Windows color (decimal): -16195504 or 5300232. OLE color: 5300232.
HSL color Cylindrical-coordinate representation of color #08E050: hue angle of 140º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E050 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 80 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.12 |
| HSL | 140º | 0.93% | 0.45% | - |
| HSV(B) | 140º | 0.96% | 0.88% | - |
| XYZ | 28.2 | 53.94 | 16.51 | - |
| YUV | 143 | 92.44 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 80 | 0.96 | 0 | 0.64 | 0.12 | 140 | 0.93 | 0.45 |
| Hex | 8 | E0 | 50 | 60 | 0 | 40 | C | 8C | 5D | 2D |
| Octal | 10 | 340 | 120 | 140 | 0 | 100 | 14 | 214 | 135 | 55 |
| Binary | 1000 | 11100000 | 1010000 | 1100000 | 0 | 1000000 | 1100 | 10001100 | 1011101 | 101101 |
Color Harmonies of #08E050
Complementary color
Monochromatic Colors of #08E050
Black with #08E050
Text Example
Text Example
White with #08E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E050; }
p { color: rgb(8,224,80); }
H1.HeaderClassName
{
color: #08E050;
}
.AnyTagClassName
{
color: #08E050;
}
</style>
background-color css
<style>
a { background-color: #08E050; }
a { background-color: rgb(8,224,80); }
div.DivClassName
{
background-color: #08E050;
}
.BgClassName
{
background-color: #08E050;
}
</style>
border-color css
<style>
span { border-color: #08E050; }
span { border-color: rgb(8,224,80); }
td.TdClassName
{
border-color: #08E050;
}
.TagClassName
{
border-color: #08E050;
}
</style>