Shades of Malachite #05D045
Tints of Malachite #05D045
RGB
CMYK
RGB Variations
Color information
#05D045 (or 0x05D045) is known color: Malachite. HEX triplet: 05, D0 and 45. RGB value is (5,208,69). Sum of RGB (Red+Green+Blue) = 5+208+69=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 208 (81.64% from 255 or 73.76% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 208 - color contains mainly: green. Hex color #05D045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D045 is #FA2FBA. Grayscale: #838383. Windows color (decimal): -16396219 or 4575237. OLE color: 4575237.
HSL color Cylindrical-coordinate representation of color #05D045: hue angle of 138.92º 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 #05D045 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 208 | 69 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.18 |
| HSL | 138.92º | 0.95% | 0.42% | - |
| HSV(B) | 138.92º | 0.98% | 0.82% | - |
| XYZ | 23.69 | 45.57 | 13.18 | - |
| YUV | 131.46 | 92.75 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 69 | 0.98 | 0 | 0.67 | 0.18 | 138.92 | 0.95 | 0.42 |
| Hex | 5 | D0 | 45 | 62 | 0 | 43 | 12 | 8B | 5F | 2A |
| Octal | 5 | 320 | 105 | 142 | 0 | 103 | 22 | 213 | 137 | 52 |
| Binary | 101 | 11010000 | 1000101 | 1100010 | 0 | 1000011 | 10010 | 10001011 | 1011111 | 101010 |
Color Harmonies of #05D045
Complementary color
Monochromatic Colors of #05D045
Black with #05D045
Text Example
Text Example
White with #05D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D045; }
p { color: rgb(5,208,69); }
H1.HeaderClassName
{
color: #05D045;
}
.AnyTagClassName
{
color: #05D045;
}
</style>
background-color css
<style>
a { background-color: #05D045; }
a { background-color: rgb(5,208,69); }
div.DivClassName
{
background-color: #05D045;
}
.BgClassName
{
background-color: #05D045;
}
</style>
border-color css
<style>
span { border-color: #05D045; }
span { border-color: rgb(5,208,69); }
td.TdClassName
{
border-color: #05D045;
}
.TagClassName
{
border-color: #05D045;
}
</style>