Shades of Malachite #05E632
Tints of Malachite #05E632
RGB
CMYK
RGB Variations
Color information
#05E632 (or 0x05E632) is known color: Malachite. HEX triplet: 05, E6 and 32. RGB value is (5,230,50). Sum of RGB (Red+Green+Blue) = 5+230+50=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 230 (90.23% from 255 or 80.70% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 230 - color contains mainly: green. Hex color #05E632 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05E632 is #FA19CD. Grayscale: #8E8E8E. Windows color (decimal): -16390606 or 3335685. OLE color: 3335685.
HSL color Cylindrical-coordinate representation of color #05E632: hue angle of 132º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E632 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 230 | 50 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.10 |
| HSL | 132º | 0.96% | 0.46% | - |
| HSV(B) | 132º | 0.98% | 0.9% | - |
| XYZ | 28.94 | 56.86 | 12.47 | - |
| YUV | 142.21 | 75.96 | 30.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 230 | 50 | 0.98 | 0 | 0.78 | 0.10 | 132 | 0.96 | 0.46 |
| Hex | 5 | E6 | 32 | 62 | 0 | 4E | A | 84 | 60 | 2E |
| Octal | 5 | 346 | 62 | 142 | 0 | 116 | 12 | 204 | 140 | 56 |
| Binary | 101 | 11100110 | 110010 | 1100010 | 0 | 1001110 | 1010 | 10000100 | 1100000 | 101110 |
Color Harmonies of #05E632
Complementary color
Monochromatic Colors of #05E632
Black with #05E632
Text Example
Text Example
White with #05E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E632; }
p { color: rgb(5,230,50); }
H1.HeaderClassName
{
color: #05E632;
}
.AnyTagClassName
{
color: #05E632;
}
</style>
background-color css
<style>
a { background-color: #05E632; }
a { background-color: rgb(5,230,50); }
div.DivClassName
{
background-color: #05E632;
}
.BgClassName
{
background-color: #05E632;
}
</style>
border-color css
<style>
span { border-color: #05E632; }
span { border-color: rgb(5,230,50); }
td.TdClassName
{
border-color: #05E632;
}
.TagClassName
{
border-color: #05E632;
}
</style>