Shades of Malachite #06FF50
Tints of Malachite #06FF50
RGB
CMYK
RGB Variations
Color information
#06FF50 (or 0x06FF50) is known color: Malachite. HEX triplet: 06, FF and 50. RGB value is (6,255,80). Sum of RGB (Red+Green+Blue) = 6+255+80=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FF50 is #F900AF. Grayscale: #A1A1A1. Windows color (decimal): -16318640 or 5308166. OLE color: 5308166.
HSL color Cylindrical-coordinate representation of color #06FF50: hue angle of 137.83º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF50 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 80 | - |
| CMYK | 0.98 | 0 | 0.69 | 0 |
| HSL | 137.83º | 1% | 0.51% | - |
| HSV(B) | 137.83º | 0.98% | 1% | - |
| XYZ | 37.28 | 72.14 | 19.55 | - |
| YUV | 160.6 | 82.51 | 17.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 80 | 0.98 | 0 | 0.69 | 0 | 137.83 | 1 | 0.51 |
| Hex | 6 | FF | 50 | 62 | 0 | 45 | 0 | 8A | 64 | 33 |
| Octal | 6 | 377 | 120 | 142 | 0 | 105 | 0 | 212 | 144 | 63 |
| Binary | 110 | 11111111 | 1010000 | 1100010 | 0 | 1000101 | 0 | 10001010 | 1100100 | 110011 |
Color Harmonies of #06FF50
Complementary color
Monochromatic Colors of #06FF50
Black with #06FF50
Text Example
Text Example
White with #06FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF50; }
p { color: rgb(6,255,80); }
H1.HeaderClassName
{
color: #06FF50;
}
.AnyTagClassName
{
color: #06FF50;
}
</style>
background-color css
<style>
a { background-color: #06FF50; }
a { background-color: rgb(6,255,80); }
div.DivClassName
{
background-color: #06FF50;
}
.BgClassName
{
background-color: #06FF50;
}
</style>
border-color css
<style>
span { border-color: #06FF50; }
span { border-color: rgb(6,255,80); }
td.TdClassName
{
border-color: #06FF50;
}
.TagClassName
{
border-color: #06FF50;
}
</style>