Shades of Malachite #08F257
Tints of Malachite #08F257
RGB
CMYK
RGB Variations
Color information
#08F257 (or 0x08F257) is known color: Malachite. HEX triplet: 08, F2 and 57. RGB value is (8,242,87). Sum of RGB (Red+Green+Blue) = 8+242+87=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 242 (94.92% from 255 or 71.81% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 242 - color contains mainly: green. Hex color #08F257 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F257 is #F70DA8. Grayscale: #9A9A9A. Windows color (decimal): -16190889 or 5763592. OLE color: 5763592.
HSL color Cylindrical-coordinate representation of color #08F257: hue angle of 140.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F257 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 242 | 87 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.05 |
| HSL | 140.26º | 0.94% | 0.49% | - |
| HSV(B) | 140.26º | 0.97% | 0.95% | - |
| XYZ | 33.57 | 64.24 | 19.65 | - |
| YUV | 154.36 | 89.98 | 23.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 242 | 87 | 0.97 | 0 | 0.64 | 0.05 | 140.26 | 0.94 | 0.49 |
| Hex | 8 | F2 | 57 | 61 | 0 | 40 | 5 | 8C | 5E | 31 |
| Octal | 10 | 362 | 127 | 141 | 0 | 100 | 5 | 214 | 136 | 61 |
| Binary | 1000 | 11110010 | 1010111 | 1100001 | 0 | 1000000 | 101 | 10001100 | 1011110 | 110001 |
Color Harmonies of #08F257
Complementary color
Monochromatic Colors of #08F257
Black with #08F257
Text Example
Text Example
White with #08F257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F257; }
p { color: rgb(8,242,87); }
H1.HeaderClassName
{
color: #08F257;
}
.AnyTagClassName
{
color: #08F257;
}
</style>
background-color css
<style>
a { background-color: #08F257; }
a { background-color: rgb(8,242,87); }
div.DivClassName
{
background-color: #08F257;
}
.BgClassName
{
background-color: #08F257;
}
</style>
border-color css
<style>
span { border-color: #08F257; }
span { border-color: rgb(8,242,87); }
td.TdClassName
{
border-color: #08F257;
}
.TagClassName
{
border-color: #08F257;
}
</style>