Shades of Malachite #05EE5D
Tints of Malachite #05EE5D
RGB
CMYK
RGB Variations
Color information
#05EE5D (or 0x05EE5D) is known color: Malachite. HEX triplet: 05, EE and 5D. RGB value is (5,238,93). Sum of RGB (Red+Green+Blue) = 5+238+93=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #05EE5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05EE5D is #FA11A2. Grayscale: #989898. Windows color (decimal): -16388515 or 6155781. OLE color: 6155781.
HSL color Cylindrical-coordinate representation of color #05EE5D: hue angle of 142.66º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EE5D is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 93 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.07 |
| HSL | 142.66º | 0.96% | 0.48% | - |
| HSV(B) | 142.66º | 0.98% | 0.93% | - |
| XYZ | 32.61 | 61.97 | 20.6 | - |
| YUV | 151.8 | 94.81 | 23.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 93 | 0.98 | 0 | 0.61 | 0.07 | 142.66 | 0.96 | 0.48 |
| Hex | 5 | EE | 5D | 62 | 0 | 3D | 7 | 8F | 60 | 30 |
| Octal | 5 | 356 | 135 | 142 | 0 | 75 | 7 | 217 | 140 | 60 |
| Binary | 101 | 11101110 | 1011101 | 1100010 | 0 | 111101 | 111 | 10001111 | 1100000 | 110000 |
Color Harmonies of #05EE5D
Complementary color
Monochromatic Colors of #05EE5D
Black with #05EE5D
Text Example
Text Example
White with #05EE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EE5D; }
p { color: rgb(5,238,93); }
H1.HeaderClassName
{
color: #05EE5D;
}
.AnyTagClassName
{
color: #05EE5D;
}
</style>
background-color css
<style>
a { background-color: #05EE5D; }
a { background-color: rgb(5,238,93); }
div.DivClassName
{
background-color: #05EE5D;
}
.BgClassName
{
background-color: #05EE5D;
}
</style>
border-color css
<style>
span { border-color: #05EE5D; }
span { border-color: rgb(5,238,93); }
td.TdClassName
{
border-color: #05EE5D;
}
.TagClassName
{
border-color: #05EE5D;
}
</style>