Shades of Malachite #05D84A
Tints of Malachite #05D84A
RGB
CMYK
RGB Variations
Color information
#05D84A (or 0x05D84A) is known color: Malachite. HEX triplet: 05, D8 and 4A. RGB value is (5,216,74). Sum of RGB (Red+Green+Blue) = 5+216+74=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 216 (84.77% from 255 or 73.22% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 216 - color contains mainly: green. Hex color #05D84A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D84A is #FA27B5. Grayscale: #898989. Windows color (decimal): -16394166 or 4904965. OLE color: 4904965.
HSL color Cylindrical-coordinate representation of color #05D84A: hue angle of 139.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D84A is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 216 | 74 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.15 |
| HSL | 139.62º | 0.95% | 0.43% | - |
| HSV(B) | 139.62º | 0.98% | 0.85% | - |
| XYZ | 25.85 | 49.64 | 14.7 | - |
| YUV | 136.72 | 92.6 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 216 | 74 | 0.98 | 0 | 0.66 | 0.15 | 139.62 | 0.95 | 0.43 |
| Hex | 5 | D8 | 4A | 62 | 0 | 42 | F | 8C | 5F | 2B |
| Octal | 5 | 330 | 112 | 142 | 0 | 102 | 17 | 214 | 137 | 53 |
| Binary | 101 | 11011000 | 1001010 | 1100010 | 0 | 1000010 | 1111 | 10001100 | 1011111 | 101011 |
Color Harmonies of #05D84A
Complementary color
Monochromatic Colors of #05D84A
Black with #05D84A
Text Example
Text Example
White with #05D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D84A; }
p { color: rgb(5,216,74); }
H1.HeaderClassName
{
color: #05D84A;
}
.AnyTagClassName
{
color: #05D84A;
}
</style>
background-color css
<style>
a { background-color: #05D84A; }
a { background-color: rgb(5,216,74); }
div.DivClassName
{
background-color: #05D84A;
}
.BgClassName
{
background-color: #05D84A;
}
</style>
border-color css
<style>
span { border-color: #05D84A; }
span { border-color: rgb(5,216,74); }
td.TdClassName
{
border-color: #05D84A;
}
.TagClassName
{
border-color: #05D84A;
}
</style>