Shades of Malachite #05D73C
Tints of Malachite #05D73C
RGB
CMYK
RGB Variations
Color information
#05D73C (or 0x05D73C) is known color: Malachite. HEX triplet: 05, D7 and 3C. RGB value is (5,215,60). Sum of RGB (Red+Green+Blue) = 5+215+60=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 215 (84.38% from 255 or 76.79% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 215 - color contains mainly: green. Hex color #05D73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D73C is #FA28C3. Grayscale: #868686. Windows color (decimal): -16394436 or 3987205. OLE color: 3987205.
HSL color Cylindrical-coordinate representation of color #05D73C: hue angle of 135.71º 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 #05D73C is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 215 | 60 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.16 |
| HSL | 135.71º | 0.95% | 0.43% | - |
| HSV(B) | 135.71º | 0.98% | 0.84% | - |
| XYZ | 25.18 | 48.96 | 12.4 | - |
| YUV | 134.54 | 85.93 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 215 | 60 | 0.98 | 0 | 0.72 | 0.16 | 135.71 | 0.95 | 0.43 |
| Hex | 5 | D7 | 3C | 62 | 0 | 48 | 10 | 88 | 5F | 2B |
| Octal | 5 | 327 | 74 | 142 | 0 | 110 | 20 | 210 | 137 | 53 |
| Binary | 101 | 11010111 | 111100 | 1100010 | 0 | 1001000 | 10000 | 10001000 | 1011111 | 101011 |
Color Harmonies of #05D73C
Complementary color
Monochromatic Colors of #05D73C
Black with #05D73C
Text Example
Text Example
White with #05D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D73C; }
p { color: rgb(5,215,60); }
H1.HeaderClassName
{
color: #05D73C;
}
.AnyTagClassName
{
color: #05D73C;
}
</style>
background-color css
<style>
a { background-color: #05D73C; }
a { background-color: rgb(5,215,60); }
div.DivClassName
{
background-color: #05D73C;
}
.BgClassName
{
background-color: #05D73C;
}
</style>
border-color css
<style>
span { border-color: #05D73C; }
span { border-color: rgb(5,215,60); }
td.TdClassName
{
border-color: #05D73C;
}
.TagClassName
{
border-color: #05D73C;
}
</style>