Shades of Malachite #06FA42
Tints of Malachite #06FA42
RGB
CMYK
RGB Variations
Color information
#06FA42 (or 0x06FA42) is known color: Malachite. HEX triplet: 06, FA and 42. RGB value is (6,250,66). Sum of RGB (Red+Green+Blue) = 6+250+66=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 250 (98.05% from 255 or 77.64% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 250 - color contains mainly: green. Hex color #06FA42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FA42 is #F905BD. Grayscale: #9C9C9C. Windows color (decimal): -16319934 or 4389382. OLE color: 4389382.
HSL color Cylindrical-coordinate representation of color #06FA42: hue angle of 134.75º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FA42 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 66 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.02 |
| HSL | 134.75º | 0.96% | 0.5% | - |
| HSV(B) | 134.75º | 0.98% | 0.98% | - |
| XYZ | 35.24 | 68.8 | 16.58 | - |
| YUV | 156.07 | 77.16 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 66 | 0.98 | 0 | 0.74 | 0.02 | 134.75 | 0.96 | 0.5 |
| Hex | 6 | FA | 42 | 62 | 0 | 4A | 2 | 87 | 60 | 32 |
| Octal | 6 | 372 | 102 | 142 | 0 | 112 | 2 | 207 | 140 | 62 |
| Binary | 110 | 11111010 | 1000010 | 1100010 | 0 | 1001010 | 10 | 10000111 | 1100000 | 110010 |
Color Harmonies of #06FA42
Complementary color
Monochromatic Colors of #06FA42
Black with #06FA42
Text Example
Text Example
White with #06FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FA42; }
p { color: rgb(6,250,66); }
H1.HeaderClassName
{
color: #06FA42;
}
.AnyTagClassName
{
color: #06FA42;
}
</style>
background-color css
<style>
a { background-color: #06FA42; }
a { background-color: rgb(6,250,66); }
div.DivClassName
{
background-color: #06FA42;
}
.BgClassName
{
background-color: #06FA42;
}
</style>
border-color css
<style>
span { border-color: #06FA42; }
span { border-color: rgb(6,250,66); }
td.TdClassName
{
border-color: #06FA42;
}
.TagClassName
{
border-color: #06FA42;
}
</style>