Html Css Color HEX #05DA73 Malachite

📋 copy color: '#05DA73'

red 5 ◦ green 218 ◦ blue 115

#05DA73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #05DA73

Tints of Malachite #05DA73

RGB

 RED value IS 5 (2.34% from 255) = 1.48%

 GREEN value IS 218 (85.55% from 255) = 64.5%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 1.48%
G = 64.5%
B = 34.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#05DA73 (or 0x05DA73) is known color: Malachite. HEX triplet: 05, DA and 73. RGB value is (5,218,115). Sum of RGB (Red+Green+Blue) = 5+218+115=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DA73 is #FA258C. Grayscale: #8E8E8E. Windows color (decimal): -16393613 or 7592453. OLE color: 7592453.

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

Color convert

RGB 5 218 115 -
CMYK 0.98 0 0.47 0.15
HSL 150.99º 0.96% 0.44% -
HSV(B) 150.99º 0.98% 0.85% -
XYZ 28.23 51.41 24.66 -
YUV 142.57 112.43 29.88 -
System Red Green Blue C M Y K H S L
Decimal 5 218 115 0.98 0 0.47 0.15 150.99 0.96 0.44
Hex 5 DA 73 62 0 2F F 97 60 2C
Octal 5 332 163 142 0 57 17 227 140 54
Binary 101 11011010 1110011 1100010 0 101111 1111 10010111 1100000 101100

Color Harmonies of #05DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DA73

Black with #05DA73

Text Example


Text Example

White with #05DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05DA73;
 }
 .AnyTagClassName
 {
   color: #05DA73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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