Shades of Malachite #05DF3F
Tints of Malachite #05DF3F
RGB
CMYK
RGB Variations
Color information
#05DF3F (or 0x05DF3F) is known color: Malachite. HEX triplet: 05, DF and 3F. RGB value is (5,223,63). Sum of RGB (Red+Green+Blue) = 5+223+63=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 223 (87.5% from 255 or 76.63% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DF3F is #FA20C0. Grayscale: #8C8C8C. Windows color (decimal): -16392385 or 4185861. OLE color: 4185861.
HSL color Cylindrical-coordinate representation of color #05DF3F: hue angle of 135.96º 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 #05DF3F is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 63 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.13 |
| HSL | 135.96º | 0.96% | 0.45% | - |
| HSV(B) | 135.96º | 0.98% | 0.87% | - |
| XYZ | 27.35 | 53.17 | 13.52 | - |
| YUV | 139.58 | 84.78 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 63 | 0.98 | 0 | 0.72 | 0.13 | 135.96 | 0.96 | 0.45 |
| Hex | 5 | DF | 3F | 62 | 0 | 48 | D | 88 | 60 | 2D |
| Octal | 5 | 337 | 77 | 142 | 0 | 110 | 15 | 210 | 140 | 55 |
| Binary | 101 | 11011111 | 111111 | 1100010 | 0 | 1001000 | 1101 | 10001000 | 1100000 | 101101 |
Color Harmonies of #05DF3F
Complementary color
Monochromatic Colors of #05DF3F
Black with #05DF3F
Text Example
Text Example
White with #05DF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF3F; }
p { color: rgb(5,223,63); }
H1.HeaderClassName
{
color: #05DF3F;
}
.AnyTagClassName
{
color: #05DF3F;
}
</style>
background-color css
<style>
a { background-color: #05DF3F; }
a { background-color: rgb(5,223,63); }
div.DivClassName
{
background-color: #05DF3F;
}
.BgClassName
{
background-color: #05DF3F;
}
</style>
border-color css
<style>
span { border-color: #05DF3F; }
span { border-color: rgb(5,223,63); }
td.TdClassName
{
border-color: #05DF3F;
}
.TagClassName
{
border-color: #05DF3F;
}
</style>