Shades of Malachite #06FF3C
Tints of Malachite #06FF3C
RGB
CMYK
RGB Variations
Color information
#06FF3C (or 0x06FF3C) is known color: Malachite. HEX triplet: 06, FF and 3C. RGB value is (6,255,60). Sum of RGB (Red+Green+Blue) = 6+255+60=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF3C is #F900C3. Grayscale: #9E9E9E. Windows color (decimal): -16318660 or 3997446. OLE color: 3997446.
HSL color Cylindrical-coordinate representation of color #06FF3C: hue angle of 133.01º 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 #06FF3C is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 60 | - |
| CMYK | 0.98 | 0 | 0.76 | 0 |
| HSL | 133.01º | 1% | 0.51% | - |
| HSV(B) | 133.01º | 0.98% | 1% | - |
| XYZ | 36.65 | 71.88 | 16.22 | - |
| YUV | 158.32 | 72.51 | 19.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 60 | 0.98 | 0 | 0.76 | 0 | 133.01 | 1 | 0.51 |
| Hex | 6 | FF | 3C | 62 | 0 | 4C | 0 | 85 | 64 | 33 |
| Octal | 6 | 377 | 74 | 142 | 0 | 114 | 0 | 205 | 144 | 63 |
| Binary | 110 | 11111111 | 111100 | 1100010 | 0 | 1001100 | 0 | 10000101 | 1100100 | 110011 |
Color Harmonies of #06FF3C
Complementary color
Monochromatic Colors of #06FF3C
Black with #06FF3C
Text Example
Text Example
White with #06FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF3C; }
p { color: rgb(6,255,60); }
H1.HeaderClassName
{
color: #06FF3C;
}
.AnyTagClassName
{
color: #06FF3C;
}
</style>
background-color css
<style>
a { background-color: #06FF3C; }
a { background-color: rgb(6,255,60); }
div.DivClassName
{
background-color: #06FF3C;
}
.BgClassName
{
background-color: #06FF3C;
}
</style>
border-color css
<style>
span { border-color: #06FF3C; }
span { border-color: rgb(6,255,60); }
td.TdClassName
{
border-color: #06FF3C;
}
.TagClassName
{
border-color: #06FF3C;
}
</style>