Html Css Color HEX #06DC5D Malachite

📋 copy color: '#06DC5D'

red 6 ◦ green 220 ◦ blue 93

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

Shades of Malachite #06DC5D

Tints of Malachite #06DC5D

RGB

 RED value IS 6 (2.73% from 255) = 1.88%

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 1.88%
G = 68.97%
B = 29.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#06DC5D (or 0x06DC5D) is known color: Malachite. HEX triplet: 06, DC and 5D. RGB value is (6,220,93). Sum of RGB (Red+Green+Blue) = 6+220+93=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DC5D is #F923A2. Grayscale: #8D8D8D. Windows color (decimal): -16327587 or 6151174. OLE color: 6151174.

HSL color Cylindrical-coordinate representation of color #06DC5D: hue angle of 144.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC5D is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 93 -
CMYK 0.97 0 0.58 0.14
HSL 144.39º 0.95% 0.44% -
HSV(B) 144.39º 0.97% 0.86% -
XYZ 27.64 52.02 18.94 -
YUV 141.54 100.6 31.33 -
System Red Green Blue C M Y K H S L
Decimal 6 220 93 0.97 0 0.58 0.14 144.39 0.95 0.44
Hex 6 DC 5D 61 0 3A E 90 5F 2C
Octal 6 334 135 141 0 72 16 220 137 54
Binary 110 11011100 1011101 1100001 0 111010 1110 10010000 1011111 101100

Color Harmonies of #06DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DC5D

Black with #06DC5D

Text Example


Text Example

White with #06DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DC5D; }

 p { color: rgb(6,220,93); }

 H1.HeaderClassName
 {
   color: #06DC5D;
 }
 .AnyTagClassName
 {
   color: #06DC5D;
 }
</style>

background-color css

<style>
 a { background-color: #06DC5D; }

 a { background-color: rgb(6,220,93); }

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

border-color css

<style>
 span { border-color: #06DC5D; }

 span { border-color: rgb(6,220,93); }

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