#05DA50

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

Shades of Malachite #05DA50

Tints of Malachite #05DA50

Color information

#05DA50 (or 0x05DA50) is unknown color: approx Malachite. HEX triplet: 05, DA and 50. RGB value is (5,218,80). Sum of RGB (Red+Green+Blue) = 5+218+80=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DA50 is #FA25AF. Grayscale: #8A8A8A. Windows color (decimal): -16393648 or 5298693. OLE color: 5298693.

HSL color Cylindrical-coordinate representation of color #05DA50: hue angle of 141.13º 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 #05DA50 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB521880-
CMYK0.9800.630.15
HSL141.13º95.52%43.73%-
HSV(B)141.13º97.71%85.49%-
XYZ26.5850.7515.98-
YUV138.5894.9332.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 218 (85.55% from 255) = 71.95%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=1.65%
G=71.95%
B=26.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5218800.9800.630.15141.1395.5243.73
Hex5DA506203FF8d602c
Octal53321201420771721514054
Binary101110110101010000110001001111111111100011011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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