Shades of Malachite #08FE55
Tints of Malachite #08FE55
RGB
CMYK
RGB Variations
Color information
#08FE55 (or 0x08FE55) is known color: Malachite. HEX triplet: 08, FE and 55. RGB value is (8,254,85). Sum of RGB (Red+Green+Blue) = 8+254+85=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 254 (99.61% from 255 or 73.20% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 254 - color contains mainly: green. Hex color #08FE55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08FE55 is #F701AA. Grayscale: #A1A1A1. Windows color (decimal): -16187819 or 5635592. OLE color: 5635592.
HSL color Cylindrical-coordinate representation of color #08FE55: hue angle of 138.78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FE55 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 254 | 85 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.00 |
| HSL | 138.78º | 0.99% | 0.51% | - |
| HSV(B) | 138.78º | 0.97% | 1% | - |
| XYZ | 37.18 | 71.59 | 20.45 | - |
| YUV | 161.18 | 85 | 18.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 254 | 85 | 0.97 | 0 | 0.67 | 0.00 | 138.78 | 0.99 | 0.51 |
| Hex | 8 | FE | 55 | 61 | 0 | 43 | 0 | 8B | 63 | 33 |
| Octal | 10 | 376 | 125 | 141 | 0 | 103 | 0 | 213 | 143 | 63 |
| Binary | 1000 | 11111110 | 1010101 | 1100001 | 0 | 1000011 | 0 | 10001011 | 1100011 | 110011 |
Color Harmonies of #08FE55
Complementary color
Monochromatic Colors of #08FE55
Black with #08FE55
Text Example
Text Example
White with #08FE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FE55; }
p { color: rgb(8,254,85); }
H1.HeaderClassName
{
color: #08FE55;
}
.AnyTagClassName
{
color: #08FE55;
}
</style>
background-color css
<style>
a { background-color: #08FE55; }
a { background-color: rgb(8,254,85); }
div.DivClassName
{
background-color: #08FE55;
}
.BgClassName
{
background-color: #08FE55;
}
</style>
border-color css
<style>
span { border-color: #08FE55; }
span { border-color: rgb(8,254,85); }
td.TdClassName
{
border-color: #08FE55;
}
.TagClassName
{
border-color: #08FE55;
}
</style>