Shades of Malachite #05DF45
Tints of Malachite #05DF45
RGB
CMYK
RGB Variations
Color information
#05DF45 (or 0x05DF45) is known color: Malachite. HEX triplet: 05, DF and 45. RGB value is (5,223,69). Sum of RGB (Red+Green+Blue) = 5+223+69=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DF45 is #FA20BA. Grayscale: #8C8C8C. Windows color (decimal): -16392379 or 4579077. OLE color: 4579077.
HSL color Cylindrical-coordinate representation of color #05DF45: hue angle of 137.61º 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 #05DF45 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 69 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.13 |
| HSL | 137.61º | 0.96% | 0.45% | - |
| HSV(B) | 137.61º | 0.98% | 0.87% | - |
| XYZ | 27.52 | 53.24 | 14.46 | - |
| YUV | 140.26 | 87.78 | 31.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 69 | 0.98 | 0 | 0.69 | 0.13 | 137.61 | 0.96 | 0.45 |
| Hex | 5 | DF | 45 | 62 | 0 | 45 | D | 8A | 60 | 2D |
| Octal | 5 | 337 | 105 | 142 | 0 | 105 | 15 | 212 | 140 | 55 |
| Binary | 101 | 11011111 | 1000101 | 1100010 | 0 | 1000101 | 1101 | 10001010 | 1100000 | 101101 |
Color Harmonies of #05DF45
Complementary color
Monochromatic Colors of #05DF45
Black with #05DF45
Text Example
Text Example
White with #05DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF45; }
p { color: rgb(5,223,69); }
H1.HeaderClassName
{
color: #05DF45;
}
.AnyTagClassName
{
color: #05DF45;
}
</style>
background-color css
<style>
a { background-color: #05DF45; }
a { background-color: rgb(5,223,69); }
div.DivClassName
{
background-color: #05DF45;
}
.BgClassName
{
background-color: #05DF45;
}
</style>
border-color css
<style>
span { border-color: #05DF45; }
span { border-color: rgb(5,223,69); }
td.TdClassName
{
border-color: #05DF45;
}
.TagClassName
{
border-color: #05DF45;
}
</style>