#05D45D

Color #05D45D Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #05D45D

Tints of Malachite #05D45D

Color information

#05D45D (or 0x05D45D) is unknown color: approx Malachite. HEX triplet: 05, D4 and 5D. RGB value is (5,212,93). Sum of RGB (Red+Green+Blue) = 5+212+93=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 212 (83.20% from 255 or 68.39% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 212 - color contains mainly: green. Hex color #05D45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D45D is #FA2BA2. Grayscale: #888888. Windows color (decimal): -16395171 or 6149125. OLE color: 6149125.

HSL color Cylindrical-coordinate representation of color #05D45D: hue angle of 145.51º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D45D is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB521293-
CMYK0.9800.560.17
HSL145.51º95.39%42.55%-
HSV(B)145.51º97.64%83.14%-
XYZ25.5847.9118.26-
YUV136.54103.4234.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 212 (83.20% from 255) = 68.39%
BLUE value IS 93 (36.72% from 255) = 30%
R=1.61%
G=68.39%
B=30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal5212930.9800.560.17145.5195.3942.55
Hex5D45D6203811925f2b
Octal53241351420702122213753
Binary1011101010010111011100010011100010001100100101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05D45D; }

 p { color: rgb(5,212,93); }

 H1.HeaderClassName
 {
   color: #05D45D;
 }
 .AnyTagClassName
 {
   color: #05D45D;
 }
</style>
background-color css

<style>
 a { background-color: #05D45D; }

 a { background-color: rgb(5,212,93); }

 div.DivClassName
 {
   background-color: #05D45D;
 }
 .BgClassName
 {
   background-color: #05D45D;
 }
</style>
border-color css

<style>
 span { border-color: #05D45D; }

 span { border-color: rgb(5,212,93); }

 td.TdClassName
 {
   border-color: #05D45D;
 }
 .TagClassName
 {
   border-color: #05D45D;
 }
</style>