Shades of Malachite #05ED5C
Tints of Malachite #05ED5C
RGB
CMYK
RGB Variations
Color information
#05ED5C (or 0x05ED5C) is known color: Malachite. HEX triplet: 05, ED and 5C. RGB value is (5,237,92). Sum of RGB (Red+Green+Blue) = 5+237+92=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 237 (92.97% from 255 or 70.96% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 237 - color contains mainly: green. Hex color #05ED5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05ED5C is #FA12A3. Grayscale: #979797. Windows color (decimal): -16388772 or 6089989. OLE color: 6089989.
HSL color Cylindrical-coordinate representation of color #05ED5C: hue angle of 142.5º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ED5C is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 237 | 92 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.07 |
| HSL | 142.5º | 0.96% | 0.47% | - |
| HSV(B) | 142.5º | 0.98% | 0.93% | - |
| XYZ | 32.28 | 61.37 | 20.27 | - |
| YUV | 151.1 | 94.64 | 23.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 237 | 92 | 0.98 | 0 | 0.61 | 0.07 | 142.5 | 0.96 | 0.47 |
| Hex | 5 | ED | 5C | 62 | 0 | 3D | 7 | 8E | 60 | 2F |
| Octal | 5 | 355 | 134 | 142 | 0 | 75 | 7 | 216 | 140 | 57 |
| Binary | 101 | 11101101 | 1011100 | 1100010 | 0 | 111101 | 111 | 10001110 | 1100000 | 101111 |
Color Harmonies of #05ED5C
Complementary color
Monochromatic Colors of #05ED5C
Black with #05ED5C
Text Example
Text Example
White with #05ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ED5C; }
p { color: rgb(5,237,92); }
H1.HeaderClassName
{
color: #05ED5C;
}
.AnyTagClassName
{
color: #05ED5C;
}
</style>
background-color css
<style>
a { background-color: #05ED5C; }
a { background-color: rgb(5,237,92); }
div.DivClassName
{
background-color: #05ED5C;
}
.BgClassName
{
background-color: #05ED5C;
}
</style>
border-color css
<style>
span { border-color: #05ED5C; }
span { border-color: rgb(5,237,92); }
td.TdClassName
{
border-color: #05ED5C;
}
.TagClassName
{
border-color: #05ED5C;
}
</style>