Shades of Malachite #05D066
Tints of Malachite #05D066
RGB
CMYK
RGB Variations
Color information
#05D066 (or 0x05D066) is known color: Malachite. HEX triplet: 05, D0 and 66. RGB value is (5,208,102). Sum of RGB (Red+Green+Blue) = 5+208+102=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #05D066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D066 is #FA2F99. Grayscale: #878787. Windows color (decimal): -16396186 or 6737925. OLE color: 6737925.
HSL color Cylindrical-coordinate representation of color #05D066: hue angle of 148.67º 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 #05D066 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 208 | 102 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.18 |
| HSL | 148.67º | 0.95% | 0.42% | - |
| HSV(B) | 148.67º | 0.98% | 0.82% | - |
| XYZ | 25.02 | 46.1 | 20.15 | - |
| YUV | 135.22 | 109.25 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 102 | 0.98 | 0 | 0.51 | 0.18 | 148.67 | 0.95 | 0.42 |
| Hex | 5 | D0 | 66 | 62 | 0 | 33 | 12 | 95 | 5F | 2A |
| Octal | 5 | 320 | 146 | 142 | 0 | 63 | 22 | 225 | 137 | 52 |
| Binary | 101 | 11010000 | 1100110 | 1100010 | 0 | 110011 | 10010 | 10010101 | 1011111 | 101010 |
Color Harmonies of #05D066
Complementary color
Monochromatic Colors of #05D066
Black with #05D066
Text Example
Text Example
White with #05D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D066; }
p { color: rgb(5,208,102); }
H1.HeaderClassName
{
color: #05D066;
}
.AnyTagClassName
{
color: #05D066;
}
</style>
background-color css
<style>
a { background-color: #05D066; }
a { background-color: rgb(5,208,102); }
div.DivClassName
{
background-color: #05D066;
}
.BgClassName
{
background-color: #05D066;
}
</style>
border-color css
<style>
span { border-color: #05D066; }
span { border-color: rgb(5,208,102); }
td.TdClassName
{
border-color: #05D066;
}
.TagClassName
{
border-color: #05D066;
}
</style>