Shades of Malachite #05E266
Tints of Malachite #05E266
RGB
CMYK
RGB Variations
Color information
#05E266 (or 0x05E266) is known color: Malachite. HEX triplet: 05, E2 and 66. RGB value is (5,226,102). Sum of RGB (Red+Green+Blue) = 5+226+102=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 226 (88.67% from 255 or 67.87% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 226 - color contains mainly: green. Hex color #05E266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E266 is #FA1D99. Grayscale: #929292. Windows color (decimal): -16391578 or 6742533. OLE color: 6742533.
HSL color Cylindrical-coordinate representation of color #05E266: hue angle of 146.33º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E266 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 102 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.11 |
| HSL | 146.33º | 0.96% | 0.45% | - |
| HSV(B) | 146.33º | 0.98% | 0.89% | - |
| XYZ | 29.66 | 55.38 | 21.7 | - |
| YUV | 145.79 | 103.28 | 27.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 102 | 0.98 | 0 | 0.55 | 0.11 | 146.33 | 0.96 | 0.45 |
| Hex | 5 | E2 | 66 | 62 | 0 | 37 | B | 92 | 60 | 2D |
| Octal | 5 | 342 | 146 | 142 | 0 | 67 | 13 | 222 | 140 | 55 |
| Binary | 101 | 11100010 | 1100110 | 1100010 | 0 | 110111 | 1011 | 10010010 | 1100000 | 101101 |
Color Harmonies of #05E266
Complementary color
Monochromatic Colors of #05E266
Black with #05E266
Text Example
Text Example
White with #05E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E266; }
p { color: rgb(5,226,102); }
H1.HeaderClassName
{
color: #05E266;
}
.AnyTagClassName
{
color: #05E266;
}
</style>
background-color css
<style>
a { background-color: #05E266; }
a { background-color: rgb(5,226,102); }
div.DivClassName
{
background-color: #05E266;
}
.BgClassName
{
background-color: #05E266;
}
</style>
border-color css
<style>
span { border-color: #05E266; }
span { border-color: rgb(5,226,102); }
td.TdClassName
{
border-color: #05E266;
}
.TagClassName
{
border-color: #05E266;
}
</style>