Shades of Malachite #05CF5E
Tints of Malachite #05CF5E
RGB
CMYK
RGB Variations
Color information
#05CF5E (or 0x05CF5E) is known color: Malachite. HEX triplet: 05, CF and 5E. RGB value is (5,207,94). Sum of RGB (Red+Green+Blue) = 5+207+94=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF5E is #FA30A1. Grayscale: #858585. Windows color (decimal): -16396450 or 6213381. OLE color: 6213381.
HSL color Cylindrical-coordinate representation of color #05CF5E: hue angle of 146.44º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF5E is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 94 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.19 |
| HSL | 146.44º | 0.95% | 0.42% | - |
| HSV(B) | 146.44º | 0.98% | 0.81% | - |
| XYZ | 24.4 | 45.47 | 18.08 | - |
| YUV | 133.72 | 105.58 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 94 | 0.98 | 0 | 0.55 | 0.19 | 146.44 | 0.95 | 0.42 |
| Hex | 5 | CF | 5E | 62 | 0 | 37 | 13 | 92 | 5F | 2A |
| Octal | 5 | 317 | 136 | 142 | 0 | 67 | 23 | 222 | 137 | 52 |
| Binary | 101 | 11001111 | 1011110 | 1100010 | 0 | 110111 | 10011 | 10010010 | 1011111 | 101010 |
Color Harmonies of #05CF5E
Complementary color
Monochromatic Colors of #05CF5E
Black with #05CF5E
Text Example
Text Example
White with #05CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF5E; }
p { color: rgb(5,207,94); }
H1.HeaderClassName
{
color: #05CF5E;
}
.AnyTagClassName
{
color: #05CF5E;
}
</style>
background-color css
<style>
a { background-color: #05CF5E; }
a { background-color: rgb(5,207,94); }
div.DivClassName
{
background-color: #05CF5E;
}
.BgClassName
{
background-color: #05CF5E;
}
</style>
border-color css
<style>
span { border-color: #05CF5E; }
span { border-color: rgb(5,207,94); }
td.TdClassName
{
border-color: #05CF5E;
}
.TagClassName
{
border-color: #05CF5E;
}
</style>