Shades of Malachite #05D64C
Tints of Malachite #05D64C
RGB
CMYK
RGB Variations
Color information
#05D64C (or 0x05D64C) is known color: Malachite. HEX triplet: 05, D6 and 4C. RGB value is (5,214,76). Sum of RGB (Red+Green+Blue) = 5+214+76=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #05D64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D64C is #FA29B3. Grayscale: #888888. Windows color (decimal): -16394676 or 5035525. OLE color: 5035525.
HSL color Cylindrical-coordinate representation of color #05D64C: hue angle of 140.38º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D64C is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 214 | 76 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.16 |
| HSL | 140.38º | 0.95% | 0.43% | - |
| HSV(B) | 140.38º | 0.98% | 0.84% | - |
| XYZ | 25.41 | 48.65 | 14.89 | - |
| YUV | 135.78 | 94.26 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 76 | 0.98 | 0 | 0.64 | 0.16 | 140.38 | 0.95 | 0.43 |
| Hex | 5 | D6 | 4C | 62 | 0 | 40 | 10 | 8C | 5F | 2B |
| Octal | 5 | 326 | 114 | 142 | 0 | 100 | 20 | 214 | 137 | 53 |
| Binary | 101 | 11010110 | 1001100 | 1100010 | 0 | 1000000 | 10000 | 10001100 | 1011111 | 101011 |
Color Harmonies of #05D64C
Complementary color
Monochromatic Colors of #05D64C
Black with #05D64C
Text Example
Text Example
White with #05D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D64C; }
p { color: rgb(5,214,76); }
H1.HeaderClassName
{
color: #05D64C;
}
.AnyTagClassName
{
color: #05D64C;
}
</style>
background-color css
<style>
a { background-color: #05D64C; }
a { background-color: rgb(5,214,76); }
div.DivClassName
{
background-color: #05D64C;
}
.BgClassName
{
background-color: #05D64C;
}
</style>
border-color css
<style>
span { border-color: #05D64C; }
span { border-color: rgb(5,214,76); }
td.TdClassName
{
border-color: #05D64C;
}
.TagClassName
{
border-color: #05D64C;
}
</style>