Html Css Color HEX #05DC6D Malachite

📋 copy color: '#05DC6D'

red 5 ◦ green 220 ◦ blue 109

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

Shades of Malachite #05DC6D

Tints of Malachite #05DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.87%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 1.5%
G = 65.87%
B = 32.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#05DC6D (or 0x05DC6D) is known color: Malachite. HEX triplet: 05, DC and 6D. RGB value is (5,220,109). Sum of RGB (Red+Green+Blue) = 5+220+109=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC6D is #FA2392. Grayscale: #8F8F8F. Windows color (decimal): -16393107 or 7199749. OLE color: 7199749.

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

Color convert

RGB 5 220 109 -
CMYK 0.98 0 0.50 0.14
HSL 149.02º 0.96% 0.44% -
HSV(B) 149.02º 0.98% 0.86% -
XYZ 28.42 52.32 23.07 -
YUV 143.06 108.77 29.53 -
System Red Green Blue C M Y K H S L
Decimal 5 220 109 0.98 0 0.50 0.14 149.02 0.96 0.44
Hex 5 DC 6D 62 0 32 E 95 60 2C
Octal 5 334 155 142 0 62 16 225 140 54
Binary 101 11011100 1101101 1100010 0 110010 1110 10010101 1100000 101100

Color Harmonies of #05DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DC6D

Black with #05DC6D

Text Example


Text Example

White with #05DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,220,109); }

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

background-color css

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

 a { background-color: rgb(5,220,109); }

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

border-color css

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

 span { border-color: rgb(5,220,109); }

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