Shades of Malachite #06ED65
Tints of Malachite #06ED65
RGB
CMYK
RGB Variations
Color information
#06ED65 (or 0x06ED65) is known color: Malachite. HEX triplet: 06, ED and 65. RGB value is (6,237,101). Sum of RGB (Red+Green+Blue) = 6+237+101=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #06ED65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06ED65 is #F9129A. Grayscale: #989898. Windows color (decimal): -16323227 or 6679814. OLE color: 6679814.
HSL color Cylindrical-coordinate representation of color #06ED65: hue angle of 144.68º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ED65 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 237 | 101 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.07 |
| HSL | 144.68º | 0.95% | 0.48% | - |
| HSV(B) | 144.68º | 0.97% | 0.93% | - |
| XYZ | 32.71 | 61.55 | 22.47 | - |
| YUV | 152.43 | 98.97 | 23.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 237 | 101 | 0.97 | 0 | 0.57 | 0.07 | 144.68 | 0.95 | 0.48 |
| Hex | 6 | ED | 65 | 61 | 0 | 39 | 7 | 91 | 5F | 30 |
| Octal | 6 | 355 | 145 | 141 | 0 | 71 | 7 | 221 | 137 | 60 |
| Binary | 110 | 11101101 | 1100101 | 1100001 | 0 | 111001 | 111 | 10010001 | 1011111 | 110000 |
Color Harmonies of #06ED65
Complementary color
Monochromatic Colors of #06ED65
Black with #06ED65
Text Example
Text Example
White with #06ED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ED65; }
p { color: rgb(6,237,101); }
H1.HeaderClassName
{
color: #06ED65;
}
.AnyTagClassName
{
color: #06ED65;
}
</style>
background-color css
<style>
a { background-color: #06ED65; }
a { background-color: rgb(6,237,101); }
div.DivClassName
{
background-color: #06ED65;
}
.BgClassName
{
background-color: #06ED65;
}
</style>
border-color css
<style>
span { border-color: #06ED65; }
span { border-color: rgb(6,237,101); }
td.TdClassName
{
border-color: #06ED65;
}
.TagClassName
{
border-color: #06ED65;
}
</style>