Shades of Malachite #06FC40
Tints of Malachite #06FC40
RGB
CMYK
RGB Variations
Color information
#06FC40 (or 0x06FC40) is known color: Malachite. HEX triplet: 06, FC and 40. RGB value is (6,252,64). Sum of RGB (Red+Green+Blue) = 6+252+64=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 252 (98.83% from 255 or 78.26% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 252 - color contains mainly: green. Hex color #06FC40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FC40 is #F903BF. Grayscale: #9D9D9D. Windows color (decimal): -16319424 or 4258822. OLE color: 4258822.
HSL color Cylindrical-coordinate representation of color #06FC40: hue angle of 134.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FC40 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 252 | 64 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.01 |
| HSL | 134.15º | 0.98% | 0.51% | - |
| HSV(B) | 134.15º | 0.98% | 0.99% | - |
| XYZ | 35.81 | 70.03 | 16.48 | - |
| YUV | 157.01 | 75.5 | 20.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 64 | 0.98 | 0 | 0.75 | 0.01 | 134.15 | 0.98 | 0.51 |
| Hex | 6 | FC | 40 | 62 | 0 | 4B | 1 | 86 | 62 | 33 |
| Octal | 6 | 374 | 100 | 142 | 0 | 113 | 1 | 206 | 142 | 63 |
| Binary | 110 | 11111100 | 1000000 | 1100010 | 0 | 1001011 | 1 | 10000110 | 1100010 | 110011 |
Color Harmonies of #06FC40
Complementary color
Monochromatic Colors of #06FC40
Black with #06FC40
Text Example
Text Example
White with #06FC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FC40; }
p { color: rgb(6,252,64); }
H1.HeaderClassName
{
color: #06FC40;
}
.AnyTagClassName
{
color: #06FC40;
}
</style>
background-color css
<style>
a { background-color: #06FC40; }
a { background-color: rgb(6,252,64); }
div.DivClassName
{
background-color: #06FC40;
}
.BgClassName
{
background-color: #06FC40;
}
</style>
border-color css
<style>
span { border-color: #06FC40; }
span { border-color: rgb(6,252,64); }
td.TdClassName
{
border-color: #06FC40;
}
.TagClassName
{
border-color: #06FC40;
}
</style>