Shades of Malachite #06F13F
Tints of Malachite #06F13F
RGB
CMYK
RGB Variations
Color information
#06F13F (or 0x06F13F) is known color: Malachite. HEX triplet: 06, F1 and 3F. RGB value is (6,241,63). Sum of RGB (Red+Green+Blue) = 6+241+63=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 241 (94.53% from 255 or 77.74% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 241 - color contains mainly: green. Hex color #06F13F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F13F is #F90EC0. Grayscale: #969696. Windows color (decimal): -16322241 or 4190470. OLE color: 4190470.
HSL color Cylindrical-coordinate representation of color #06F13F: hue angle of 134.55º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F13F is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 241 | 63 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.05 |
| HSL | 134.55º | 0.95% | 0.48% | - |
| HSV(B) | 134.55º | 0.98% | 0.95% | - |
| XYZ | 32.43 | 63.31 | 15.21 | - |
| YUV | 150.44 | 78.64 | 24.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 241 | 63 | 0.98 | 0 | 0.74 | 0.05 | 134.55 | 0.95 | 0.48 |
| Hex | 6 | F1 | 3F | 62 | 0 | 4A | 5 | 87 | 5F | 30 |
| Octal | 6 | 361 | 77 | 142 | 0 | 112 | 5 | 207 | 137 | 60 |
| Binary | 110 | 11110001 | 111111 | 1100010 | 0 | 1001010 | 101 | 10000111 | 1011111 | 110000 |
Color Harmonies of #06F13F
Complementary color
Monochromatic Colors of #06F13F
Black with #06F13F
Text Example
Text Example
White with #06F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F13F; }
p { color: rgb(6,241,63); }
H1.HeaderClassName
{
color: #06F13F;
}
.AnyTagClassName
{
color: #06F13F;
}
</style>
background-color css
<style>
a { background-color: #06F13F; }
a { background-color: rgb(6,241,63); }
div.DivClassName
{
background-color: #06F13F;
}
.BgClassName
{
background-color: #06F13F;
}
</style>
border-color css
<style>
span { border-color: #06F13F; }
span { border-color: rgb(6,241,63); }
td.TdClassName
{
border-color: #06F13F;
}
.TagClassName
{
border-color: #06F13F;
}
</style>