Shades of Malachite #05DF5F
Tints of Malachite #05DF5F
RGB
CMYK
RGB Variations
Color information
#05DF5F (or 0x05DF5F) is known color: Malachite. HEX triplet: 05, DF and 5F. RGB value is (5,223,95). Sum of RGB (Red+Green+Blue) = 5+223+95=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 223 (87.5% from 255 or 69.04% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DF5F is #FA20A0. Grayscale: #8F8F8F. Windows color (decimal): -16392353 or 6283013. OLE color: 6283013.
HSL color Cylindrical-coordinate representation of color #05DF5F: hue angle of 144.77º 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 #05DF5F is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 95 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.13 |
| HSL | 144.77º | 0.96% | 0.45% | - |
| HSV(B) | 144.77º | 0.98% | 0.87% | - |
| XYZ | 28.52 | 53.63 | 19.68 | - |
| YUV | 143.23 | 100.78 | 29.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 95 | 0.98 | 0 | 0.57 | 0.13 | 144.77 | 0.96 | 0.45 |
| Hex | 5 | DF | 5F | 62 | 0 | 39 | D | 91 | 60 | 2D |
| Octal | 5 | 337 | 137 | 142 | 0 | 71 | 15 | 221 | 140 | 55 |
| Binary | 101 | 11011111 | 1011111 | 1100010 | 0 | 111001 | 1101 | 10010001 | 1100000 | 101101 |
Color Harmonies of #05DF5F
Complementary color
Monochromatic Colors of #05DF5F
Black with #05DF5F
Text Example
Text Example
White with #05DF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF5F; }
p { color: rgb(5,223,95); }
H1.HeaderClassName
{
color: #05DF5F;
}
.AnyTagClassName
{
color: #05DF5F;
}
</style>
background-color css
<style>
a { background-color: #05DF5F; }
a { background-color: rgb(5,223,95); }
div.DivClassName
{
background-color: #05DF5F;
}
.BgClassName
{
background-color: #05DF5F;
}
</style>
border-color css
<style>
span { border-color: #05DF5F; }
span { border-color: rgb(5,223,95); }
td.TdClassName
{
border-color: #05DF5F;
}
.TagClassName
{
border-color: #05DF5F;
}
</style>