Shades of Malachite #06FF52
Tints of Malachite #06FF52
RGB
CMYK
RGB Variations
Color information
#06FF52 (or 0x06FF52) is known color: Malachite. HEX triplet: 06, FF and 52. RGB value is (6,255,82). Sum of RGB (Red+Green+Blue) = 6+255+82=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FF52 is #F900AD. Grayscale: #A1A1A1. Windows color (decimal): -16318638 or 5439238. OLE color: 5439238.
HSL color Cylindrical-coordinate representation of color #06FF52: hue angle of 138.31º 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 #06FF52 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 82 | - |
| CMYK | 0.98 | 0 | 0.68 | 0 |
| HSL | 138.31º | 1% | 0.51% | - |
| HSV(B) | 138.31º | 0.98% | 1% | - |
| XYZ | 37.36 | 72.17 | 19.94 | - |
| YUV | 160.83 | 83.51 | 17.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 82 | 0.98 | 0 | 0.68 | 0 | 138.31 | 1 | 0.51 |
| Hex | 6 | FF | 52 | 62 | 0 | 44 | 0 | 8A | 64 | 33 |
| Octal | 6 | 377 | 122 | 142 | 0 | 104 | 0 | 212 | 144 | 63 |
| Binary | 110 | 11111111 | 1010010 | 1100010 | 0 | 1000100 | 0 | 10001010 | 1100100 | 110011 |
Color Harmonies of #06FF52
Complementary color
Monochromatic Colors of #06FF52
Black with #06FF52
Text Example
Text Example
White with #06FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF52; }
p { color: rgb(6,255,82); }
H1.HeaderClassName
{
color: #06FF52;
}
.AnyTagClassName
{
color: #06FF52;
}
</style>
background-color css
<style>
a { background-color: #06FF52; }
a { background-color: rgb(6,255,82); }
div.DivClassName
{
background-color: #06FF52;
}
.BgClassName
{
background-color: #06FF52;
}
</style>
border-color css
<style>
span { border-color: #06FF52; }
span { border-color: rgb(6,255,82); }
td.TdClassName
{
border-color: #06FF52;
}
.TagClassName
{
border-color: #06FF52;
}
</style>