Html Css Color HEX #06DC42 Malachite

📋 copy color: '#06DC42'

red 6 ◦ green 220 ◦ blue 66

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

Shades of Malachite #06DC42

Tints of Malachite #06DC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 2.05%
G = 75.34%
B = 22.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#06DC42 (or 0x06DC42) is known color: Malachite. HEX triplet: 06, DC and 42. RGB value is (6,220,66). Sum of RGB (Red+Green+Blue) = 6+220+66=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 220 (86.33% from 255 or 75.34% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DC42 is #F923BD. Grayscale: #8A8A8A. Windows color (decimal): -16327614 or 4381702. OLE color: 4381702.

HSL color Cylindrical-coordinate representation of color #06DC42: hue angle of 136.82º 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 #06DC42 is Cyan = 0.97, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 66 -
CMYK 0.97 0 0.7 0.14
HSL 136.82º 0.95% 0.44% -
HSV(B) 136.82º 0.97% 0.86% -
XYZ 26.65 51.62 13.71 -
YUV 138.46 87.1 33.52 -
System Red Green Blue C M Y K H S L
Decimal 6 220 66 0.97 0 0.7 0.14 136.82 0.95 0.44
Hex 6 DC 42 61 0 46 E 89 5F 2C
Octal 6 334 102 141 0 106 16 211 137 54
Binary 110 11011100 1000010 1100001 0 1000110 1110 10001001 1011111 101100

Color Harmonies of #06DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DC42

Black with #06DC42

Text Example


Text Example

White with #06DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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