Shades of Malachite #05DF5C
Tints of Malachite #05DF5C
RGB
CMYK
RGB Variations
Color information
#05DF5C (or 0x05DF5C) is known color: Malachite. HEX triplet: 05, DF and 5C. RGB value is (5,223,92). Sum of RGB (Red+Green+Blue) = 5+223+92=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DF5C is #FA20A3. Grayscale: #8F8F8F. Windows color (decimal): -16392356 or 6086405. OLE color: 6086405.
HSL color Cylindrical-coordinate representation of color #05DF5C: hue angle of 143.94º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF5C is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 92 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.13 |
| HSL | 143.95º | 0.96% | 0.45% | - |
| HSV(B) | 143.95º | 0.98% | 0.87% | - |
| XYZ | 28.38 | 53.58 | 18.97 | - |
| YUV | 142.88 | 99.28 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 92 | 0.98 | 0 | 0.59 | 0.13 | 143.95 | 0.96 | 0.45 |
| Hex | 5 | DF | 5C | 62 | 0 | 3B | D | 90 | 60 | 2D |
| Octal | 5 | 337 | 134 | 142 | 0 | 73 | 15 | 220 | 140 | 55 |
| Binary | 101 | 11011111 | 1011100 | 1100010 | 0 | 111011 | 1101 | 10010000 | 1100000 | 101101 |
Color Harmonies of #05DF5C
Complementary color
Monochromatic Colors of #05DF5C
Black with #05DF5C
Text Example
Text Example
White with #05DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF5C; }
p { color: rgb(5,223,92); }
H1.HeaderClassName
{
color: #05DF5C;
}
.AnyTagClassName
{
color: #05DF5C;
}
</style>
background-color css
<style>
a { background-color: #05DF5C; }
a { background-color: rgb(5,223,92); }
div.DivClassName
{
background-color: #05DF5C;
}
.BgClassName
{
background-color: #05DF5C;
}
</style>
border-color css
<style>
span { border-color: #05DF5C; }
span { border-color: rgb(5,223,92); }
td.TdClassName
{
border-color: #05DF5C;
}
.TagClassName
{
border-color: #05DF5C;
}
</style>