Shades of Malachite #05E668
Tints of Malachite #05E668
RGB
CMYK
RGB Variations
Color information
#05E668 (or 0x05E668) is known color: Malachite. HEX triplet: 05, E6 and 68. RGB value is (5,230,104). Sum of RGB (Red+Green+Blue) = 5+230+104=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 230 (90.23% from 255 or 67.85% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 230 - color contains mainly: green. Hex color #05E668 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05E668 is #FA1997. Grayscale: #949494. Windows color (decimal): -16390552 or 6874629. OLE color: 6874629.
HSL color Cylindrical-coordinate representation of color #05E668: hue angle of 146.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E668 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 230 | 104 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.10 |
| HSL | 146.4º | 0.96% | 0.46% | - |
| HSV(B) | 146.4º | 0.98% | 0.9% | - |
| XYZ | 30.86 | 57.63 | 22.59 | - |
| YUV | 148.36 | 102.96 | 25.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 230 | 104 | 0.98 | 0 | 0.55 | 0.10 | 146.4 | 0.96 | 0.46 |
| Hex | 5 | E6 | 68 | 62 | 0 | 37 | A | 92 | 60 | 2E |
| Octal | 5 | 346 | 150 | 142 | 0 | 67 | 12 | 222 | 140 | 56 |
| Binary | 101 | 11100110 | 1101000 | 1100010 | 0 | 110111 | 1010 | 10010010 | 1100000 | 101110 |
Color Harmonies of #05E668
Complementary color
Monochromatic Colors of #05E668
Black with #05E668
Text Example
Text Example
White with #05E668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E668; }
p { color: rgb(5,230,104); }
H1.HeaderClassName
{
color: #05E668;
}
.AnyTagClassName
{
color: #05E668;
}
</style>
background-color css
<style>
a { background-color: #05E668; }
a { background-color: rgb(5,230,104); }
div.DivClassName
{
background-color: #05E668;
}
.BgClassName
{
background-color: #05E668;
}
</style>
border-color css
<style>
span { border-color: #05E668; }
span { border-color: rgb(5,230,104); }
td.TdClassName
{
border-color: #05E668;
}
.TagClassName
{
border-color: #05E668;
}
</style>