Shades of Malachite #06E64C
Tints of Malachite #06E64C
RGB
CMYK
RGB Variations
Color information
#06E64C (or 0x06E64C) is known color: Malachite. HEX triplet: 06, E6 and 4C. RGB value is (6,230,76). Sum of RGB (Red+Green+Blue) = 6+230+76=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 230 (90.23% from 255 or 73.72% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 230 - color contains mainly: green. Hex color #06E64C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06E64C is #F919B3. Grayscale: #919191. Windows color (decimal): -16325044 or 5039622. OLE color: 5039622.
HSL color Cylindrical-coordinate representation of color #06E64C: hue angle of 138.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E64C is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 230 | 76 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.10 |
| HSL | 138.75º | 0.95% | 0.46% | - |
| HSV(B) | 138.75º | 0.97% | 0.9% | - |
| XYZ | 29.68 | 57.15 | 16.31 | - |
| YUV | 145.47 | 88.79 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 230 | 76 | 0.97 | 0 | 0.67 | 0.10 | 138.75 | 0.95 | 0.46 |
| Hex | 6 | E6 | 4C | 61 | 0 | 43 | A | 8B | 5F | 2E |
| Octal | 6 | 346 | 114 | 141 | 0 | 103 | 12 | 213 | 137 | 56 |
| Binary | 110 | 11100110 | 1001100 | 1100001 | 0 | 1000011 | 1010 | 10001011 | 1011111 | 101110 |
Color Harmonies of #06E64C
Complementary color
Monochromatic Colors of #06E64C
Black with #06E64C
Text Example
Text Example
White with #06E64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E64C; }
p { color: rgb(6,230,76); }
H1.HeaderClassName
{
color: #06E64C;
}
.AnyTagClassName
{
color: #06E64C;
}
</style>
background-color css
<style>
a { background-color: #06E64C; }
a { background-color: rgb(6,230,76); }
div.DivClassName
{
background-color: #06E64C;
}
.BgClassName
{
background-color: #06E64C;
}
</style>
border-color css
<style>
span { border-color: #06E64C; }
span { border-color: rgb(6,230,76); }
td.TdClassName
{
border-color: #06E64C;
}
.TagClassName
{
border-color: #06E64C;
}
</style>