Shades of Malachite #05D549
Tints of Malachite #05D549
RGB
CMYK
RGB Variations
Color information
#05D549 (or 0x05D549) is known color: Malachite. HEX triplet: 05, D5 and 49. RGB value is (5,213,73). Sum of RGB (Red+Green+Blue) = 5+213+73=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #05D549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D549 is #FA2AB6. Grayscale: #878787. Windows color (decimal): -16394935 or 4838661. OLE color: 4838661.
HSL color Cylindrical-coordinate representation of color #05D549: hue angle of 139.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D549 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 73 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.16 |
| HSL | 139.62º | 0.95% | 0.43% | - |
| HSV(B) | 139.62º | 0.98% | 0.84% | - |
| XYZ | 25.06 | 48.1 | 14.27 | - |
| YUV | 134.85 | 93.09 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 73 | 0.98 | 0 | 0.66 | 0.16 | 139.62 | 0.95 | 0.43 |
| Hex | 5 | D5 | 49 | 62 | 0 | 42 | 10 | 8C | 5F | 2B |
| Octal | 5 | 325 | 111 | 142 | 0 | 102 | 20 | 214 | 137 | 53 |
| Binary | 101 | 11010101 | 1001001 | 1100010 | 0 | 1000010 | 10000 | 10001100 | 1011111 | 101011 |
Color Harmonies of #05D549
Complementary color
Monochromatic Colors of #05D549
Black with #05D549
Text Example
Text Example
White with #05D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D549; }
p { color: rgb(5,213,73); }
H1.HeaderClassName
{
color: #05D549;
}
.AnyTagClassName
{
color: #05D549;
}
</style>
background-color css
<style>
a { background-color: #05D549; }
a { background-color: rgb(5,213,73); }
div.DivClassName
{
background-color: #05D549;
}
.BgClassName
{
background-color: #05D549;
}
</style>
border-color css
<style>
span { border-color: #05D549; }
span { border-color: rgb(5,213,73); }
td.TdClassName
{
border-color: #05D549;
}
.TagClassName
{
border-color: #05D549;
}
</style>