Shades of Malachite #05D73D
Tints of Malachite #05D73D
RGB
CMYK
RGB Variations
Color information
#05D73D (or 0x05D73D) is known color: Malachite. HEX triplet: 05, D7 and 3D. RGB value is (5,215,61). Sum of RGB (Red+Green+Blue) = 5+215+61=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 215 (84.38% from 255 or 76.51% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 215 - color contains mainly: green. Hex color #05D73D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D73D is #FA28C2. Grayscale: #878787. Windows color (decimal): -16394435 or 4052741. OLE color: 4052741.
HSL color Cylindrical-coordinate representation of color #05D73D: hue angle of 136º 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 #05D73D is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 215 | 61 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.16 |
| HSL | 136º | 0.95% | 0.43% | - |
| HSV(B) | 136º | 0.98% | 0.84% | - |
| XYZ | 25.21 | 48.97 | 12.54 | - |
| YUV | 134.65 | 86.43 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 215 | 61 | 0.98 | 0 | 0.72 | 0.16 | 136 | 0.95 | 0.43 |
| Hex | 5 | D7 | 3D | 62 | 0 | 48 | 10 | 88 | 5F | 2B |
| Octal | 5 | 327 | 75 | 142 | 0 | 110 | 20 | 210 | 137 | 53 |
| Binary | 101 | 11010111 | 111101 | 1100010 | 0 | 1001000 | 10000 | 10001000 | 1011111 | 101011 |
Color Harmonies of #05D73D
Complementary color
Monochromatic Colors of #05D73D
Black with #05D73D
Text Example
Text Example
White with #05D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D73D; }
p { color: rgb(5,215,61); }
H1.HeaderClassName
{
color: #05D73D;
}
.AnyTagClassName
{
color: #05D73D;
}
</style>
background-color css
<style>
a { background-color: #05D73D; }
a { background-color: rgb(5,215,61); }
div.DivClassName
{
background-color: #05D73D;
}
.BgClassName
{
background-color: #05D73D;
}
</style>
border-color css
<style>
span { border-color: #05D73D; }
span { border-color: rgb(5,215,61); }
td.TdClassName
{
border-color: #05D73D;
}
.TagClassName
{
border-color: #05D73D;
}
</style>