Shades of Malachite #05D34A
Tints of Malachite #05D34A
RGB
CMYK
RGB Variations
Color information
#05D34A (or 0x05D34A) is known color: Malachite. HEX triplet: 05, D3 and 4A. RGB value is (5,211,74). Sum of RGB (Red+Green+Blue) = 5+211+74=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 211 (82.81% from 255 or 72.76% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 211 - color contains mainly: green. Hex color #05D34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D34A is #FA2CB5. Grayscale: #868686. Windows color (decimal): -16395446 or 4903685. OLE color: 4903685.
HSL color Cylindrical-coordinate representation of color #05D34A: hue angle of 140.1º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D34A is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 211 | 74 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.17 |
| HSL | 140.1º | 0.95% | 0.42% | - |
| HSV(B) | 140.1º | 0.98% | 0.83% | - |
| XYZ | 24.59 | 47.12 | 14.28 | - |
| YUV | 133.79 | 94.25 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 211 | 74 | 0.98 | 0 | 0.65 | 0.17 | 140.1 | 0.95 | 0.42 |
| Hex | 5 | D3 | 4A | 62 | 0 | 41 | 11 | 8C | 5F | 2A |
| Octal | 5 | 323 | 112 | 142 | 0 | 101 | 21 | 214 | 137 | 52 |
| Binary | 101 | 11010011 | 1001010 | 1100010 | 0 | 1000001 | 10001 | 10001100 | 1011111 | 101010 |
Color Harmonies of #05D34A
Complementary color
Monochromatic Colors of #05D34A
Black with #05D34A
Text Example
Text Example
White with #05D34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D34A; }
p { color: rgb(5,211,74); }
H1.HeaderClassName
{
color: #05D34A;
}
.AnyTagClassName
{
color: #05D34A;
}
</style>
background-color css
<style>
a { background-color: #05D34A; }
a { background-color: rgb(5,211,74); }
div.DivClassName
{
background-color: #05D34A;
}
.BgClassName
{
background-color: #05D34A;
}
</style>
border-color css
<style>
span { border-color: #05D34A; }
span { border-color: rgb(5,211,74); }
td.TdClassName
{
border-color: #05D34A;
}
.TagClassName
{
border-color: #05D34A;
}
</style>