Shades of Malachite #05D266
Tints of Malachite #05D266
RGB
CMYK
RGB Variations
Color information
#05D266 (or 0x05D266) is known color: Malachite. HEX triplet: 05, D2 and 66. RGB value is (5,210,102). Sum of RGB (Red+Green+Blue) = 5+210+102=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #05D266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D266 is #FA2D99. Grayscale: #888888. Windows color (decimal): -16395674 or 6738437. OLE color: 6738437.
HSL color Cylindrical-coordinate representation of color #05D266: hue angle of 148.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D266 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 102 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.18 |
| HSL | 148.39º | 0.95% | 0.42% | - |
| HSV(B) | 148.39º | 0.98% | 0.82% | - |
| XYZ | 25.51 | 47.08 | 20.31 | - |
| YUV | 136.39 | 108.58 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 102 | 0.98 | 0 | 0.51 | 0.18 | 148.39 | 0.95 | 0.42 |
| Hex | 5 | D2 | 66 | 62 | 0 | 33 | 12 | 94 | 5F | 2A |
| Octal | 5 | 322 | 146 | 142 | 0 | 63 | 22 | 224 | 137 | 52 |
| Binary | 101 | 11010010 | 1100110 | 1100010 | 0 | 110011 | 10010 | 10010100 | 1011111 | 101010 |
Color Harmonies of #05D266
Complementary color
Monochromatic Colors of #05D266
Black with #05D266
Text Example
Text Example
White with #05D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D266; }
p { color: rgb(5,210,102); }
H1.HeaderClassName
{
color: #05D266;
}
.AnyTagClassName
{
color: #05D266;
}
</style>
background-color css
<style>
a { background-color: #05D266; }
a { background-color: rgb(5,210,102); }
div.DivClassName
{
background-color: #05D266;
}
.BgClassName
{
background-color: #05D266;
}
</style>
border-color css
<style>
span { border-color: #05D266; }
span { border-color: rgb(5,210,102); }
td.TdClassName
{
border-color: #05D266;
}
.TagClassName
{
border-color: #05D266;
}
</style>