Shades of Malachite #05EE3A
Tints of Malachite #05EE3A
RGB
CMYK
RGB Variations
Color information
#05EE3A (or 0x05EE3A) is known color: Malachite. HEX triplet: 05, EE and 3A. RGB value is (5,238,58). Sum of RGB (Red+Green+Blue) = 5+238+58=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 238 (93.36% from 255 or 79.07% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 238 - color contains mainly: green. Hex color #05EE3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EE3A is #FA11C5. Grayscale: #949494. Windows color (decimal): -16388550 or 3862021. OLE color: 3862021.
HSL color Cylindrical-coordinate representation of color #05EE3A: hue angle of 133.65º 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 #05EE3A is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 58 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.07 |
| HSL | 133.65º | 0.96% | 0.48% | - |
| HSV(B) | 133.65º | 0.98% | 0.93% | - |
| XYZ | 31.4 | 61.49 | 14.22 | - |
| YUV | 147.81 | 77.31 | 26.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 58 | 0.98 | 0 | 0.76 | 0.07 | 133.65 | 0.96 | 0.48 |
| Hex | 5 | EE | 3A | 62 | 0 | 4C | 7 | 86 | 60 | 30 |
| Octal | 5 | 356 | 72 | 142 | 0 | 114 | 7 | 206 | 140 | 60 |
| Binary | 101 | 11101110 | 111010 | 1100010 | 0 | 1001100 | 111 | 10000110 | 1100000 | 110000 |
Color Harmonies of #05EE3A
Complementary color
Monochromatic Colors of #05EE3A
Black with #05EE3A
Text Example
Text Example
White with #05EE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EE3A; }
p { color: rgb(5,238,58); }
H1.HeaderClassName
{
color: #05EE3A;
}
.AnyTagClassName
{
color: #05EE3A;
}
</style>
background-color css
<style>
a { background-color: #05EE3A; }
a { background-color: rgb(5,238,58); }
div.DivClassName
{
background-color: #05EE3A;
}
.BgClassName
{
background-color: #05EE3A;
}
</style>
border-color css
<style>
span { border-color: #05EE3A; }
span { border-color: rgb(5,238,58); }
td.TdClassName
{
border-color: #05EE3A;
}
.TagClassName
{
border-color: #05EE3A;
}
</style>