Shades of Malachite #05EA37
Tints of Malachite #05EA37
RGB
CMYK
RGB Variations
Color information
#05EA37 (or 0x05EA37) is known color: Malachite. HEX triplet: 05, EA and 37. RGB value is (5,234,55). Sum of RGB (Red+Green+Blue) = 5+234+55=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 234 (91.80% from 255 or 79.59% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 234 - color contains mainly: green. Hex color #05EA37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EA37 is #FA15C8. Grayscale: #919191. Windows color (decimal): -16389577 or 3664389. OLE color: 3664389.
HSL color Cylindrical-coordinate representation of color #05EA37: hue angle of 133.1º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EA37 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 234 | 55 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.08 |
| HSL | 133.1º | 0.96% | 0.47% | - |
| HSV(B) | 133.1º | 0.98% | 0.92% | - |
| XYZ | 30.18 | 59.15 | 13.44 | - |
| YUV | 145.12 | 77.13 | 28.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 55 | 0.98 | 0 | 0.76 | 0.08 | 133.1 | 0.96 | 0.47 |
| Hex | 5 | EA | 37 | 62 | 0 | 4C | 8 | 85 | 60 | 2F |
| Octal | 5 | 352 | 67 | 142 | 0 | 114 | 10 | 205 | 140 | 57 |
| Binary | 101 | 11101010 | 110111 | 1100010 | 0 | 1001100 | 1000 | 10000101 | 1100000 | 101111 |
Color Harmonies of #05EA37
Complementary color
Monochromatic Colors of #05EA37
Black with #05EA37
Text Example
Text Example
White with #05EA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EA37; }
p { color: rgb(5,234,55); }
H1.HeaderClassName
{
color: #05EA37;
}
.AnyTagClassName
{
color: #05EA37;
}
</style>
background-color css
<style>
a { background-color: #05EA37; }
a { background-color: rgb(5,234,55); }
div.DivClassName
{
background-color: #05EA37;
}
.BgClassName
{
background-color: #05EA37;
}
</style>
border-color css
<style>
span { border-color: #05EA37; }
span { border-color: rgb(5,234,55); }
td.TdClassName
{
border-color: #05EA37;
}
.TagClassName
{
border-color: #05EA37;
}
</style>