Shades of Malachite #05DB3C
Tints of Malachite #05DB3C
RGB
CMYK
RGB Variations
Color information
#05DB3C (or 0x05DB3C) is known color: Malachite. HEX triplet: 05, DB and 3C. RGB value is (5,219,60). Sum of RGB (Red+Green+Blue) = 5+219+60=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 219 (85.94% from 255 or 77.11% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB3C is #FA24C3. Grayscale: #898989. Windows color (decimal): -16393412 or 3988229. OLE color: 3988229.
HSL color Cylindrical-coordinate representation of color #05DB3C: hue angle of 135.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB3C is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 60 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.14 |
| HSL | 135.42º | 0.96% | 0.44% | - |
| HSV(B) | 135.42º | 0.98% | 0.86% | - |
| XYZ | 26.21 | 51.02 | 12.74 | - |
| YUV | 136.89 | 84.6 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 60 | 0.98 | 0 | 0.73 | 0.14 | 135.42 | 0.96 | 0.44 |
| Hex | 5 | DB | 3C | 62 | 0 | 49 | E | 87 | 60 | 2C |
| Octal | 5 | 333 | 74 | 142 | 0 | 111 | 16 | 207 | 140 | 54 |
| Binary | 101 | 11011011 | 111100 | 1100010 | 0 | 1001001 | 1110 | 10000111 | 1100000 | 101100 |
Color Harmonies of #05DB3C
Complementary color
Monochromatic Colors of #05DB3C
Black with #05DB3C
Text Example
Text Example
White with #05DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB3C; }
p { color: rgb(5,219,60); }
H1.HeaderClassName
{
color: #05DB3C;
}
.AnyTagClassName
{
color: #05DB3C;
}
</style>
background-color css
<style>
a { background-color: #05DB3C; }
a { background-color: rgb(5,219,60); }
div.DivClassName
{
background-color: #05DB3C;
}
.BgClassName
{
background-color: #05DB3C;
}
</style>
border-color css
<style>
span { border-color: #05DB3C; }
span { border-color: rgb(5,219,60); }
td.TdClassName
{
border-color: #05DB3C;
}
.TagClassName
{
border-color: #05DB3C;
}
</style>