Shades of Malachite #06FE50
Tints of Malachite #06FE50
RGB
CMYK
RGB Variations
Color information
#06FE50 (or 0x06FE50) is known color: Malachite. HEX triplet: 06, FE and 50. RGB value is (6,254,80). Sum of RGB (Red+Green+Blue) = 6+254+80=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 254 (99.61% from 255 or 74.71% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 254 - color contains mainly: green. Hex color #06FE50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FE50 is #F901AF. Grayscale: #A0A0A0. Windows color (decimal): -16318896 or 5307910. OLE color: 5307910.
HSL color Cylindrical-coordinate representation of color #06FE50: hue angle of 137.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FE50 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 254 | 80 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.00 |
| HSL | 137.9º | 0.99% | 0.51% | - |
| HSV(B) | 137.9º | 0.98% | 1% | - |
| XYZ | 36.96 | 71.5 | 19.44 | - |
| YUV | 160.01 | 82.84 | 18.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 254 | 80 | 0.98 | 0 | 0.69 | 0.00 | 137.9 | 0.99 | 0.51 |
| Hex | 6 | FE | 50 | 62 | 0 | 45 | 0 | 8A | 63 | 33 |
| Octal | 6 | 376 | 120 | 142 | 0 | 105 | 0 | 212 | 143 | 63 |
| Binary | 110 | 11111110 | 1010000 | 1100010 | 0 | 1000101 | 0 | 10001010 | 1100011 | 110011 |
Color Harmonies of #06FE50
Complementary color
Monochromatic Colors of #06FE50
Black with #06FE50
Text Example
Text Example
White with #06FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FE50; }
p { color: rgb(6,254,80); }
H1.HeaderClassName
{
color: #06FE50;
}
.AnyTagClassName
{
color: #06FE50;
}
</style>
background-color css
<style>
a { background-color: #06FE50; }
a { background-color: rgb(6,254,80); }
div.DivClassName
{
background-color: #06FE50;
}
.BgClassName
{
background-color: #06FE50;
}
</style>
border-color css
<style>
span { border-color: #06FE50; }
span { border-color: rgb(6,254,80); }
td.TdClassName
{
border-color: #06FE50;
}
.TagClassName
{
border-color: #06FE50;
}
</style>