Shades of Malachite #05E94C
Tints of Malachite #05E94C
RGB
CMYK
RGB Variations
Color information
#05E94C (or 0x05E94C) is known color: Malachite. HEX triplet: 05, E9 and 4C. RGB value is (5,233,76). Sum of RGB (Red+Green+Blue) = 5+233+76=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #05E94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05E94C is #FA16B3. Grayscale: #939393. Windows color (decimal): -16389812 or 5040389. OLE color: 5040389.
HSL color Cylindrical-coordinate representation of color #05E94C: hue angle of 138.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E94C is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 233 | 76 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.09 |
| HSL | 138.68º | 0.96% | 0.47% | - |
| HSV(B) | 138.68º | 0.98% | 0.91% | - |
| XYZ | 30.51 | 58.83 | 16.59 | - |
| YUV | 146.93 | 87.96 | 26.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 233 | 76 | 0.98 | 0 | 0.67 | 0.09 | 138.68 | 0.96 | 0.47 |
| Hex | 5 | E9 | 4C | 62 | 0 | 43 | 9 | 8B | 60 | 2F |
| Octal | 5 | 351 | 114 | 142 | 0 | 103 | 11 | 213 | 140 | 57 |
| Binary | 101 | 11101001 | 1001100 | 1100010 | 0 | 1000011 | 1001 | 10001011 | 1100000 | 101111 |
Color Harmonies of #05E94C
Complementary color
Monochromatic Colors of #05E94C
Black with #05E94C
Text Example
Text Example
White with #05E94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E94C; }
p { color: rgb(5,233,76); }
H1.HeaderClassName
{
color: #05E94C;
}
.AnyTagClassName
{
color: #05E94C;
}
</style>
background-color css
<style>
a { background-color: #05E94C; }
a { background-color: rgb(5,233,76); }
div.DivClassName
{
background-color: #05E94C;
}
.BgClassName
{
background-color: #05E94C;
}
</style>
border-color css
<style>
span { border-color: #05E94C; }
span { border-color: rgb(5,233,76); }
td.TdClassName
{
border-color: #05E94C;
}
.TagClassName
{
border-color: #05E94C;
}
</style>