#05DA52

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

Shades of Malachite #05DA52

Tints of Malachite #05DA52

Color information

#05DA52 (or 0x05DA52) is unknown color: approx Malachite. HEX triplet: 05, DA and 52. RGB value is (5,218,82). Sum of RGB (Red+Green+Blue) = 5+218+82=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 218 (85.55% from 255 or 71.48% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DA52 is #FA25AD. Grayscale: #8B8B8B. Windows color (decimal): -16393646 or 5429765. OLE color: 5429765.

HSL color Cylindrical-coordinate representation of color #05DA52: hue angle of 141.69º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DA52 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB521882-
CMYK0.9800.620.15
HSL141.69º95.52%43.73%-
HSV(B)141.69º97.71%85.49%-
XYZ26.6650.7816.38-
YUV138.8195.9332.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 218 (85.55% from 255) = 71.48%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=1.64%
G=71.48%
B=26.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5218820.9800.620.15141.6995.5243.73
Hex5DA526203EF8e602c
Octal53321221420761721614054
Binary101110110101010010110001001111101111100011101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,218,82); }

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

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

 a { background-color: rgb(5,218,82); }

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

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

 span { border-color: rgb(5,218,82); }

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