Shades of Malachite #08FE4B
Tints of Malachite #08FE4B
RGB
CMYK
RGB Variations
Color information
#08FE4B (or 0x08FE4B) is known color: Malachite. HEX triplet: 08, FE and 4B. RGB value is (8,254,75). Sum of RGB (Red+Green+Blue) = 8+254+75=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 254 (99.61% from 255 or 75.37% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 254 - color contains mainly: green. Hex color #08FE4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08FE4B is #F701B4. Grayscale: #A0A0A0. Windows color (decimal): -16187829 or 4980232. OLE color: 4980232.
HSL color Cylindrical-coordinate representation of color #08FE4B: hue angle of 136.34º 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 #08FE4B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 254 | 75 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.00 |
| HSL | 136.34º | 0.99% | 0.51% | - |
| HSV(B) | 136.34º | 0.97% | 1% | - |
| XYZ | 36.81 | 71.44 | 18.51 | - |
| YUV | 160.04 | 80 | 19.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 254 | 75 | 0.97 | 0 | 0.70 | 0.00 | 136.34 | 0.99 | 0.51 |
| Hex | 8 | FE | 4B | 61 | 0 | 46 | 0 | 88 | 63 | 33 |
| Octal | 10 | 376 | 113 | 141 | 0 | 106 | 0 | 210 | 143 | 63 |
| Binary | 1000 | 11111110 | 1001011 | 1100001 | 0 | 1000110 | 0 | 10001000 | 1100011 | 110011 |
Color Harmonies of #08FE4B
Complementary color
Monochromatic Colors of #08FE4B
Black with #08FE4B
Text Example
Text Example
White with #08FE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FE4B; }
p { color: rgb(8,254,75); }
H1.HeaderClassName
{
color: #08FE4B;
}
.AnyTagClassName
{
color: #08FE4B;
}
</style>
background-color css
<style>
a { background-color: #08FE4B; }
a { background-color: rgb(8,254,75); }
div.DivClassName
{
background-color: #08FE4B;
}
.BgClassName
{
background-color: #08FE4B;
}
</style>
border-color css
<style>
span { border-color: #08FE4B; }
span { border-color: rgb(8,254,75); }
td.TdClassName
{
border-color: #08FE4B;
}
.TagClassName
{
border-color: #08FE4B;
}
</style>