Shades of Malachite #05ED40
Tints of Malachite #05ED40
RGB
CMYK
RGB Variations
Color information
#05ED40 (or 0x05ED40) is known color: Malachite. HEX triplet: 05, ED and 40. RGB value is (5,237,64). Sum of RGB (Red+Green+Blue) = 5+237+64=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 237 (92.97% from 255 or 77.45% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 237 - color contains mainly: green. Hex color #05ED40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05ED40 is #FA12BF. Grayscale: #949494. Windows color (decimal): -16388800 or 4254981. OLE color: 4254981.
HSL color Cylindrical-coordinate representation of color #05ED40: hue angle of 135.26º 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 #05ED40 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 237 | 64 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.07 |
| HSL | 135.26º | 0.96% | 0.47% | - |
| HSV(B) | 135.26º | 0.98% | 0.93% | - |
| XYZ | 31.27 | 60.97 | 14.97 | - |
| YUV | 147.91 | 80.64 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 237 | 64 | 0.98 | 0 | 0.73 | 0.07 | 135.26 | 0.96 | 0.47 |
| Hex | 5 | ED | 40 | 62 | 0 | 49 | 7 | 87 | 60 | 2F |
| Octal | 5 | 355 | 100 | 142 | 0 | 111 | 7 | 207 | 140 | 57 |
| Binary | 101 | 11101101 | 1000000 | 1100010 | 0 | 1001001 | 111 | 10000111 | 1100000 | 101111 |
Color Harmonies of #05ED40
Complementary color
Monochromatic Colors of #05ED40
Black with #05ED40
Text Example
Text Example
White with #05ED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ED40; }
p { color: rgb(5,237,64); }
H1.HeaderClassName
{
color: #05ED40;
}
.AnyTagClassName
{
color: #05ED40;
}
</style>
background-color css
<style>
a { background-color: #05ED40; }
a { background-color: rgb(5,237,64); }
div.DivClassName
{
background-color: #05ED40;
}
.BgClassName
{
background-color: #05ED40;
}
</style>
border-color css
<style>
span { border-color: #05ED40; }
span { border-color: rgb(5,237,64); }
td.TdClassName
{
border-color: #05ED40;
}
.TagClassName
{
border-color: #05ED40;
}
</style>