Html Css Color HEX #06D85E Malachite

📋 copy color: '#06D85E'

red 6 ◦ green 216 ◦ blue 94

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

Shades of Malachite #06D85E

Tints of Malachite #06D85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.35%

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 1.9%
G = 68.35%
B = 29.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#06D85E (or 0x06D85E) is known color: Malachite. HEX triplet: 06, D8 and 5E. RGB value is (6,216,94). Sum of RGB (Red+Green+Blue) = 6+216+94=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #06D85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D85E is #F927A1. Grayscale: #8B8B8B. Windows color (decimal): -16328610 or 6215686. OLE color: 6215686.

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

Color convert

RGB 6 216 94 -
CMYK 0.97 0 0.56 0.15
HSL 145.14º 0.95% 0.44% -
HSV(B) 145.14º 0.97% 0.85% -
XYZ 26.65 49.96 18.83 -
YUV 139.3 102.43 32.92 -
System Red Green Blue C M Y K H S L
Decimal 6 216 94 0.97 0 0.56 0.15 145.14 0.95 0.44
Hex 6 D8 5E 61 0 38 F 91 5F 2C
Octal 6 330 136 141 0 70 17 221 137 54
Binary 110 11011000 1011110 1100001 0 111000 1111 10010001 1011111 101100

Color Harmonies of #06D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D85E

Black with #06D85E

Text Example


Text Example

White with #06D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,216,94); }

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

background-color css

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

 a { background-color: rgb(6,216,94); }

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

border-color css

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

 span { border-color: rgb(6,216,94); }

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