Shades of Malachite #05D144
Tints of Malachite #05D144
RGB
CMYK
RGB Variations
Color information
#05D144 (or 0x05D144) is known color: Malachite. HEX triplet: 05, D1 and 44. RGB value is (5,209,68). Sum of RGB (Red+Green+Blue) = 5+209+68=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 209 (82.03% from 255 or 74.11% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 209 - color contains mainly: green. Hex color #05D144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D144 is #FA2EBB. Grayscale: #848484. Windows color (decimal): -16395964 or 4509957. OLE color: 4509957.
HSL color Cylindrical-coordinate representation of color #05D144: hue angle of 138.53º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D144 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 209 | 68 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.18 |
| HSL | 138.53º | 0.95% | 0.42% | - |
| HSV(B) | 138.53º | 0.98% | 0.82% | - |
| XYZ | 23.91 | 46.05 | 13.1 | - |
| YUV | 131.93 | 91.91 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 209 | 68 | 0.98 | 0 | 0.67 | 0.18 | 138.53 | 0.95 | 0.42 |
| Hex | 5 | D1 | 44 | 62 | 0 | 43 | 12 | 8B | 5F | 2A |
| Octal | 5 | 321 | 104 | 142 | 0 | 103 | 22 | 213 | 137 | 52 |
| Binary | 101 | 11010001 | 1000100 | 1100010 | 0 | 1000011 | 10010 | 10001011 | 1011111 | 101010 |
Color Harmonies of #05D144
Complementary color
Monochromatic Colors of #05D144
Black with #05D144
Text Example
Text Example
White with #05D144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D144; }
p { color: rgb(5,209,68); }
H1.HeaderClassName
{
color: #05D144;
}
.AnyTagClassName
{
color: #05D144;
}
</style>
background-color css
<style>
a { background-color: #05D144; }
a { background-color: rgb(5,209,68); }
div.DivClassName
{
background-color: #05D144;
}
.BgClassName
{
background-color: #05D144;
}
</style>
border-color css
<style>
span { border-color: #05D144; }
span { border-color: rgb(5,209,68); }
td.TdClassName
{
border-color: #05D144;
}
.TagClassName
{
border-color: #05D144;
}
</style>