Shades of Malachite #05DA3A
Tints of Malachite #05DA3A
RGB
CMYK
RGB Variations
Color information
#05DA3A (or 0x05DA3A) is known color: Malachite. HEX triplet: 05, DA and 3A. RGB value is (5,218,58). Sum of RGB (Red+Green+Blue) = 5+218+58=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DA3A is #FA25C5. Grayscale: #888888. Windows color (decimal): -16393670 or 3856901. OLE color: 3856901.
HSL color Cylindrical-coordinate representation of color #05DA3A: hue angle of 134.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DA3A is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 218 | 58 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.15 |
| HSL | 134.93º | 0.96% | 0.44% | - |
| HSV(B) | 134.93º | 0.98% | 0.85% | - |
| XYZ | 25.9 | 50.48 | 12.38 | - |
| YUV | 136.07 | 83.93 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 218 | 58 | 0.98 | 0 | 0.73 | 0.15 | 134.93 | 0.96 | 0.44 |
| Hex | 5 | DA | 3A | 62 | 0 | 49 | F | 87 | 60 | 2C |
| Octal | 5 | 332 | 72 | 142 | 0 | 111 | 17 | 207 | 140 | 54 |
| Binary | 101 | 11011010 | 111010 | 1100010 | 0 | 1001001 | 1111 | 10000111 | 1100000 | 101100 |
Color Harmonies of #05DA3A
Complementary color
Monochromatic Colors of #05DA3A
Black with #05DA3A
Text Example
Text Example
White with #05DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DA3A; }
p { color: rgb(5,218,58); }
H1.HeaderClassName
{
color: #05DA3A;
}
.AnyTagClassName
{
color: #05DA3A;
}
</style>
background-color css
<style>
a { background-color: #05DA3A; }
a { background-color: rgb(5,218,58); }
div.DivClassName
{
background-color: #05DA3A;
}
.BgClassName
{
background-color: #05DA3A;
}
</style>
border-color css
<style>
span { border-color: #05DA3A; }
span { border-color: rgb(5,218,58); }
td.TdClassName
{
border-color: #05DA3A;
}
.TagClassName
{
border-color: #05DA3A;
}
</style>