Shades of Malachite #05DF3E
Tints of Malachite #05DF3E
RGB
CMYK
RGB Variations
Color information
#05DF3E (or 0x05DF3E) is known color: Malachite. HEX triplet: 05, DF and 3E. RGB value is (5,223,62). Sum of RGB (Red+Green+Blue) = 5+223+62=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DF3E is #FA20C1. Grayscale: #8B8B8B. Windows color (decimal): -16392386 or 4120325. OLE color: 4120325.
HSL color Cylindrical-coordinate representation of color #05DF3E: hue angle of 135.69º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF3E is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 62 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.13 |
| HSL | 135.69º | 0.96% | 0.45% | - |
| HSV(B) | 135.69º | 0.98% | 0.87% | - |
| XYZ | 27.32 | 53.16 | 13.38 | - |
| YUV | 139.46 | 84.28 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 62 | 0.98 | 0 | 0.72 | 0.13 | 135.69 | 0.96 | 0.45 |
| Hex | 5 | DF | 3E | 62 | 0 | 48 | D | 88 | 60 | 2D |
| Octal | 5 | 337 | 76 | 142 | 0 | 110 | 15 | 210 | 140 | 55 |
| Binary | 101 | 11011111 | 111110 | 1100010 | 0 | 1001000 | 1101 | 10001000 | 1100000 | 101101 |
Color Harmonies of #05DF3E
Complementary color
Monochromatic Colors of #05DF3E
Black with #05DF3E
Text Example
Text Example
White with #05DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF3E; }
p { color: rgb(5,223,62); }
H1.HeaderClassName
{
color: #05DF3E;
}
.AnyTagClassName
{
color: #05DF3E;
}
</style>
background-color css
<style>
a { background-color: #05DF3E; }
a { background-color: rgb(5,223,62); }
div.DivClassName
{
background-color: #05DF3E;
}
.BgClassName
{
background-color: #05DF3E;
}
</style>
border-color css
<style>
span { border-color: #05DF3E; }
span { border-color: rgb(5,223,62); }
td.TdClassName
{
border-color: #05DF3E;
}
.TagClassName
{
border-color: #05DF3E;
}
</style>