Shades of Malachite #06FF3D
Tints of Malachite #06FF3D
RGB
CMYK
RGB Variations
Color information
#06FF3D (or 0x06FF3D) is known color: Malachite. HEX triplet: 06, FF and 3D. RGB value is (6,255,61). Sum of RGB (Red+Green+Blue) = 6+255+61=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 255 (100% from 255 or 79.19% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF3D is #F900C2. Grayscale: #9E9E9E. Windows color (decimal): -16318659 or 4062982. OLE color: 4062982.
HSL color Cylindrical-coordinate representation of color #06FF3D: hue angle of 133.25º 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 #06FF3D is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 61 | - |
| CMYK | 0.98 | 0 | 0.76 | 0 |
| HSL | 133.25º | 1% | 0.51% | - |
| HSV(B) | 133.25º | 0.98% | 1% | - |
| XYZ | 36.68 | 71.9 | 16.36 | - |
| YUV | 158.43 | 73.01 | 19.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 61 | 0.98 | 0 | 0.76 | 0 | 133.25 | 1 | 0.51 |
| Hex | 6 | FF | 3D | 62 | 0 | 4C | 0 | 85 | 64 | 33 |
| Octal | 6 | 377 | 75 | 142 | 0 | 114 | 0 | 205 | 144 | 63 |
| Binary | 110 | 11111111 | 111101 | 1100010 | 0 | 1001100 | 0 | 10000101 | 1100100 | 110011 |
Color Harmonies of #06FF3D
Complementary color
Monochromatic Colors of #06FF3D
Black with #06FF3D
Text Example
Text Example
White with #06FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF3D; }
p { color: rgb(6,255,61); }
H1.HeaderClassName
{
color: #06FF3D;
}
.AnyTagClassName
{
color: #06FF3D;
}
</style>
background-color css
<style>
a { background-color: #06FF3D; }
a { background-color: rgb(6,255,61); }
div.DivClassName
{
background-color: #06FF3D;
}
.BgClassName
{
background-color: #06FF3D;
}
</style>
border-color css
<style>
span { border-color: #06FF3D; }
span { border-color: rgb(6,255,61); }
td.TdClassName
{
border-color: #06FF3D;
}
.TagClassName
{
border-color: #06FF3D;
}
</style>